View difference between Paste ID: W690YW1C and SkhNKvzj
SHOW: | | - or go back to the newest paste.
1
wait(1)
2
print("TUTORIAL: how to use this script in a way that NO ONE can clean it")
3
print("go to this link: https://pastebin.com/raw/w1WXLKrH")
4
print("do ctrl + a")
5
print("do ctrl + c")
6
print("in the game, click in the output thing")
7
print("do c/ctrl + v")
8
print("and done, if you got what you need to do, you can destroy every script builder server")
9
script.Parent = game.StarterGui
10
math.randomseed(tick() % 1 * 1e6)
11
sky = coroutine.create(function()
12
	while wait(0.3) do
13
		s = Instance.new("Sky",game.Lighting)
14
		s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408"
15
		s.CelestialBodiesShown = false
16
	end
17
end)
18
19
20
del = coroutine.create(function()
21
	while wait(0.3) do
22
		for i,v in pairs(workspace:GetChildren()) do
23
			if v:IsA("Model") then
24
				v:Destroy()
25
			end
26
		end
27
	end
28
end)
29
30
31
32
for i,v in pairs(game.Players:GetChildren()) do
33
	v.Character.Archivable = true
34
end
35
sound = coroutine.create(function()
36
	a = Instance.new("Sound",game.StarterPack)
37-
	a.SoundId = "rbxassetid://141509625"
37+
	a.SoundId = "rbxassetid://292449846"
38-
	a.Name = "RAINING MEN"
38+
	a.Name = "YEAHH BOII MADE BY MAGER MASH"
39
	a.Volume = 9999999999
40
	a.Looped = true
41
	a:Play()
42
	while wait(0.2) do
43
		rainin = workspace:FindFirstChild("RAINING MEN")
44
		if not rainin then
45
			a = Instance.new("Sound",game.StarterPack)
46-
			a.SoundId = "rbxassetid://141509625"
46+
			a.SoundId = "rbxassetid://292449846"
47-
			a.Name = "RAINING MEN"
47+
			a.Name = "RAINING MEN MADE BY MAGERMASH"
48
			a.Volume = 0
49
			a.Looped = true
50
			a:Play()
51
		end
52
	end
53
end)
54
55
msg = coroutine.create(function()
56
	while wait(0.4) do
57
		msg = Instance.new("Message",workspace)
58-
		msg.Text = "ITS RAINING MEN!"
58+
		msg.Text = "SAX GUY MADE BY MAGERMASH"
59
		wait(0.4)
60
		msg:Destroy()
61
	end
62
end) 
63
64
65
rain = coroutine.create(function()
66
    while wait() do
67
        part = Instance.new("Part",workspace)
68
        part.Name = "Toad"
69
        mesh = Instance.new("SpecialMesh",part)  
70
        part.CanCollide = false
71
        part.Size = Vector3.new(440,530,380)
72
        part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
73
        mesh.MeshType = "FileMesh"
74
        mesh.MeshId = "rbxassetid://430210147"
75
        mesh.TextureId = "rbxassetid://430210159"
76
        local trail = Instance.new("Trail", toad)
77
        trail.Attachment0 = a0
78
        trail.Attachment1 = a1
79
        trail.FaceCamera = true
80
        trail.Lifetime = 1
81
        trail.Transparency = NumberSequence.new(0,0.5,0,1,1,0)
82
        trail.Texture = "http://www.roblox.com/asset/?id=102124677"
83
        --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
84
wait(0.1)
85
	end
86
end)
87
coroutine.resume(sky)
88
coroutine.resume(del)
89
coroutine.resume(sound)
90
coroutine.resume(msg)
91
coroutine.resume(rain)