If you want to move in continuously, for example a moving car. You would do something like this: Make a part in Workspace and put a script inside the part.
while wait(0.01) do script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0,0,-1) end
I'd suggest doing at least a quick google search before asking here, but to answer your question you would use something like this
Part.CFrame = CFrame.New(89,34,13)
https://developer.roblox.com/en-us/learn-roblox/all-tutorials
Closed as Non-Descriptive by JesseSong, User#23252, and WideSteal321
This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.
Why was this question closed?