When the platform moves up, the character gets stuck.
I try setup checkbox Sync To Physics in KinematicBody of platform - no effect
I see what it is. The elevator code needs to be on physics_process as well (whenever you handle physics movement, it needs to be in physics_process).
Thanks. Now it works correctly