mewishmeww

allores

Feb 10th, 2024 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. for i,v in pairs(game.workspace:GetChildren()) do
  2. if v:FindFirstChildWhichIsA("Humanoid") and v.Name ~= game.Players.LocalPlayer.Name then
  3. local args = {
  4. [1] = "hit",
  5. [2] = {
  6. [1] = v:FindFirstChildWhichIsA("Humanoid"),
  7. [2] = 10000
  8. }
  9. }
  10. game:GetService("Players").LocalPlayer.Character.Sword.RemoteFunction:InvokeServer(unpack(args))
  11. end
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment