Positioning A Model Using Script

I Have Made A Model Named Castle I want that model to move up and down once the while true do loop is executed but models do not have The Position property

while true do
wait(4)
game.Workspace.Castle – Cant Make A Vector3.new() because its a model
end

Can anyone help me :slight_smile:

If you set a PrimaryPart for the Castle model you can use :SetPrimaryPartCFrame.

2 Likes