Holograms_Move()
Align a hologram on its X, Y, and/or Z axis.
Full Function
Parameters
Name
Type
Description
Return Values
Usage
Hologram_Move("id", 5, -5, 0)
# will move left 5 (+5 on the X axis), 5 down (-5 on the y axis),
# and not at all on the z axis (+0 on the Z axis)Last updated