As in the topic: how to check if Persistant Script is enabled or disabled?
Im talking about:
Code:
if <persistant, enabled> == true then
 do smth
else
 do smth
end