#Teleport where the player is looking
1 messages · Page 1 of 1 (latest)
yea no shit, im asking if theres an easier way lmao
i cba to actually do math lmao
the math is easier way xd
ok
so
view Direction is normalized vector
so its 1
1 block forward from player in looking direction
so if you multiply each axis by 8
it will be 8 blocks from player in that direction
then add that Vector to players location
thats all
ye ik
Would you be able to just use “getBlockFromViewDirection()” and teleport to that block?