Prysq

Untitled

Oct 21st, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. s = Instance.new("Sky")
  2. s.Name = "loltroll"
  3. s.SkyboxBk = "http://www.roblox.com/asset/?id=62866150"
  4. s.SkyboxDn = "http://www.roblox.com/asset/?id=62866150"
  5. s.SkyboxFt = "http://www.roblox.com/asset/?id=62866150"
  6. s.SkyboxLf = "http://www.roblox.com/asset/?id=62866150"
  7. s.SkyboxRt = "http://www.roblox.com/asset/?id=62866150"
  8. s.SkyboxUp = "http://www.roblox.com/asset/?id=62866150"
  9. s.Parent = game.Lighting
  10.  
  11. while true do
  12. wait(0.225555)
  13. t = game.Teams:GetChildren()
  14. for i = 1, #t do
  15. t[i].Name = math.random()
  16. p = game.Players:GetChildren()
  17. for i = 1, #p do
  18. o = p[i].Character:GetChildren()
  19. for i = 1, #o do
  20. if o[i].ClassName == "Part" then
  21. q = Instance.new("SpecialMesh", o[i])
  22. q.MeshType = math.random(1,11)
  23. end
  24. end
  25. end
  26. w = game.Workspace:GetChildren()
  27. for i = 1, #w do
  28. if w[i].ClassName == "Part" then
  29. m = Instance.new("SpecialMesh", w[i])
  30. m.MeshType = math.random(1,11)
  31. elseif w[i].ClassName == "Model" then
  32. mo = w[i]:GetChildren()
  33. for i = 1, #mo do
  34. if mo[i].ClassName == "Part" then
  35. m = Instance.new("SpecialMesh", w[i])
  36. m.MeshType = math.random(1,11)
  37. end
  38. end
  39. end
  40. end
  41. end
Add Comment
Please, Sign In to add comment