[Development] Sexy Girl Carwash - Positioning

We all know the default carwash system.

Get in, get Out, be clean.
goldblack spiced it up a bit with

  • Particles.

So I was wondering if I could increase the experience with some nice peds cleaning the car. My Problem is that I cannot figure out how to position these peds correctly as every car has different dimensions.
I figured it would be best to find the position of the front wheels and let the peds walk there and start cleaning but I found nothing to figure out this position.

Is there something to get the dimensions of a car of find specific positions around it. I mean by default you can enter the car at the door, so it should be possible.
Thanks in advance

You could base it off certain parts of the car

GetEntityBoneIndexByName(
		entity --[[ Entity ]], 
		boneName --[[ string ]]
	)

I didn´t know Bones are a thing for cars. Is there a possibility to get all existing bones from the entity?
I was experimenting with the bounding box, or better to say the forward and right vector.

you could find the coords for each one then put them together

What you mean by that?
And how.
How do I get all bones from an entity.