Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Released by Talented (Ashton)#0001, Aitrius#9195
- -- AddToExecutor:
- function Death()
- spawn(function()
- local args = {
- [1] = "GetPlayerData"
- }
- game:GetService("ReplicatedStorage").NetworkRemoteFunction:InvokeServer(unpack(args))
- end)
- end
- for i=1,2500 do
- spawn(function()
- Death()
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement