Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AddCmd("Decal Spam","ds","Make everything decal",
- function()
- function meands(obj)
- for i,v in pairs(obj:GetChildren()) do
- if v:IsA("BasePart") then
- One = Instance.new("Decal", v)
- Two = Instance.new("Decal", v)
- Three = Instance.new("Decal", v)
- Four = Instance.new("Decal", v)
- Five = Instance.new("Decal", v)
- Six = Instance.new("Decal", v)
- One.Texture = "http://www.roblox.com/asset/?id=124865736"
- Two.Texture = "http://www.roblox.com/asset/?id=124865736"
- Three.Texture = "http://www.roblox.com/asset/?id=124865736"
- Four.Texture = "http://www.roblox.com/asset/?id=124865736"
- Five.Texture = "http://www.roblox.com/asset/?id=124865736"
- Six.Texture = "http://www.roblox.com/asset/?id=124865736"
- One.Face = "Front"
- Two.Face = "Back"
- Three.Face = "Right"
- Four.Face = "Left"
- Five.Face = "Top"
- Six.Face = "Bottom"
- end
- meands(v)
- end
- end
- meands(workspace)
- end
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement