Advertisement
kooggy

adadsd

Jul 9th, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. function Death()
  2. spawn(function()
  3. local args = {
  4. [1] = "GetPlayerData"
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").NetworkRemoteFunction:InvokeServer(unpack(args))
  8. end)
  9. end
  10.  
  11. getgenv().ok = true
  12. while ok do
  13. task.wait()
  14. for i = 1,5000 do
  15. spawn(function()
  16. Death()
  17. end)
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement