Advertisement
somefunplz

Decal Script

Sep 9th, 2015
863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. x1 = script.Parent.SkyboxBk
  2. x2 = script.Parent.SkyboxDn
  3. x3 = script.Parent.SkyboxFt
  4. x4 = script.Parent.SkyboxLf
  5. x5 = script.Parent.SkyboxRt
  6. x6 = script.Parent.SkyboxUp
  7.  
  8. while true do
  9. x1 = "rbxasset://Sky/null_plainsky512_bk.jpg"
  10. x2 = "rbxasset://Sky/null_plainsky512_dn.jpg"
  11. x3 = "rbxasset://Sky/null_plainsky512_ft.jpg"
  12. x4 = "rbxasset://Sky/null_plainsky512_lf.jpg"
  13. x5 = "rbxasset://Sky/null_plainsky512_rt.jpg"
  14. x6 = "rbxasset://Sky/null_plainsky512_up.jpg"
  15. wait(math.random(20, 120))
  16. x1 = "http://www.roblox.com/asset/?id=55904888"
  17. x2 = "http://www.roblox.com/asset/?id=55904888"
  18. x3 = "http://www.roblox.com/asset/?id=55904888"
  19. x4 = "http://www.roblox.com/asset/?id=55904888"
  20. x5 = "http://www.roblox.com/asset/?id=55904888"
  21. x6 = "http://www.roblox.com/asset/?id=55904888"
  22. wait(0.01)
  23. x1 = "rbxasset://Sky/null_plainsky512_bk.jpg"
  24. x2 = "rbxasset://Sky/null_plainsky512_dn.jpg"
  25. x3 = "rbxasset://Sky/null_plainsky512_ft.jpg"
  26. x4 = "rbxasset://Sky/null_plainsky512_lf.jpg"
  27. x5 = "rbxasset://Sky/null_plainsky512_rt.jpg"
  28. x6 = "rbxasset://Sky/null_plainsky512_up.jpg"
  29. wait(1)
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement