3 things:
1.) You forgot an 'end' in your first script.
2.) There is no 'game.workspace'. There is however 'game.Workspace', or just 'workspace'.
3.) Thats just what happens. I don't know the tecnicallities, but just re-insert joints with a script.
workspace.DescendantAdded:connect(function(descendant)
-- Make Joints Here
end |