Hello fellow devforum users! I recently have been trying to make a gui that fade. Unfortunately I haven’t been able to find out how. If you know how to achieve this fade UI effect:
Please let me know how! All help is appreciated!
Hello fellow devforum users! I recently have been trying to make a gui that fade. Unfortunately I haven’t been able to find out how. If you know how to achieve this fade UI effect:
Please let me know how! All help is appreciated!
You can utilize an ImageLabel, you can then set the Image property to a gradient image (Like this). You can find some in the asset store, or you’ll have to create your own. Hopefully that helps. Happy developing!
Edit: You can also utilize a UIGradient, child it to your UI element, such as an ImageLabel, and you’ll be able to edit the properties of the UIGradient to change Color, Rotation, and even the Transparency with finer control.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.