Advertisement
Cizzy

Untitled

Apr 26th, 2021
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. game:GetService("RunService").RenderStepped:connect(function()
  2. local A_1 = Vector3.new(20, 20, 20)
  3. local A_2 = Vector3.new(0.300000012, 0.150000006, 0.300000012)
  4. local A_3 = BrickColor.new("Bright red")
  5. local Event = game:GetService("ReplicatedStorage").StrongPunch
  6. Event:FireServer(A_1, A_2, A_3)
  7.  
  8. local A_1 = Vector3.new(20, 20, 20)
  9. local A_2 = Vector3.new(0.300000012, 0.150000006, 0.300000012)
  10. local A_3 = BrickColor.new("Lime green")
  11. local Event = game:GetService("ReplicatedStorage").StrongPunch
  12. Event:FireServer(A_1, A_2, A_3)
  13.  
  14. local A_1 = Vector3.new(20, 20, 20)
  15. local A_2 = Vector3.new(0.300000012, 0.150000006, 0.300000012)
  16. local A_3 = BrickColor.new("Really blue")
  17. local Event = game:GetService("ReplicatedStorage").StrongPunch
  18. Event:FireServer(A_1, A_2, A_3)
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement