s = Instance.new("Sky") s.Name = "SKY" s.SkyboxBk = "http://www.roblox.com/asset/?id= 76861571826538" s.SkyboxDn = "http://www.roblox.com/asset/?id= 116050868829009" s.SkyboxFt = "http://www.roblox.com/asset/?id= 132469681716301" s.SkyboxLf = "http://www.roblox.com/asset/?id= 70934693516622" s.SkyboxRt = "http://www.roblox.com/asset/?id= 76180300772928" s.SkyboxUp = "http://www.roblox.com/asset/?id= 74581379796640" s.Parent = game.Lighting wait(0) --decal spam local ID =140061187365713 --id here function spamDecal(v) if v:IsA("Part") then for i=0, 5 do D = Instance.new("Decal") D.Name = "MYDECALHUE" D.Face = i D.Parent = v D.Texture = ("http://www.roblox.com/asset/?id="..Id) end else if v:IsA("Model") then for a,b in pairs(v:GetChildren()) do spamDecal(b) end end end end function decalspam(id) --use this function, not the one on top Id = id for i,v in pairs(game.Workspace:GetChildren()) do if v:IsA("Part") then for i=0, 5 do D = Instance.new("Decal") D.Name = "MYDECALHUE" D.Face = i D.Parent = v D.Texture = ("http://www.roblox.com/asset/?id="..id) end else if v:IsA("Model") then for a,b in pairs(v:GetChildren()) do spamDecal(b) end end end end end decalspam(ID)