I need a bit of help with ProximityPrompt, I tried reading the documentation but I didn’t find anything useful
I have ProximityPrompts with the same Keycode in this case E, using the same Keycode is easier for users but the problem is I want certain ProximityPrompts to take priority over other ones for example:
a Door vs a Chest
in any case where both of these are near each other I want the Chest’s ProximityPrompt to take priority instead of the Door’s ProximityPrompt.
How can I achieve this with Built-in functionality of ProximityPrompts? or do I have to hard code it…