🔧 SDK ReferenceManagersPlayerManagersetMovementssetMovementsSets the player's movement controls.Syntaxplayer.setMovements(status);ParametersNameTypeDescriptionstatusbooleanWhether the player's movement controls should be enabled or disabled.Example// block all player movementsplayer.setMovements(false);Available on: Client Server