RemoteControlMode
Members
The mode of the remote control, used in the RemoteControl
part.
It can be any of the following strings: EmitFromTarget
, SendDirectly
.
Luau Type
This is the luau type for RemoteControlMode
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type RemoteControlMode = "EmitFromTarget" | "SendDirectly"