Upscalefanatic3

Boxing simulator 2 kill others (gloves out before execute)

Jan 26th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local children = game.Players:GetChildren()
  2.  
  3. local LocalUser = game.Players.LocalPlayer
  4. local NAME = game.Players.LocalPlayer.Name
  5. for i = 1, #children do
  6. if(children[i].Name ~= NAME) then
  7. for a = 1,100 do
  8. game.ReplicatedStorage.Remotes.Human_Punch:FireServer(LocalUser.Character.LeftHand, "LeftPunch", children[i].Character.LeftHand, 5, true, "RightPunch", LocalUser.Character.Boxing.Handle.Hit, 5)
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment