Advertisement
yamanohera155233

Untitled

Jul 25th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. function meands(obj)
  2. for i,v in pairs(obj:GetChildren()) do
  3. if v:IsA("BasePart") then
  4. One = Instance.new("Decal", v)
  5. Two = Instance.new("Decal", v)
  6. Three = Instance.new("Decal", v)
  7. Four = Instance.new("Decal", v)
  8. Five = Instance.new("Decal", v)
  9. Six = Instance.new("Decal", v)
  10. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  11. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  12. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  13. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  14. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  15. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  16. One.Face = "Front"
  17. Two.Face = "Back"
  18. Three.Face = "Right"
  19. Four.Face = "Left"
  20. Five.Face = "Top"
  21. Six.Face = "Bottom"
  22. end
  23. meands(v)
  24. end
  25. end
  26. meands(workspace)
  27. end
  28. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement