Advertisement
Glogic

Thief sim

Mar 5th, 2022
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. while wait() do
  2. for i = 1, 100 do
  3. coroutine.wrap(function()
  4. local ohNumber1 = game:GetService("Workspace").Map.ATMs.Model
  5. game:GetService("ReplicatedStorage").FrameworkReplicated.DataStreams["GameTaskCompleted_Functionv.05"]:InvokeServer(ohNumber1)
  6. end)()
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement