How to customize a ProximityPrompt appearance?

Hey devs!
image

I’ve come across this proximity prompt with a custom color and font in starving artists (DONATION GAME) - Roblox, and I wanted to know how they did it.

I looked up “how to make a custom proximity prompt” on YouTube, and it seems it can be achieved by using a plugin, but I’d like to not use the plugin and want to recreate it myself. I believe it can be done through scripts since it can be done by a plugin.

Anyone know a way to do this without the plugin? Thanks in advance.

1 Like

When a player goes near a proximity prompt, A ScreenGui will automatically Add on [PlayerName].PlayerGui named “ProximityPrompts”, You can customize it there

Screenshot 2022-09-03 201800

2 Likes

Oh wow, I never knew that was a thing, thanks!

Proximity prompts have a ‘Style’ property.
https://developer.roblox.com/en-us/api-reference/property/ProximityPrompt/Style

1 Like