Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Ultimate V2.2
- m = Instance.new("Message")
- m.Parent = Workspace
- m.Text = ("robloxandtylers wrath")
- game.Workspace.Gravity = 75
- game.Lighting.TimeOfDay = ("5:00")
- game.Lighting.FogEnd = 300
- s = Instance.new("Sky")
- s.Name = "pepe"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=257182665"
- s.Parent = game.Lighting
- wait(5)
- m:Remove()
- while true do
- wait(0.5)
- b = Instance.new("BlurEffect")
- b.Parent = game.Lighting
- h = Instance.new("Hint")
- h.Parent = game.Workspace
- h.Text = ("It is the ultimate end of the server.")
- game.Workspace.Gravity = -10
- game.Lighting.TimeOfDay = ("5:00")
- game.Lighting.FogEnd = 75
- game.StarterPlayer.CameraMode = ("LockFirstPerson")
- game.Workspace.Camera.FieldOfView = 200
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Part")then
- v.BrickColor = BrickColor.new('le color')
- v.Name = ("locked")
- v.Locked = true
- v.Anchored = false
- v.Material = ("Slate")
- v.CFrame=CFrame.new(v.Position,Vector3.new(math.random(),math.random(),math.random()))
- v.Shape = ("Ball")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement