SHOW:
|
|
- or go back to the newest paste.
1 | --Ultimate V2.2 | |
2 | m = Instance.new("Message") | |
3 | - | h = Instace.new("Hint") |
3 | + | m.Parent = Workspace |
4 | m.Text = ("Loaded Ultimate V2.2 by robloxandtyler") | |
5 | - | h.Text = ("The ultimate destruction of the server.") |
5 | + | game.Workspace.Gravity = 75 |
6 | game.Lighting.TimeOfDay = ("5:00") | |
7 | - | game.Lighting.TimeOfDay = ("0:00") |
7 | + | game.Lighting.FogEnd = 300 |
8 | - | game.Lighting.Fog = 1 |
8 | + | s = Instance.new("Sky") |
9 | s.Name = "pepe" | |
10 | s.SkyboxBk = "http://www.roblox.com/asset/?id=257182665" | |
11 | s.SkyboxDn = "http://www.roblox.com/asset/?id=257182665" | |
12 | s.SkyboxFt = "http://www.roblox.com/asset/?id=257182665" | |
13 | - | v.BrickColor = BrickColor.new('Bright voilet') |
13 | + | s.SkyboxLf = "http://www.roblox.com/asset/?id=257182665" |
14 | s.SkyboxRt = "http://www.roblox.com/asset/?id=257182665" | |
15 | s.SkyboxUp = "http://www.roblox.com/asset/?id=257182665" | |
16 | s.Parent = game.Lighting | |
17 | ||
18 | wait(5) | |
19 | m:Remove() | |
20 | ||
21 | while true do | |
22 | wait(0.5) | |
23 | b = Instance.new("BlurEffect") | |
24 | b.Parent = game.Lighting | |
25 | h = Instance.new("Hint") | |
26 | h.Parent = game.Workspace | |
27 | h.Text = ("It is the ultimate end of the server.") | |
28 | game.Workspace.Gravity = -10 | |
29 | game.Lighting.TimeOfDay = ("5:00") | |
30 | game.Lighting.FogEnd = 75 | |
31 | game.StarterPlayer.CameraMode = ("LockFirstPerson") | |
32 | game.Workspace.Camera.FieldOfView = 200 | |
33 | ||
34 | for i,v in pairs(game.Workspace:GetChildren()) do | |
35 | if v:IsA("Part")then | |
36 | v.BrickColor = BrickColor.new('le color') | |
37 | v.Name = ("locked") | |
38 | v.Locked = true | |
39 | v.Anchored = false | |
40 | v.Material = ("Slate") | |
41 | v.CFrame=CFrame.new(v.Position,Vector3.new(math.random(),math.random(),math.random())) | |
42 | v.Shape = ("Ball") | |
43 | end | |
44 | end | |
45 | end |