I was just in a game that had a curved screen and a UI that rendered across it. I was wondering if this is something that can be done with scripts, or if you actually have to cut up a UI and render it onto each surface?
2 Likes
They use Surface Gui to do it.
Make sure you paarent the Gui inside playergui and adoornee it to the part you want or else it won’t detect input.
If you went into a game outside of Roblox then they have cool tech, we don’t yet.
I do have a ModuleScript that is able to do this, although it doesn’t have interacting built in. You should be able to modify it for your own use case to do this.
4 Likes
Yeah, but how do the get the UI to curve with the parts?
Just what I was looking for, thanks!
Please mark the most appropriate solution, which would further help the community. Thanks!