• Hey! Register here to create your account, engage with the community, and talk about what is new!

Location Relative to Entity

ezspi

New member
Joined
Apr 18, 2023
Messages
6
Reaction score
0
Is there any way to get a location relative to an entity? Say, I wanted the position 3 blocks above or 1 block in front of the player, is there any way to get that?
 
Solution
An item used to exist back then, now unfortunately, you have to use Set Variables;

for these ones, you can click on the item at bottom right to change the tag (x, y z axis; forward, sideways, upwards), you would use these if you only want to change 1 thing.
1682373573458.png1682373591983.png

and for these, make sure to put 0 instead of leaving it empty if you are not gonna use them (to make sure that nothing bugs), you would want to use this if you want to shift on more than 1 axis/direction
1682373657308.png1682373736856.png


(These images are from the DiamondFire discord server, join it to get help much faster since it's more active!)

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,263
Reaction score
353
An item used to exist back then, now unfortunately, you have to use Set Variables;

for these ones, you can click on the item at bottom right to change the tag (x, y z axis; forward, sideways, upwards), you would use these if you only want to change 1 thing.
1682373573458.png1682373591983.png

and for these, make sure to put 0 instead of leaving it empty if you are not gonna use them (to make sure that nothing bugs), you would want to use this if you want to shift on more than 1 axis/direction
1682373657308.png1682373736856.png


(These images are from the DiamondFire discord server, join it to get help much faster since it's more active!)
 
Solution
Top Bottom