Custom Proximity Prompts

So recently I have been messing around with promixity prompts for my game, and decided to try out the custom style because I didn’t like the current one and wanted to make my own.
image
But I am quite confused on how to actually make it. Anything I should know?

1 Like

I can give you one of my example promixity prompt, lets make sure if you good at programming and you gonna style it yourself.

I just need to know how to actually deisign it.

Because when I choose custom it just doesn’t work anymore.

Your using custom, that means when promixity prompt appears, you can press E without seeing Default UI.

So how do I make my own UI work with it?

So first, make a UI about it, let’s say we don’t use scale cause we have Distance for Promixity Prompt when is it appearing.

Make sure there is keybind, keybind on UI is recommended.
Add ObjectText TextLabel and ActionText TextLabel for details.

Put Prompt UI in the StarterGui.

Now we’re scripting on it.

I never use with default script of local script prompt.
So I made my own.

Prompt.rbxm (7.0 KB)
Put this to StarterGui and test it.
If you want to style it, open the script and open the billboard gui then there. The UI Position default is 0,0,0

my grammar sucks so i hope you understand it

there are a few ways that i know how to make a custom prompt

#1 this devforum post Cleaner ProximityPrompt UI

#2 this YouTube Video Roblox Custom Proximity Prompts Tutorial - YouTube

#3 this YouTube Video Custom ProximityPrompt Tutorial | Roblox Studio - YouTube

#4 this YouTube Video How to Custom a ProximityPrompt GUI - YouTube

i Hope This helps

1 Like