Falling platform problem

Hi i want to make a platform falling when the player touches it. The problem is when the platform falls it makes the player bounce on top of it. Both the platform and the player are kinematic. The player move and the platform fall both use move position.
I tried the solution of making the player a child of the platform but then the player is unable to move. Ill include a gif of how it looks like now.

Thanks for your time.

6402055--714250--jumpy.gif

Hey! Thanks for answering. Although already tried that solution and it results in the same bounciness

Also let me add that if i change all the movement to transform.translate instead of move position the problem goes away. I dont want to use translate tho.

did you watch the video i posted? It doesnt use Translate.

Yes i did watch it. I tried that solution but doesnt work.

There are many other videos on YT about falling platforms, im sure one will work. The reason it probably doesnt work for you is how your player script works. Thats not a bad thing at all, it just means you need to find a different solution

Yeah although most of em use those 2 techniques.

Try posting your code. Use code tags please.