I'm trying to clone a mag and have it move to the part. The script works but I keep getting an error.
I have:
Mag.CFrame = CFrame.new(Handle:WaitForChild("Magazine").CFrame)
The error I'm getting:
Players.LeedleLeeRocket.Backpack.M9.Server:183: invalid argument #3 (CFrame expected, got Vector3)
I tried swapping CFrame and Vector3 in various ways but I keep getting an error no matter what I do. How do I use CFrame properly?
Remove the CFrame.new(). This is just declaring a new CFrame, when one already exists that you're bringing the Mag to.