SHOW:
|
|
- or go back to the newest paste.
| 1 | - | -- Made by XiBiTT; |
| 1 | + | |
| 2 | - | -- This should work with all level 7 script executors! |
| 2 | + | |
| 3 | - | -- Change TEXT to your message! |
| 3 | + | |
| 4 | - | -- The message will go away after 3 seconds! |
| 4 | + | |
| 5 | ||
| 6 | repeat | |
| 7 | PigsCanFly = 0 | |
| 8 | local Derp = Instance.new("Part",workspace)
| |
| 9 | local Derp = game.Workspace.Part | |
| 10 | - | message:Remove() |
| 10 | + | Derp:Clone() |
| 11 | until | |
| 12 | PigsCanFly == 1 |