I welded something to the head and it restricts the MOVEMENT

The Building Support sub-category is intended for all development support relating to architecture on the Roblox platform. This includes questions ranging in difficulty from extremely basic to even the most technical of issues.

You may present your thread how you choose, but you are required to answer the following questions in your thread;

  • What are you attempting to achieve? (Keep it simple and clear)
    I am trying to weld a item to the head
  • What is the issue? (Keep it simple and clear - Include screenshots/videos/GIFs if possible)
    it won’t let me move even if i press anything
    robloxapp-20201101-1507147.wmv (200.7 KB)
  • What solutions have you tried so far? (Have you searched for solutions through the Roblox Wiki yet?)
    not yet
    You may then include any further details.

Make sure that the item that is welded to the head is unanchored.

it is but it is not working still

Old post, but figured I’d give a proper answer for this thread.

Make sure all parts in the accessory are:
CanCollide = false
Massless = true
Anchored = false

Make the part0 of the weld the head and the part1 the accessory. This is a common welding issue i see and its pretty simple to fix. When doing this though, you may need to change some C0’S or C1’S