Advertisement
dahpiglz

Untitled

Aug 4th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --script for personal use
  2. while true do
  3. wait(1)
  4. game.Lighting.TimeOfDay = ("0:00")
  5. m = Instance.new("Message")
  6. m.Text = ("RIP server")
  7. m.Parent = game.Workspace
  8. game.Workspace.Gravity = -10
  9.  
  10. for i,v in pairs(game.Workspace:GetChildren()) do
  11. if v:IsA("Part")then
  12. v.BrickColor = BrickColor.new('Bright voilet')
  13. v.Name = ("locked")
  14. v.Locked = true
  15. v.Anchored = false
  16. end
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement