#How to get a players height

9 messages · Page 1 of 1 (latest)

sand shuttle
#

I've seen someone do it before like if the player is crouching in real life or sitting or standing it will output a float of their height i know it's some to do with the distance chip i just don't know how to use it correctly and make this

mossy tundra
#

why this works: if you just connect a player value into a distance chip, it actually uses the ground position of the player (basically the position at their feet), while get position uses the player's head position

#

and the distance from the player's head position to the player's feet position is ofc their height

sand shuttle
#

Oh alright thanks

mossy tundra
#

just one thing to note: if a VR player uses external software to go under their floor, the height value will not go negative

#

if a player is 1 meter under the floor, the height from this method will be reported as "1m" instead of "-1m"

#

but its really not a big thing to worry about