Advertisement
talkazuki5

fffff

Sep 4th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait()
  2. s = Instance.new("Sky")
  3. s.Parent = game.Lighting
  4. s.Name = "awesome skybox"
  5. while true do
  6. s.SkyboxBk = "http://www.roblox.com/asset/?id=255932590"
  7. s.SkyboxDn = "http://www.roblox.com/asset/?id=255932590"
  8. s.SkyboxFt = "http://www.roblox.com/asset/?id=255932590"
  9. s.SkyboxLf = "http://www.roblox.com/asset/?id=255932590"
  10. s.SkyboxRt = "http://www.roblox.com/asset/?id=255932590"
  11. s.SkyboxUp = "http://www.roblox.com/asset/?id=255932590"
  12. wait(.1)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement