I want to make a Proximity Prompt like this

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    Basically I just want to make this kind of a Proximity Prompt
  2. What is the issue? Include screenshots / videos if possible!
    None.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried 0 solutions yet.

This is what i want to achieve

Any ideas on how I can make this?

It might be possible to use roblox’s ProximityPrompt object with a custom gui, but from what I see it tweens between the most relevant object, which I’m not sure the default Proximity Prompt has a signal for.

Thus a conclusion I see as viable is they use CollectionService on the objects that require a prompt, with an attribute saying what keycode to use for the prompt, and then tween a gui to the object closest to the center of the screen.

1 Like

https://developer.roblox.com/en-us/api-reference/property/ProximityPrompt/Style

2 Likes