Topic was automatically imported from the old Question2Answer platform.
Asked By
Natwasnttaken
My friend was having a change scene problem when she was working on her project and she is learning godot, of course. The code works but the ‘player’ wont collide with it (the kineticbody only walk through it instead of teleporting to the next scene)
Area2D entering HitBox is HurtBox(Player is not Area2D, it’s KinematicBody2D). You probably not added HurtBox to Player group (It’s child of Player Node not member of Player group). Add HurtBox to Player Group in Goups interface.