Advertisement
Guest User

3/22/22 BGS Dupe Script

a guest
Mar 10th, 2023
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. --- Released by Talented (Ashton)#0001, Aitrius#9195
  2.  
  3. -- AddToExecutor:
  4.  
  5. function Death()
  6. spawn(function()
  7. local args = {
  8. [1] = "GetPlayerData"
  9. }
  10.  
  11. game:GetService("ReplicatedStorage").NetworkRemoteFunction:InvokeServer(unpack(args))
  12. end)
  13. end
  14.  
  15. for i=1,2500 do
  16. spawn(function()
  17. Death()
  18. end)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement