Advertisement
Flareon_Mob

Skybox Script for ROBLOX

Oct 9th, 2016
1,340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.87 KB | None | 0 0
  1. while true do
  2.     wait(3)
  3.     c = script:Clone()
  4.     c.Parent = game.Lighting
  5.     s = Instance.new("Sky")
  6.     s.Name = "Flareon_"
  7.     s.SkyboxBk = "http://www.roblox.com/asset/?id="
  8.     s.SkyboxDn = "http://www.roblox.com/asset/?id="
  9.     s.SkyboxFt = "http://www.roblox.com/asset/?id="
  10.     s.SkyboxLf = "http://www.roblox.com/asset/?id="
  11.     s.SkyboxRt = "http://www.roblox.com/asset/?id="
  12.     s.SkyboxUp = "http://www.roblox.com/asset/?id="
  13.     s.Parent = game.Lighting
  14.     wait(2)
  15.     c = script:Clone()
  16.     c.Parent = game.Lighting
  17.     s = Instance.new("Sky")
  18.     s.Name = "Mob"
  19.     s.SkyboxBk = "http://www.roblox.com/asset/?id="
  20.     s.SkyboxDn = "http://www.roblox.com/asset/?id="
  21.     s.SkyboxFt = "http://www.roblox.com/asset/?id="
  22.     s.SkyboxLf = "http://www.roblox.com/asset/?id="
  23.     s.SkyboxRt = "http://www.roblox.com/asset/?id="
  24.     s.SkyboxUp = "http://www.roblox.com/asset/?id="
  25.     s.Parent = game.Lighting
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement