I ask you to add the to plugin
car.OwnerID = player.userID;
car.Spawn();
Having a chassis owned by the player who made that chassis will give the plugin more options to implement.
Thank you so much.
car.OwnerID = player.userID;
car.Spawn();
Having a chassis owned by the player who made that chassis will give the plugin more options to implement.
Thank you so much.