Mount player on entity minicopter

Hi,
I'm trying to automatically mount player on an entity spawned via GameManager.server.CreateEntity.
The minicopter is spawning, and the player is mounting but getting stucked, not looking in the good way, and error are spamming. Anyone can help me to do that ? Thanks
Here is my code.
Aavpwrnck8ot0a9.png

You can't cast the MiniCopter to BaseMountable.  It'll be something like entMini.mountPoints[0].mountable.

Zugzwang

You can't cast the MiniCopter to BaseMountable.  It'll be something like entMini.mountPoints[0].mountable.


Thanks a lot. Managed to find the solution few mins ago aha, but glad to see that was the good way.