#Rotating Text displays from the center or bottom
1 messages · Page 1 of 1 (latest)
How would that work as it would just be rotating upside down side to side i need it to be rotated that way up and in the center
You can set the translation of display's transformation to (0, -h/2, 0) where h is height of the egg.
Just to clarify, (0, -h/2, 0) is a vector.
loop 5 times:
set interpolation duration of {_egg} to 6
set interpolation start of {_egg} to 0
set display left rotation of {_egg} to quaternion from vector vector(45,0,0)```
i did this but it didnt do anything diffrent
I believe {_egg} variable refers to the display, not to its height.
isnt display translation for teleporting displays