wow i cant delete this stupid question from two years ago
Yes it is.
if something is enabled then its not disabled or the other way around
eg.
script.Disabled = true -- now it's not disabled. lol.
script.Enabled = false -- still disabled. lol.
accept if this helps
Yes, It Is The Exact Same, In Most Cases. A case where it would be different is if You created your own Value that is called enabled which you for whatever reason chose to make it disable something if it equals true.
Most Cases:
local disabled = true -- Disabled disabled = false -- Enabled local enabled = true -- Enabled enabled = false -- Disabled
same thing but backwards xD
script.Disabled = true -- Disabled script.Enabled = true -- Enabled script.Disabled = false -- Enabled script.Enabled = false -- Disabled
Closed as Not Constructive by Gey4Jesus69 and evaera
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?