Holograms_Rename()
Align a hologram on its X, Y, and/or Z axis.
If using this function, you need to wait 1 tick, then load the hologram AFTER calling this! See the bottom of the page for an example.
Full Function
Holograms_Rename(oldID: text, newID: text)
Parameters
Name
Type
Description
oldID
text/string
ID of target hologram
newID
text/string
New ID for target hologram
Return Values
Success
Error - Hologram is not loaded
Error - A hologram with the requested new ID already exists
Error - A hologram with the requested old ID does not exist (loaded or unloaded)
Usage
Hologram_Rename("old_Id", "new_id")
wait 1 tick
Holograms_Load("new_id")Last updated