Advertisement
Plug_RBLX

Untitled

Dec 16th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 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 = "say a fact"
  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=137656104"
  18. lele.Volume = 1
  19. lele.EmitterSize = 1000
  20. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "bro.", "Red")
  21. wait(5)
  22. lele:Play()
  23. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "we ar geys", "Green")
  24. wait(0.1)
  25. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "u agree?", "Red")
  26. game.Chat:Chat(v.Y1S"..game.Players.LocalPlayer.Character.Name.."!","Red")
  27. end
  28. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement