Advertisement
Theskyler900

sec

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