Advertisement
refrop

sky box changer v1

May 24th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. --MADE BY OneLegend (NOT THE SCRIPT) REGULAR SCRIPT: JUST RUN!
  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=62866150"
  8. s.SkyboxDn = "http://www.roblox.com/asset/?id=62866150"
  9. s.SkyboxFt = "http://www.roblox.com/asset/?id=62866150"
  10. s.SkyboxLf = "http://www.roblox.com/asset/?id=62866150"
  11. s.SkyboxRt = "http://www.roblox.com/asset/?id=62866150"
  12. s.SkyboxUp = "http://www.roblox.com/asset/?id=62866150"
  13. s.Parent = game.Lighting
  14.  
  15. while true do
  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