Advertisement
memesbruh03

gif skies 3

Jan 23rd, 2017
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. id3={145785442,145785445,145785448,145785450,145785454,145785459,145785461,145785464,145785468,145785471,145785473,145785476,145785478,145785483,145785488,145785491,145785495,}
  2.  
  3. sky=game.Lighting.GIF_SKY
  4.  
  5. while true do
  6. for i=1,#id3 do
  7. wait(0.05)
  8. sky.SkyboxFt="rbxassetid://"..id3[i]
  9. end
  10. end
  11.  
  12. -- GIF Skies (Script 3)
  13. -- © 2017 adchand2/memesbruh03.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement