question: my character collides fine now, but when colliding they then slide endlessly into the void. I think this has to do with the move.spdDir in my script.
move.spdDir(moveSpeed, inputDirection);
i have it like that due to when adding it how you have it listed above, I receive errors and am unable to run the game. I'm unsure how to fix, I've tried deleting this code but it breaks the collision entirely.