I’m currently building a stadium, it’s all anchored, 90% meshes, and the rest are parts. I was wondering if it is possible to create a live tv from where you are sitting. Without having to click on the tv to watch it, just by looking is it possible to make a live television?
2 Likes
Using ViewportFrames, yes, but the solution is a bit more complex, as you have to have a copy of your entire game constantly updating inside the ViewportFrame (unless what you’re looking at is static)
1 Like
That’s correct, using ViewportFrames, you’ll have to create some sort of renderer that isn’t insane [so you’re only copying stuff that is necessary, and just changed [to keep down on loops]. I think someone on the devform posted a CCTV system that may be a good place to start.
Alright thank you for your suggestions!