Trail not appearing in the right place (probably just me being bad at cframes)

im trying to make the trail appear on the players hands, so im positioning the attachments to the tips of the hand

		attachment0.CFrame = bodyPart.CFrame * CFrame.new(Vector3.new(bodyPart.Size.Y/2 * bodyPart.Size.Z/2))
		attachment1.CFrame = bodyPart.CFrame * CFrame.new(Vector3.new(bodyPart.Size.Y/2 * bodyPart.Size.Z/2 * -1))

the more i look at this the more i realize that its flawed and i might be able to fix it but every time i start thinking of how to fix it the idea leaves my head and i cant be bothered to fix it so thats where you guys come in lol

what i want the trail to do
(this is what i have on my punch script)
image

what it does

2 Likes