Advertisement
ManlyFoes

here

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