Advertisement
SigmaBoy456

Roblox FE kill all script toilet Game

Jul 27th, 2024
294
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. while true do
  2. local player = game.Players.LocalPlayer
  3.  
  4. for _, v in pairs(game.Players:GetPlayers()) do
  5. if v ~= player then
  6. local JN = v.Character
  7. if JN then
  8. spawn(function()
  9. while true do
  10. local args = {
  11. [1] = JN,
  12. [2] = math.huge
  13. }
  14.  
  15. game:GetService("ReplicatedStorage").Events.Dmg:FireServer(unpack(args))
  16. wait()
  17. game:GetService("ReplicatedStorage").Events.Dmg2:FireServer(unpack(args))
  18. wait()
  19. end
  20. end)
  21. end
  22. end
  23. end
  24. wait()
  25. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement