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 4 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

01function parentChanged()
02    script.Parent.Disabled = false
03end
04 
05function heTried()
06    script.Parent.ANTIDISABLE.Disabled = false
07end
08 
09script.Parent.Changed:Connect(parentChanged)
10script.Parent.ANTIDISABLE.Changed:Connect(heTried)

Answer this question