How do i position a attachment from a instance.new

this script wont position the attachment where i want it

local righthandattach = Instance.new("Attachment")
	righthandattach.Parent = Player.Character.RightHand
	righthandattach.Position = Player.Character.RightHand.Position

I think you need to use WorldPosition to get an absolute position, not a relative one which normal Position is (only for attachment).

Thank you it worked greatly! :grinning: :grinning:

1 Like