Configuring Your V3 Buttons
Don't press the button, they said.
This page assumes the user has basic knowledge of the Roblox scripting language, Luau.
Each button inside DWProx -> Buttons will have a ButtonSettings ModuleScript, which will look as follows:
WhitelistEnabled
boolean
Whether to enable or disable the button whitelist.
Example:
["WhitelistEnabled"] = false
ProximityPrompt
boolean
Whether to enable or disable proximity-prompt mode.
Example:
["ProximityPrompt"] = false
HoldDuration
number
Controls how long player has to hold the prompt before the button is pressed.
Example:
["HoldDuration"] = 2.5
MaxActivationDistance
number
Controls how far you can be from the button before you can click it.
Example:
["MaxActivationDistance"] = 5
GamepadKeyCode
string
Gamepad key-code to be used on the prompt. See more codes here.
Example:
["GamepadKeyCode"] = "ButtonX"
KeyboardKeyCode
string
Keyboard key-code to be used on the prompt. See more codes here.
Example:
["KeyboardKeyCode"] = "E"
ButtonSpec
string
Under any circumstances, do not modify this value. Otherwise, you might brick the system.
Configuration Complete!
Not working? Make sure you followed the syntax, or visit our FAQ Page for help, or contact Whitehill Support via our Discord server for further assistance.