How to check if a script is disabled mode

How to check if a script is in disabled mode
when i put ’ if game.StarterGui.Camera.Disabled= true then ’

It says error
I think is a
principiant error and you are seing me like an idiot
but remember i dont know how to program, so the help is appreciated :pray:

ASDASDASDAS

Use double equals == instead of single =. This is a common mistake. Also, u don’t need == true because its already true.

3 Likes