I have a weld script and whenever I play it always put bad cast in the output
Things you might want to know: 1.it's in a user input function 2.it has a problem on weld1.Part1 3. the variable biggears2 is a clone
Script:
local weld1 = Instance.new('Weld') weld1.Parent = biggears2 weld1.Part0 = lup weld1.C0 = lup.CFrame:Inverse() weld1.Part1 = biggears2 weld1.C1 = biggears2.CFrame:Inverse()
ask me any other questions I haven't put here.