Welding Part to arm

Hello Devforum so I was making a heal ability and I was trying to weld a bandage to the player arm but I didnt work how I wanted it to work because right now the bandage is inside of the players and but I want it to be at the “top” but I dont really know how to get it there

48a7e297dddd2e5f4df633edd6885be7

would be cool if someone could help me
Have a great day.

“Weld” instances need C0 and C1 to position it correctly.

Try looking at the newer RigidConstraint instead which uses attachments to replace C0 and C1 property and makes positioning more easier to visualize. Functionally it should be the same as welds.

Adjust the bandage position, it should work.