Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. while wait(.05) do
  2.  
  3. messagedisplayed = "what the hell in the world the hell"
  4.  
  5. for i,v in pairs(game.Players:GetChildren()) do
  6.  
  7. local A_1 = v.Character.Humanoid
  8. local A_2 = CFrame.new(2e9,2e9,2e9)
  9. local A_3 = messagedisplayed
  10. local A_4 = 0.25
  11. local A_5 = Vector3.new(55,0,55) -- the knockback x, is left or right, y is up or down, z is forward or backward.
  12. local A_6 = "rbxassetid://241837157"
  13. local A_7 = 0.075
  14. local A_8 = Color3.new(255, 255, 255)
  15. local A_9 = "rbxassetid://260430079"
  16. local A_10 = 5
  17. local A_11 = 555
  18. local Event = game:GetService("ReplicatedStorage").Damage
  19. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8, A_9, A_10, A_11)
  20.  
  21. end
  22.  
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement