I used 1000,1000,1000 And it didn't work, would I need "" or ()?
You would use Vector3.new(COORDINATES)
.
If you were to script the position of a Part, it would look something like this:
game.Workspace.Part.Position = Vector3.new(1000,1000,1000)
If I helped you, be sure to click the Accept Answer button below my character! :D