Advertisement
refrop

mountain skybox

May 24th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. --MADE BY refrop
  2.  
  3. c = script:Clone()
  4. c.Parent = game.Lighting
  5. s = Instance.new("Sky")
  6. s.Name = "loltroll"
  7. s.SkyboxBk = "http://www.roblox.com/asset/?id=368385273"
  8. s.SkyboxDn = "http://www.roblox.com/asset/?id=48015300"
  9. s.SkyboxFt = "http://www.roblox.com/asset/?id=368388290"
  10. s.SkyboxLf = "http://www.roblox.com/asset/?id=368390615"
  11. s.SkyboxRt = "http://www.roblox.com/asset/?id=368385190"
  12. s.SkyboxUp = "http://www.roblox.com/asset/?id=48015387"
  13. s.Parent = game.Lighting
  14.  
  15.  
  16. wait(0.225555)
  17. t = game.Teams:GetChildren()
  18. for i = 1, #t do
  19. if t[i] == true then
  20. t[i].Name = math.random()
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement