SHOW:
|
|
- or go back to the newest paste.
| 1 | - | wait(1) |
| 1 | + | |
| 2 | - | print("TUTORIAL: how to use this script in a way that NO ONE can clean it")
|
| 2 | + | |
| 3 | - | print("go to this link: https://pastebin.com/raw/w1WXLKrH")
|
| 3 | + | |
| 4 | - | print("do ctrl + a")
|
| 4 | + | |
| 5 | - | print("do ctrl + c")
|
| 5 | + | |
| 6 | - | print("in the game, click in the output thing")
|
| 6 | + | |
| 7 | - | print("do c/ctrl + v")
|
| 7 | + | |
| 8 | - | print("and done, if you got what you need to do, you can destroy every script builder server")
|
| 8 | + | |
| 9 | end) | |
| 10 | ||
| 11 | ||
| 12 | del = coroutine.create(function() | |
| 13 | while wait(0.3) do | |
| 14 | for i,v in pairs(workspace:GetChildren()) do | |
| 15 | if v:IsA("Model") then
| |
| 16 | v:Destroy() | |
| 17 | end | |
| 18 | end | |
| 19 | end | |
| 20 | end) | |
| 21 | ||
| 22 | - | for i,v in pairs(workspace:GetChildren()) do |
| 22 | + | |
| 23 | - | if v:IsA("Model") then
|
| 23 | + | |
| 24 | - | v:Destroy() |
| 24 | + | |
| 25 | - | end |
| 25 | + | |
| 26 | sound = coroutine.create(function() | |
| 27 | a = Instance.new("Sound",game.StarterPack)
| |
| 28 | a.SoundId = "rbxassetid://141509625" | |
| 29 | a.Name = "RAINING MEN" | |
| 30 | a.Volume = 58359 | |
| 31 | a.Looped = true | |
| 32 | a:Play() | |
| 33 | while wait(0.2) do | |
| 34 | rainin = workspace:FindFirstChild("RAINING MEN")
| |
| 35 | if not rainin then | |
| 36 | a = Instance.new("Sound",game.StarterPack)
| |
| 37 | a.SoundId = "rbxassetid://141509625" | |
| 38 | a.Name = "RAINING MEN" | |
| 39 | a.Volume = 0 | |
| 40 | a.Looped = true | |
| 41 | a:Play() | |
| 42 | end | |
| 43 | end | |
| 44 | end) | |
| 45 | ||
| 46 | coroutine.resume(sky) | |
| 47 | coroutine.resume(del) | |
| 48 | coroutine.resume(sound) | |
| 49 | coroutine.resume(msg) | |
| 50 | coroutine.resume(rain) |