Advertisement
thegameplayer

Untitled

Nov 20th, 2022
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. while wait(2) do
  3. for i,v in pairs(game.Players:GetPlayers()) do
  4.  
  5. local args = {
  6. [1] = v.Character:FindFirstChild("Right Arm"),
  7. [2] = v.Character.Humanoid,
  8. [3] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  9. }
  10.  
  11. game:GetService("Players").LocalPlayer.Character.Default.HitBox.Remotes.HitEvent:FireServer(unpack(args))
  12.  
  13.  
  14.  
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement