Guest User

Untitled

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