Yes there are many ways to move it.
The question is where do you want it to move, and how?
You can look up guides how to CFrame, the devforum has a good post about it.
For your project, I recommend using smooth transitions by using the TweenService. This will make it very easy by being able to avoid using CFrames since you are new. You can use a properties table to supply the position and orientation, rather than a static CFrame. Later on, you can learn how to avoid using both position and orientation and combine the two into a CFrame.