Advertisement
Daniel555ok

Untitled

Jun 17th, 2020
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. while true do
  2. local A_1 = Vector3.new(1, 0.5, 1)
  3. local A_2 = Vector3.new(0.300000012, 0.150000006, 0.300000012)
  4. local A_3 = BrickColor.new("Institutional white")
  5. local Event = game:GetService("ReplicatedStorage").PlayerStrongPunch
  6. Event:FireServer(A_1, A_2, A_3)
  7.  
  8. local A_1 = "StrongPunch"
  9. local A_2 = game:GetService("Workspace").Entities.AlexIs2_cool.Stand.StandRarm
  10. local A_3 = 1
  11. local Event = game:GetService("ReplicatedStorage").CombatRemote
  12. Event:FireServer(A_1, A_2, A_3)
  13. wait(0)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement