How do I take the CFrame of an object, paste it onto a torso, then, using Y cordinate, subtract 3 and add by half of the objects size.
ObjectClone.CFrame.Y = (ObjectClone.CFrame.Y - 3) +(ObjectClone.Size.Y / 2)
This is what I have buy I get the error Y cannot be assigned to on this line and I can't figure it out.