Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("BE GONE!")
- print("T")
- print("H")
- print("O")
- print("T")
- wait(5)
- print("script is originally made by Rufus14 and edited by Plugined")
- wait(1)
- gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- wait(1)
- text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
- text.Text = "Click for rekty words."
- text.Size = UDim2.new(0,200, 0,80)
- text.Position = UDim2.new(0,0, 0,300)
- function haha()
- local haha = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- haha.SoundId = "http://roblox.com/asset?id=138093488"
- haha.Volume = 1
- haha.EmitterSize = 1000
- function succ()
- local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- lele.SoundId = "http://roblox.com/asset?id=210385733"
- lele.Volume = 1
- lele.EmitterSize = 1000
- lele:Play()
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "BEGONE....", "Red")
- wait(1)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "T H O T!", "Red")
- wait(1)
- game.Chat:Chat(Game.Players.LocalPlayer.Character.Head, "HAHA!", "Green")
- haha:Play
- end
- text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement