Guest User

Untitled

a guest
Apr 29th, 2021
1,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. while true do
  2. local args = {
  3. [1] = 1000
  4. }
  5.  
  6. game:GetService("ReplicatedStorage").Remotes.RebornRequest:InvokeServer(unpack(args))
  7. wait()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment