mewishmeww

prison type haaa

Jan 28th, 2025 (edited)
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1.    for i,v in pairs(game.Players:GetPlayers()) do
  2.       if v then
  3.          
  4.          local args = {
  5.     [1] = "Hit",
  6.     [2] = game:GetService("Players").LocalPlayer.Character.Taser,
  7.     [3] = v.Character:FindFirstChild("Left Arm")
  8. }
  9.  
  10. game:GetService("ReplicatedStorage"):WaitForChild("Tase"):FireServer(unpack(args))
  11.  
  12.       end
  13.    end
  14.  
Advertisement
Add Comment
Please, Sign In to add comment