Chesty28 0 Posted July 17, 2018 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
stanhope 411 Posted July 18, 2018 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