How to make a “mobile platform” that the Character does not fall, or why it is falling? Thx for your time s2 Player phys: Char Platform phys: Static
Try to reduce the friction of the platform or using logic bricks, parent the character to the platform when the player jumps on it
are you familiar with python?
method 2:
collsion sensor on the platform, attach a script that adds the velocity of the platform to the player.
else:
increase friction of the platform and or the player in their material settings
also a smilar topic right here:
1 Like