Advertisement
Plug_RBLX

testey

Dec 16th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 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 succ()
  16. local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  17. lele.SoundId = "http://roblox.com/asset?id=210385733"
  18. lele.Volume = 1
  19. lele.EmitterSize = 1000
  20. lele:Play()
  21. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "BEGONE....", "Red")
  22. wait(1)
  23. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "T H O T!", "Red")
  24. end
  25. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement