SHOW:
|
|
- or go back to the newest paste.
| 1 | --succ. (By Rufus14) | |
| 2 | wait(1) | |
| 3 | gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
| |
| 4 | wait(1) | |
| 5 | text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
| |
| 6 | - | text.Text = "click for 100% truth,truer than no man's sky" |
| 6 | + | text.Text = "click for pootis" |
| 7 | text.Size = UDim2.new(0,200, 0,80) | |
| 8 | text.Position = UDim2.new(0,0, 0,300) | |
| 9 | function succ() | |
| 10 | local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
| |
| 11 | - | lele.SoundId = "http://roblox.com/asset?id=130771265" |
| 11 | + | lele.SoundId = "http://roblox.com/asset?id=130769465" |
| 12 | lele.Volume = 1 | |
| 13 | lele.EmitterSize = 1000 | |
| 14 | lele:Play() | |
| 15 | - | game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "ITS(NOT)FREE", "Red") |
| 15 | + | game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "pootis spencer here", "Red") |
| 16 | end | |
| 17 | text.MouseButton1Click:connect(succ) |