crazydoomy

a

Oct 23rd, 2019
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. for i, v in pairs(game.Players:GetChildren()) do
  2. if v then
  3. for i,v in pairs(v.Character:GetChildren()) do
  4. if v.Name ~= "Humanoid" then
  5. local A_1 = v
  6. local A_2 = Vector3.new()
  7. local A_3 = Vector3.new()
  8. local Event = game:GetService("ReplicatedStorage").ThrowBasketBall
  9. Event:FireServer(A_1, A_2, A_3)
  10. end
  11. end
  12. end
  13. end
Add Comment
Please, Sign In to add comment