Advertisement
Gotmilk0086

Untitled

Jun 1st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for i,v in pairs(workspace:GetChildren()) do
  2. pcall(function()
  3. if not game.Players:GetPlayerFromCharacter(v) or game.Workspace.CurrentCamera(v) then
  4. v:Destroy()
  5. end
  6. end)
  7. end
  8. wait(1)
  9. s = Instance.new("Sound", game.Workspace)
  10. s.SoundId = "rbxassetid://138095887"
  11. s.Playing = true
  12. s.Looped = true
  13. Model = game:GetObjects('rbxassetid://01313210747')[1]
  14. Model.Parent = game.Workspace
  15. Model:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  16. Model:MakeJoints()
  17. game.Lighting.TimeOfDay = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement