maybe just for me ,ProximityPrompt’s UI is not really clean to my eyes
so I made my own UI and It’s looking really nice
It have every feature you would expect from ProximityPrompt
but now the UI is a lot more cleaner
go in to Roblox Studio ,Insert in from your Toolbox
put it inside StarterPlayerScript ,you don’t need to change anything
all it does is replace ProximityPrompt’s UI
Customization
I didn’t offer this at all and I don’t have plan to do it right now
at least you can change some ui componant in the Folder
if you can script UI and want to make your own
I also provided a template in my Github
This should get you a faster head start
Ending Note
I decided to share this as I want to see it in other game so please use it as you want
also This is my very first post ,and I’m still quite new
so please correct any of my mistake of you found one ,Thank you
The UI isn’t really modern, I would think that it is a legacy prompt. It’s basically the same thing but way more compact and just looks less appealing overall.
I really like the design you made, it’s way less intrusive compared to the default one. I may use it in my own project if I get lazy to make my own lol.
I don’t want to start drama, but I don’t think this is the right way to tell someone that you don’t like their product. They have surely put alot of effort into this and maybe think about giving a more constructive criticism next time.
Ooh nice! All I recommend making the download link more noticeable since a hyperlink is kinda hard to notice with a bunch of text, maybe with the buttons from this tutorial?
Sorry for necroposting. The script seems to be broken with new fonts (it uses textService:GetTextSize which is only available for Legacy fonts) and I can’t seem to get textService:GetTextBoundsAsync working for this despite all my efforts. Has anybody got a fix?
I had to resort to hardcoding the border value which I assume probably isn’t really good practice.