k
so i have this
s=Instance.new("Motor6D", workspace.Robotmega.Torso)
s.Part0=workspace.mario63.Torso
s.Part1=workspace.Robotmega.Torso
when Robotmega resets, theres a chance that mario63 dies too.
i tried changing Motor to Weld, doing "local s", client-side scripts(local), and server-side scripts(normal).
is there any way to dont make he die when i reset and we are welded?
|