Moving a Cloned Model Position Using a script

Im trying to have a cloned model appear when the player presses a key, i so far am stuck on having the cloned model appear and move to position to a PART inside the characters right arm

image
image

Any help will be appreciated!

Do you mean move the entire model? You can do this with Model:PivotTo(cframe)

1 Like

Model:PivotTo(CFrameValue) or Model:MoveTo(Vector3Value) or Model:SetPrimaryPartCFrame(Vector3Value) would suffice.

1 Like