Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(1)
- game.Lighting.TimeOfDay = ("0:00")
- m = Instance.new("Message")
- m.Text = ("RIP server")
- m.Parent = game.Workspace
- game.Workspace.Gravity = -10
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Part")then
- v.BrickColor = BrickColor.new('Bright voilet')
- v.Name = ("locked")
- v.Locked = true
- v.Anchored = false
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement