mr2meows

oldblox

Jun 27th, 2022 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. for i,v in pairs(workspace:GetDescendants()) do
  2. if v:IsA("BasePart") then
  3. local dec = Instance.new("Texture", v)
  4. dec.Texture = "rbxassetid://48715260"
  5. dec.Face = "Top"
  6. dec.StudsPerTileU = "1"
  7. dec.StudsPerTileV = "1"
  8. dec.Transparency = v.Transparency
  9. v.Material = "Plastic"
  10. local dec2 = Instance.new("Texture", v)
  11. dec2.Texture = "rbxassetid://20299774"
  12. dec2.Face = "Bottom"
  13. dec2.StudsPerTileU = "1"
  14. dec2.StudsPerTileV = "1"
  15. dec2.Transparency = v.Transparency
  16. v.Material = "Plastic"
  17. end
  18. end
  19. game.Lighting.ClockTime = 12
  20. game.Lighting.GlobalShadows = false
  21. game.Lighting.Outlines = false
  22. for i,v in pairs(game.Lighting:GetDescendants()) do
  23. v:Destroy()
  24. end
  25. local sky = Instance.new("Sky", game.Lighting)
  26. sky.SkyboxBk = "rbxassetid://161781263"
  27. sky.SkyboxDn = "rbxassetid://161781258"
  28. sky.SkyboxFt = "rbxassetid://161781261"
  29. sky.SkyboxLf = "rbxassetid://161781267"
  30. sky.SkyboxRt = "rbxassetid://161781268"
  31. sky.SkyboxUp = "rbxassetid://161781260"
  32.  
  33.  
Add Comment
Please, Sign In to add comment