Advertisement
Diamond_Nicholas

sky

Jan 29th, 2020
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(Enum,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Sky0 = Instance.new("Sky")
  20. Sky0.Name = "By Basebull2"
  21. Sky0.Parent = mas
  22. Sky0.CelestialBodiesShown = false
  23. Sky0.SkyboxBk = "http://www.roblox.com/asset/?id=383769715"
  24. Sky0.SkyboxDn = "http://www.roblox.com/asset/?id=383769835"
  25. Sky0.SkyboxFt = "http://www.roblox.com/asset/?id=383769760"
  26. Sky0.SkyboxLf = "http://www.roblox.com/asset/?id=383769739"
  27. Sky0.SkyboxRt = "http://www.roblox.com/asset/?id=383769680"
  28. Sky0.SkyboxUp = "http://www.roblox.com/asset/?id=383769794"
  29. for i,v in pairs(mas:GetChildren()) do
  30. v.Parent = workspace
  31. pcall(function() v:MakeJoints() end)
  32. end
  33. for i,v in pairs(cors) do
  34. spawn(function()
  35. pcall(v)
  36. end)
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement