ProximityPromptStyle
Specifies the visual style of a ProximityPrompt.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 454 | Default | 0 | Built-in Roblox CoreScript prompt UI. | |
| 454 | Custom | 1 | 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.