Skip to main content

movement.set_speed

Overview

  • Get, set, or reset MaxWalkSpeed (cm/s). Default walk=190, sprint=400. action=get: returns current and default values. action=set speed=: sets MaxWalkSpeed directly (1~2000 cm/s). action=reset: restores to default walk speed (190).

Metadata

FieldValue
DisplaySet Movement Speed
Categorymovement
AccessUserCheat
ScopeB1Multicast
Tags
AliasesSetMovementSpeed

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
actionstringnogetget (default), set, or reset
speedfloatnoWalk speed in cm/s (1~2000). 190=default walk, 400=default sprint.

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('movement.set_speed', {
entity_id: 0, // optional
action: 'get', // optional
speed: 0.0, // optional
});