Advertisement
Guest User

34435f345345f2

a guest
Jul 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetChildren()) do
  2. if v:IsA("BasePart") then
  3. if v.Name ~= "Terrain" then
  4. Instance.new("Decal").Parent = v
  5. v.Decal.Texture = "rbxassetid://550002937"
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement