Advertisement
rewr

Untitled

Sep 14th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. -- ALL SCRIPTS ARE MADE BY BIONIC (TEAM KFP) @ V3RMILLION
  2.  
  3. local Shouter = "TeamKFP"
  4. local Target = "xTeamKFP"
  5.  
  6. local Character = game.Workspace[Target]
  7. local ChatService = game:GetService("Chat")
  8. local Speak = game.Workspace[Shouter].Head
  9.  
  10. local Number = 10000
  11.  
  12. local Sound = Instance.new("Sound", game.Workspace)
  13. Sound.SoundId = "rbxassetid://130776150"
  14. Sound:Play()
  15. wait(4)
  16. ChatService:Chat(Speak, "FUS", "Blue")
  17. wait(0.4)
  18. ChatService:Chat(Speak, "RO", "Blue")
  19. wait(0.4)
  20. ChatService:Chat(Speak, "DAH!", "Blue")
  21. local b = Instance.new("BodyPosition")
  22. b.position = Vector3.new(500, 500, 500)
  23. b.maxForce = Vector3.new(Number, Number, Number)
  24. b.Parent = Character.Torso
  25. wait(3)
  26. b:Destroy()
  27. wait(3)
  28. Sound:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement