Advertisement
Plug_RBLX

deder

Dec 16th, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 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 = "unfunny joke u will anyways say heh"
  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=1185841048"
  18. lele.Volume = 1
  19. lele.EmitterSize = 1000
  20. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "bro.", "Red")
  21. wait(1)
  22. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "listen to joke!", "Red")
  23. wait(1)
  24. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "TYPING....", "Green")
  25. wait(5)
  26. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "ur a lil gey!", "Red")
  27. wait(6)
  28. lele:Play()
  29. game.Chat:Chat(Game.Players.LocalPlayer.Character.Head, "HAHA!", "Green")
  30. end
  31. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement