Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ALL SCRIPTS ARE MADE BY BIONIC (TEAM KFP) @ V3RMILLION
- local Shouter = "TeamKFP"
- local Target = "xTeamKFP"
- local Character = game.Workspace[Target]
- local ChatService = game:GetService("Chat")
- local Speak = game.Workspace[Shouter].Head
- local Number = 10000
- local Sound = Instance.new("Sound", game.Workspace)
- Sound.SoundId = "rbxassetid://130776150"
- Sound:Play()
- wait(4)
- ChatService:Chat(Speak, "FUS", "Blue")
- wait(0.4)
- ChatService:Chat(Speak, "RO", "Blue")
- wait(0.4)
- ChatService:Chat(Speak, "DAH!", "Blue")
- local b = Instance.new("BodyPosition")
- b.position = Vector3.new(500, 500, 500)
- b.maxForce = Vector3.new(Number, Number, Number)
- b.Parent = Character.Torso
- wait(3)
- b:Destroy()
- wait(3)
- Sound:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement