How to make this 'hold e' UI effect?

How are ‘hold e’ effects things like this done? I saw it and I cannot really think of a way to do it as I’d like to replicate it for my personal use.

Link to gif: https://gyazo.com/711a009e2a72def2cc38e562aea9b1d9

The easiest way to do this is to use proximity prompts

You should read this:
https://developer.roblox.com/en-us/api-reference/class/ProximityPrompt

1 Like

Insert the object “Proximity Prompt” into your part.

Indeed, I do know about proximty prompts however I wanted to try make a custom one.

What you posted in the gyazo link is essentially still a proximity prompt, but it uses a Skin or Custom Theme like these:

You could customize these/use as a template and turn them into your own design.

1 Like

Ah I see, alright. Thank you very much!