Advertisement
Plug_RBLX

rere

Dec 16th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. print("BE GONE!")
  2. print("T")
  3. print("H")
  4. print("O")
  5. print("T")
  6. wait(5)
  7. print("script is originally made by Rufus14 and edited by Plugined")
  8. wait(1)
  9. gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  10. wait(1)
  11. text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
  12. text.Text = "Click for rekty words."
  13. text.Size = UDim2.new(0,200, 0,80)
  14. text.Position = UDim2.new(0,0, 0,300)
  15. function haha()
  16. local haha = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  17. haha.SoundId = "http://roblox.com/asset?id=138093488"
  18. haha.Volume = 1
  19. haha.EmitterSize = 1000
  20. function succ()
  21. local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  22. lele.SoundId = "http://roblox.com/asset?id=210385733"
  23. lele.Volume = 1
  24. lele.EmitterSize = 1000
  25. lele:Play()
  26. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "BEGONE....", "Red")
  27. wait(1)
  28. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "T H O T!", "Red")
  29. wait(1)
  30. game.Chat:Chat(Game.Players.LocalPlayer.Character.Head, "HAHA!", "Green")
  31. haha:Play
  32. end
  33. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement