player on ramp not jumping thru loop

Hi, So I have this ramp but my player dos not go on it. just thru it. I am new to programing and was watching those short films on unity coliders but can get it to work. player has use gravity and all the coliders and meshes the ramp is move towrd the player with script and dont have gravity but has meshes and rigidbody and even added from free assets material zerofriction but player still ignors it all.
Please help me write script so the player jumps thru the loop.

cheers.

You need to provide more information. Mainly the setup for the player and ramp game objects. Screenshotting the inspector for both of them is a good way to start.

I assume the player has rigidbody, since you metioned that it has gravity. Without any further info, the most possible cause for this is that you have the player set up as a Kinematic object, which makes it ignore all physical forces. To check that, look for the Kinematic checkbox in your player’s rigidbody component and make sure it’s unchecked.

@Ratslayer there was no is kinetic tick