Toy.SetScale
Sets the scale of a toy.
Syntaxโ
Toy.SetScale *toy_reference scale_mode? x_scale? y_scale? z_scale?
Argumentsโ
| Name | Required | Type | Description |
|---|---|---|---|
toy reference | Yes | a reference to AdminToy object. | |
scale mode | No | One of the following options: > add > set | Options: add, set |
x scale | No | Any number | Default: 0 |
y scale | No | Any number | Default: 0 |
z scale | No | Any number | Default: 0 |
On a running serverโ
Use serhelp Toy.SetScale to inspect the reference generated by your installed SER version.