For the complete documentation index, see llms.txt. This page is also available as Markdown.

ProximityPromptExclusivity

Overview

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.

Items

Name
Value
Description

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.

See also

ProximityPromptProximityPromptService

Last updated