Hi!
I’ve been noticing a lot of modern games using animated UI elements that look really high-quality. It makes me wonder — how are these effects created? For example, the moving or pulsating border effect — is that done using video-based GUI elements, or something else? I’m not very experienced with UI development yet, but I’d love to try recreating this kind of effect. Any tips or info would be greatly appreciated!
For instance, that effect where the border or background of a UI panel is animated and appears to flow or move — could that be done using video materials? I’m not sure; maybe it’s implemented using embedded video elements?
Typically, developers animate their GUI using the TweenService. This is the easiest way to do it as it’ll be coded into both the Roblox client and server.
While I don’t know about those specific effects, you can may your own high quality animations using TweenService with no issue.
I tried to do something similar using a sprite sheet, but with large images, the quality is greatly lost, so I tried to make smaller edges individually and I actually got this effect!