Skip to main content

appearance.set_body_shape

Overview

  • Adjust body shape by named group (e.g. Belly, Arm) or raw parameter index. action=list shows groups, action=get reads values, action=set changes them. Value range: -1.0 to 1.0.

Metadata

FieldValue
DisplaySet Body Shape
Categoryappearance
AccessScriptCheat
ScopeB2Authority
TagsExperimental
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
actionstringnolistlist (default), get, or set
groupstringnoGizmo group name (e.g. Belly, Arm). Use action=list to see all.
indexintnoRaw parameter index (alternative to group)
valuefloatnoShape value: -1.0 to 1.0

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('appearance.set_body_shape', {
entity_id: 0, // optional
action: 'list', // optional
group: '', // optional
index: 0, // optional
value: 0.0, // optional
});