Feedback on my Security training room

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.

1 Like

Just search it up, there is literally so many tutorials, most likely the person won’t give it to you for free.

2 Likes

Yeah, but it as just easier to ask and @ReisDiggerboy1st said he would give it to me anyways

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!

1 Like

Thank you so much, I already have a TV, I just needed the scripts :smiley:

1 Like

Nice! Enjoy and i hope it helps!

1 Like