so i been trying to script my custom Proximity prompts progress bar but i have no idea ho i get the text label to make it work i am using ProximityPromptService
i need just to find this TextLabel with ProximityPromptService (the marked one) and the rest will be done by me

(If your asking why i use a textlabel in a textlabe its because with a frame it disappears randomly)
so i hope somone can help me with it because i have the feeling i was scrolling like half an hour through the devForum to find a answer but i couldnt find one
Thank You 
I’d suggest looking at the proximityprompt service docs and seeing how the default one was made.
The way I managed my custom proximity prompts is had all the rendering done inside playergui with billboards then set the adornee to the parent of the proximity.
If you use the same prompt style between all your prompts it makes it easier if you want to change the style cause then you aren’t needing to modify each and every prompt you have in the game.
my custom proximity promt is workin but i wanted to make that a bar fills up when you hold it. When the duration is above 0 seconds
i think i didnt clerified enough sorry 