Jump to content
Chesty28

Trigger when are 2 players in vehicle

Recommended Posts

Hello.

I want to move the vehicle when two players are in. I did it with one player (player in vehicelName) but I don't know how do it with two. Any help please?

Share this post


Link to post
Share on other sites

In the editor select one of the players and give the object a variable name (one of the top fields when you double click on it in the editor) for example user_1, now do the same for the other (in this example: user_2).

Now replace "(player in vehicelName)" by: "(user_1 in vehicelName && user_2 in vehicelName)".

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×