Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- wait(1)
- text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
- text.Text = "Click for Trolling."
- text.Size = UDim2.new(0,200, 0,80)
- text.Position = UDim2.new(0,0, 0,300)
- function fart()
- local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- lele.SoundId = "http://roblox.com/asset?id=743178171"
- lele.Volume = 1
- lele.EmitterSize = 1000
- wait(1)
- msg = Instance.new("Message", workspace)
- msg.Text = "everyone farted."
- wait(3)
- msg:destroy()
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "faartt", "Red")
- lele:Play()
- wait(0.1)
- game.Chat:Chat(game.Players.LocalPlayer.Character.head, "AND AGAIIINN FARTTTTTTTTTTTT", "Green")
- wait(0.1)
- lele:Play()
- end
- text.MouseButton1Click:connect(fart)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement