Skip to main content

Toy.Move

Moves an Admin Toy relative to its rotation.

Syntax​

Toy.Move *toy_reference x_position y_position z_position

Arguments​

NameRequiredTypeDescription
toy referenceYesa reference to AdminToy object.
x positionYesAny number
y positionYesAny number
z positionYesAny number

Details​

E.g. "Toy.Move *toy 0 0 1" would move the referenced toy 1 unit (meter) forward.

Possible errors​

  • The Admin Toy hasn't been spawned yet or doesn't exist anymore.

On a running server​

Use serhelp Toy.Move to inspect the reference generated by your installed SER version.