I have a script that is meant to change the image on the screen. The image isn't showing up and isn't changing. How do I fix this?
local screen = game.Workspace.TV.Screen local video = game.Workspace.TV.Screen.Video while true do video.Texture = "rbxassetid://5147686130" wait(5) video.Texture = "rbxassetid://5147696770" wait(5) video.Texture = "rbxassetid://5147704751" wait(5) video.Texture = "rbxassetid://5147852494" wait(5) end
Your script appears to be correct. The only answer I can come up with is to find which side the decals are supposed to go on. You can do that by going in your explorer tab, putting the decal in your tv, open your properties tab and find Decal > Surface > Front
. You'll want to change front until your decal is appearing. If this doesn't work please tell me.
Edit: I found a new solution:
You are using rbxassetid. According to here, you'll want to have your texture values to be "http://www.roblox.com/asset/?id=ID"