When I add my own pictures the tv only shows Black. Anyway to solve this?
while true do p = script.Parent.Texture p.Texture = "http://www.roblox.com/asset/?id=43074372" wait(0.5) p.Texture = "http://www.roblox.com/asset/?id=1064333394" wait(0.5) p.Texture = "http://www.roblox.com/asset/?id=43074443" wait(0.5) p.Texture = "http://www.roblox.com/asset/?id=43074405" wait(0.5) end
while true do p = script.Parent -- You already said 4x Texture theres no script.Parent.Texture.Texture p.Texture = "http://www.roblox.com/asset/?id=43074372" wait(0.5) p.Texture = "http://www.roblox.com/asset/?id=1064333394" wait(0.5) p.Texture = "http://www.roblox.com/asset/?id=43074443" wait(0.5) p.Texture = "http://www.roblox.com/asset/?id=43074405" wait(0.5) end
The problem was there is no script.Parent.Texture.Texture