Motor6d Equipping Glitch

Don’t use the parent argument of Instance.new.

Parent the object after all properties have been set.

Using the parent argument of Instance.new have caused some issues for me in the past since setting properties after parenting is bad practice and can result in weird bugs, and is very performance inefficient as well.