Toy.TPPosition
Teleports an Admin Toy to the given absolute coordinates
Syntax
Toy.TPPosition *toy_reference mode x_position y_position z_position
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
toy reference | Yes | a reference to AdminToy object. | |
mode | Yes | One of the following options: > add > set | Indicates whether to add the vector to the toy's position or to set the position to it. |
x position | Yes | Any number | |
y position | Yes | Any number | |
z position | Yes | Any number |
Details
Spawns the toy if it hasn't been already
On a running server
Use serhelp Toy.TPPosition to inspect the reference generated by your installed SER version.