The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Auto Money script pastebin roblox
By Auto Money on 2024-09-21 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while wait() do
  2.     local A_1 = game:GetService("Workspace").Map.ATMs.Model
  3.     local Event = game:GetService("ReplicatedStorage").FrameworkReplicated.DataStreams["GameTaskCompleted_Functionv.05"]
  4.     Event:InvokeServer(A_1)
  5. end