View difference between Paste ID: thXL9nGG and c52KJmtH
SHOW: | | - or go back to the newest paste.
1-
--Ultimate V2.2
1+
--Chaos V1
2
m = Instance.new("Message")
3
m.Parent = Workspace
4-
m.Text = ("Loaded Ultimate V2.2 by robloxandtyler")
4+
m.Text = ("Chaos V1 by Rarest_Pepe")
5-
game.Workspace.Gravity = 75
5+
6-
game.Lighting.TimeOfDay = ("5:00")
6+
7-
game.Lighting.FogEnd = 300
7+
8
s.SkyboxDn = "http://www.roblox.com/asset/?id=257182665"
9
s.SkyboxFt = "http://www.roblox.com/asset/?id=257182665"
10
s.SkyboxLf = "http://www.roblox.com/asset/?id=257182665"
11
s.SkyboxRt = "http://www.roblox.com/asset/?id=257182665"
12
s.SkyboxUp = "http://www.roblox.com/asset/?id=257182665"
13
s.Parent = game.Lighting
14
15
wait(5)
16
m:Remove()
17
18
while true do
19
wait(5)
20
function Paint(Brick)
21
   
22-
wait(0.5)
22+
    Brick.BrickColor = BrickColor.new("Really black")
23-
b = Instance.new("BlurEffect")
23+
Brick.Material = "CorrodedMetal"
24-
b.Parent = game.Lighting
24+
Brick.CFrame=CFrame.new(Brick.Position,Vector3.new(math.random(),math.random(),math.random()))
25-
h = Instance.new("Hint")
25+
26-
h.Parent = game.Workspace
26+
 
27-
h.Text = ("It is the ultimate end of the server.")
27+
function Search(Object)
28-
game.Workspace.Gravity = -10
28+
    print(Object)
29-
game.Lighting.TimeOfDay = ("5:00")
29+
    coroutine.resume(coroutine.create(Paint), Object)
30-
game.Lighting.FogEnd = 75
30+
    local Children = Object:GetChildren()
31-
game.StarterPlayer.CameraMode = ("LockFirstPerson")
31+
    for X = 1, # Children do
32-
game.Workspace.Camera.FieldOfView = 200
32+
        Search(Children[X])
33
    end
34-
for i,v in pairs(game.Workspace:GetChildren()) do
34+
35-
if v:IsA("Part")then
35+
 
36-
v.BrickColor = BrickColor.new('le color')
36+
Search(game.Workspace)
37-
v.Name = ("locked")
37+
function Paint(Brick)
38-
v.Locked = true
38+
   
39-
v.Anchored = false
39+
    Brick.BrickColor = BrickColor.new("Really black")
40-
v.Material = ("Slate")
40+
Brick.Material = "CorrodedMetal"
41-
v.CFrame=CFrame.new(v.Position,Vector3.new(math.random(),math.random(),math.random()))
41+
Brick.CFrame=CFrame.new(Brick.Position,Vector3.new(math.random(),math.random(),math.random()))
42-
v.Shape = ("Ball")
42+
43
 
44
function Search(Object)
45
    print(Object)
46
    coroutine.resume(coroutine.create(Paint), Object)
47
    local Children = Object:GetChildren()
48
    for X = 1, # Children do
49
        Search(Children[X])
50
    end
51
end
52
end
53
end
54
end
55
end
56
end