so i wanted to make a object have a x velocity by using Vector2().x += speed
like i did on my player scene. For some reason the object i was making wasn't moving at all, even after i copied entire movement code from the player. Any idea what may caused it?