Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("shit")
- wait(1)
- print("its:")
- wait(3)
- print("c")
- wait(0.5)
- print("o")
- wait(0.5)
- print("o")
- wait(0.5)
- print("l")
- wait(5)
- print("script is originally made by Rufus14 and edited by Plugined")
- wait(1)
- gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- wait(1)
- text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
- text.Text = "say a fact"
- text.Size = UDim2.new(0,200, 0,80)
- text.Position = UDim2.new(0,0, 0,300)
- function succ()
- local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- lele.SoundId = "http://roblox.com/asset?id=137656104"
- lele.Volume = 1
- lele.EmitterSize = 1000
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "bro.", "Red")
- wait(1)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "want to hear le scientistic fact?", "Red")
- wait(1)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "....", "Red")
- wait(5)
- lele:Play()
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "I EXIST!!!", "Green")
- wait(0.5)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "DUN DUN DUUUN!", "Red")
- wait(6)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "P I E S!!!!", "Red")
- lele:Play()
- end
- text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement