00doggie
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 337 |
|
|
| 14 Mar 2016 12:14 PM |
I am trying to weld two parts together in a hat, but the weld isn't working.
local handle = script.Parent.Parent.Handle local can = script.Parent
weld = Instance.new("Weld") weld.Part0 = handle weld.C0 = handle.CFrame:inverse() weld.Part1 = can weld.C1 = can.CFrame:inverse() weld.Parent = script.Parent.Parent can.Anchored = false handle.Anchored = false
also there are no errors in the output |
|
|
| Report Abuse |
|
00doggie
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 337 |
|
|
| 14 Mar 2016 12:21 PM |
| ok, I have created a weld between two parts for a hat, but once I wear the hat, the weld seems to break and roll away. |
|
|
| Report Abuse |
|