Help, this script wont enable after I disable it

So you should do something like
Script 2

--Code if there is
script.Parent.Script1.Disabled = true
--Code or else just put a wait
script.Parent.Script1.Disabled = false
--Code if there is

Script1

--Remove the disabling part and keep the rest of the code

Edit: That’s if your 2 scripts are under the same parent

1 Like