Movement question

Ah, so you trace the sphere? Yeah ok, i thought you trace your surroundings.

Yeah well, the line trace stuff. Make it a function. You are currently working in the EventGraph directly. Making stuff into functions should always be the first thing
to do when creating new logic. I don’t think you put every code you had directly into the Update functions of Unity, but created functions that were called.