maybe you could check if the player is touching the line when it spawns and then forbid it
That's actually a great idea! Preventing line creation if it overlaps with the player's collision shape would completely solve the issue without breaking the physics. I'll definitely implement a check using an Area2D/Raycast or player collision overlap for future updates. Thanks again for the awesome feedback!