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
Any help will be appreciated!
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
Any help will be appreciated!
Do you mean move the entire model? You can do this with Model:PivotTo(cframe)
Model:PivotTo(CFrameValue)
or Model:MoveTo(Vector3Value)
or Model:SetPrimaryPartCFrame(Vector3Value)
would suffice.