So im using a model (not a part) and everytime i moved it with the script it would not change so i checked properties and there is no position on a model :P
To change the position of a model, you need to use :SetPrimaryPartCFrame()
. Here's an example:
local model = workspace.Model model:SetPrimaryPartCFrame(CFrame.new(0,0,0))