Advertisement
Clyclop

Untitled

Aug 21st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. while true do
  2. texture = "http://www.roblox.com/asset/?id=485085970" -- put id there, then set last digit one number back
  3.  
  4. local A = game.Workspace:GetChildren()
  5. local B = game.Workspace:GetChildren()
  6. local C = game.Workspace:GetChildren()
  7. local D = game.Workspace:GetChildren()
  8. local E = game.Workspace:GetChildren()
  9. local F = game.Workspace:GetChildren()
  10. for i,v in pairs(A) do
  11. if v:IsA("Part") then
  12. local d = Instance.new("Decal",v)
  13. v.Decal.Face = "Top"
  14. v.Decal.Texture = texture
  15. v.Anchored = true
  16. end
  17. end
  18.  
  19. for i,v in pairs(B) do
  20. if v:IsA("Part") then
  21. local s = Instance.new("Decal",v)
  22. s.Face = "Front"
  23. s.Texture = texture
  24. end
  25. end
  26.  
  27. for i,v in pairs(C) do
  28. if v:IsA("Part") then
  29. local h = Instance.new("Decal",v)
  30. h.Face = "Back"
  31. h.Texture = texture
  32. end
  33. end
  34.  
  35. for i,v in pairs(D) do
  36. if v:IsA("Part") then
  37. local j = Instance.new("Decal",v)
  38. j.Face = "Left"
  39. j.Texture = texture
  40. end
  41. end
  42.  
  43. for i,v in pairs(E) do
  44. if v:IsA("Part") then
  45. local k = Instance.new("Decal",v)
  46. k.Face = "Right"
  47. k.Texture = texture
  48. end
  49. end
  50.  
  51. for i,v in pairs(F) do
  52. if v:IsA("Part") then
  53. local l = Instance.new("Decal",v)
  54. l.Face = "Bottom"
  55. l.Texture = texture
  56.  
  57. c = script:Clone()
  58. c.Parent = game.Lighting
  59. s = Instance.new("Sky")
  60. s.Name = "loltroll"
  61. s.SkyboxBk = "http://www.roblox.com/asset/?id=485085970"
  62. s.SkyboxDn = "http://www.roblox.com/asset/?id=485085970"
  63. s.SkyboxFt = "http://www.roblox.com/asset/?id=485085970"
  64. s.SkyboxLf = "http://www.roblox.com/asset/?id=485085970"
  65. s.SkyboxRt = "http://www.roblox.com/asset/?id=485085970"
  66. s.SkyboxUp = "http://www.roblox.com/asset/?id=485085970"
  67. s.Parent = game.Lighting
  68. wait()
  69. end
  70. end
  71. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement