Hi,
I would like to know how I can get the width of an entity such as a door.
I have tried
v:GetModelBounds().x
I tried the x, y and z values however none of the are the correct width of the door.
If someone could help me with this that would be very much appreciated.
Thanks
Try getting the distance between Entity/OBBMaxs and Entity:OBBMins
Entity/BoundingRadius does the same thing
Thank you,
Entity:OBBMaxs().y / 2
worked for me
Sorry, you need to Log In to post a reply to this thread.