Make a "Player Get Seat" for vehicles

It would be cool if there was a Player Get Vehicle Seat or if was supported on the current “Player Get Seat”

2 Likes

Love the example and i agree this would be great

There is a chip called “Ground Vehicle Get Seated Player”, but it requires a target and seat index.

It may be helpful if there was a player oriented chip that returns the ground vehicle and seat index instead. I think this is what your post is after, and it could be helpful!

1 Like

Perhaps for whatever project you currently need it for, you can use this circuit graph to find what vehicle, and seat index they are in.

The first chip “RecRoom Object Get All with Tag” has “vehicle” as the tag to find, as every RecRoom vehicle has that tag. Set the “For” loop “To” input as 4. And when you want to find what vehicle seat a specific player is in, you can set the player variable to that player.

Hope this helps!

1 Like

yeah that’s pretty much what I’m using right now but thanks for the help, hopefully they add something like this soon.

1 Like