Player still Bouncing on moving down object while gravity and bounce are set properly??

I have a character standing on a moving platform but when the platform moves down my player is starting to bounce as if the gravity was set low. I checked the gravity, it was -40 and when setting it to -100 or more It still bounced a bit and when jumping off I could clearly see that the gravity was way to high. Then I set the bounce to minimum and created a physical material with 0 bounce. It still wouldn’t go away. Any ideas?
I use physics and Rigidbody. I can make a vid if u want me to.

Try parenting the player to the moving object when landing on it. Then unparent when leaving it. Its a stupid solution that can work :stuck_out_tongue: