Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ProximityPromptExclusivity

Controls how a ProximityPrompt competes with other prompts for screen visibility.

Items 3

HistoryNameValueDescription
454OnePerButton0

One prompt will be shown per input KeyCode.

454OneGlobally1

Only one prompt will be shown with this setting.

454AlwaysShow2

This prompt will always show when in range and visible.

Description

Controls whether a ProximityPrompt is always shown, shares a single global display slot with all other prompts, or competes only with prompts bound to the same input key. Set via the ProximityPrompt.Exclusivity property, which defaults to ProximityPromptExclusivity.OnePerButton.

History 4

Settings