Advertisement
Plug_RBLX

fact

Dec 16th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. print("shit")
  2. wait(1)
  3. print("its:")
  4. wait(3)
  5. print("c")
  6. wait(0.5)
  7. print("o")
  8. wait(0.5)
  9. print("o")
  10. wait(0.5)
  11. print("l")
  12. wait(5)
  13. print("script is originally made by Rufus14 and edited by Plugined")
  14. wait(1)
  15. gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  16. wait(1)
  17. text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
  18. text.Text = "say a fact"
  19. text.Size = UDim2.new(0,200, 0,80)
  20. text.Position = UDim2.new(0,0, 0,300)
  21. function succ()
  22. local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  23. lele.SoundId = "http://roblox.com/asset?id=137656104"
  24. lele.Volume = 1
  25. lele.EmitterSize = 1000
  26. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "bro.", "Red")
  27. wait(1)
  28. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "want to hear le scientistic fact?", "Red")
  29. wait(1)
  30. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "....", "Red")
  31. wait(5)
  32. lele:Play()
  33. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "I EXIST!!!", "Green")
  34. wait(0.5)
  35. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "DUN DUN DUUUN!", "Red")
  36. wait(6)
  37. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "P I E S!!!!", "Red")
  38. lele:Play()
  39. end
  40. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement