Advertisement
_Thanh_Thy_Cute_

Fight Club RAGDOLL ALL PLAYERS

Aug 5th, 2021
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for i,v in pairs(game.Players:GetPlayers()) do
  2. if i~=1 then
  3. for i = 1,18 do
  4. game:GetService("Players").LocalPlayer.Character.Punch.RemoteEvent:FireServer(v.Character.HumanoidRootPart)
  5. end
  6. end
  7. end
  8. --1. Equip punch tool
  9. --2. Execute
  10. --The players must be in the ring for them to all ragdoll
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement