ProximityPromptExclusivity
Last updated
ProximityPromptExclusivity is an Enum that represents the display exclusivity of a ProximityPrompt.
It defines which prompts are shown when a player is within range of multiple ProximityPrompts simultaneously.
OnePerButton
0
Only one ProximityPrompt sharing the same button key is displayed at a time.
OneGlobally
1
Only one ProximityPrompt is displayed globally around the player at a time.
AlwaysShow
2
All ProximityPrompts within range are always displayed.
Last updated