Disabling player movement
// Blocking the movement and rotation
Player.Get().BlockMoves();
Player.Get().BlockRotation();
// Unblocking the movement and rotation
Player.Get().UnblockMoves();
Player.Get().UnblockRotation();Last updated
// Blocking the movement and rotation
Player.Get().BlockMoves();
Player.Get().BlockRotation();
// Unblocking the movement and rotation
Player.Get().UnblockMoves();
Player.Get().UnblockRotation();Last updated