Hi im trying to make an anti disable script so the client cant disable a local script here is script:
btw it works it just doesnt work on the script itself
function parentChanged() script.Parent.Disabled = false end function heTried() script.Parent.ANTIDISABLE.Disabled = false end script.Parent.Changed:Connect(parentChanged) script.Parent.ANTIDISABLE.Changed:Connect(heTried)