How to move an attachment to the bottom face of an object

Hello! I was wondering if it was possible using code to move an attachment to the bottom face of your part?

Hi there. You probably can but there is a much easier way of just dragging it to the bottom in studio!

I think it would be attachment.Position = Vector3.new(0, attachment.Parent.Size.Y/2, 0)

1 Like