Television made by me and it’s only there as a slide show, and yeah, I’m gonna try fix the lighting issues now that I got a good plugin and yeah I’m gonna try add props too!
I know, but I want the scripts for the TV, so I can make a slideshow of my own, etc.
Just search it up, there is literally so many tutorials, most likely the person won’t give it to you for free.
Hey! These are the scripts.
while true do
script.Parent.Decal.Texture = “http://www.roblox.com/asset/?id=0” ← Decal ID
wait(5) ← any number of seconds.
end
You can also duplicate it to make it a slideshow like this.
while true do
script.Parent.Decal.Texture = “http://www.roblox.com/asset/?id=0”
wait(5)
script.Parent.Decal.Texture = “http://www.roblox.com/asset/?id=0”
wait(5)
script.Parent.Decal.Texture = “http://www.roblox.com/asset/?id=0”
wait(5)
end
Hope this helps you out!
Thank you so much, I already have a TV, I just needed the scripts
Nice! Enjoy and i hope it helps!