How would I begin running a a separate script after another script has disabled itself? Such as to enable the other script again.
script2 = workspace.ScriptSecond while wait() do if script2.Disabled == false then script.Disabled = true elseif script2.Disabled == true then end
Hope this helps!