Proximity prompt support

Hey there developers! I want to make a proximity prompt, with ui similiar to this
image

I don’t like the look of Roblox’s proximity prompts, and want to make my own. The main issue is that I don’t know how to make the circle around the prompt to show progress of the prompt. Any help?

1 Like

To make a circular progress bar, you need to create 2 images: left side of the filled up bar, right side of the filled up bar.

Then by using UIGradients, you can rotate the transparency to make the progress appear.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.