I am a beginner coder and I was able to code everything I wanted until I had to code a function that moves a body to a position in expected time. For example I want my body to go Vector2(100, -100) from Vector2(0, 0) in 10 seconds. This one really stumped me. I'm not asking for an entire code that I could copy and paste, I only want an idea of how I could accomplish it. I know so little about physics and such.