Advertisement
refrop

sky box changer v1

May 24th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 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
  23. p = game.Players:GetChildren()
  24. for i = 1, #p do
  25. o = p[i].Character:GetChildren()
  26. for i = 1, #o do
  27. if o[i].ClassName == "Part" then
  28. q = Instance.new("SpecialMesh", o[i])
  29. q.MeshType = math.random(1,11)
  30. end
  31. end
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement