Force player to mount minicopter?Solved
How do i force a player to mount a minicopter
ive tried doing minicopter.MountPlayer(player);
but it gives a NullReferenceException: Object reference not set to an instance of an object;
i cant get this to work

Merged post

i worked it out using
copter.AttemptMount(player);
works
Locked automatically