Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Anti Disable Client Side?

Asked by 3 years ago

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)

Answer this question