Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ProximityPromptStyle

Specifies the visual style of a ProximityPrompt.

Items 2

HistoryNameValueDescription
454Default0

Built-in Roblox CoreScript prompt UI.

454Custom1

Suppresses the built-in prompt UI so you can render a custom prompt (see ProximityPrompt.Style).

Description

Specifies the visual style used by a ProximityPrompt. The default value is ProximityPromptStyle.Default, which renders the built-in Roblox CoreScript UI. Set ProximityPrompt.Style to ProximityPromptStyle.Custom to suppress the built-in UI and take full control of prompt rendering by listening to ProximityPromptService.PromptShown and ProximityPromptService.PromptHidden.

History 3

Settings