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

yeah, no stupid question.? [closed]

Asked by 5 years ago
Edited 3 years ago

wow i cant delete this stupid question from two years ago

0
yes Ziffixture 6913 — 5y
0
Obviously :/ RoButCantBlox 68 — 5y
0
Duhhhhhhhhh WideSteal321 773 — 5y
0
lol this question xD WideSteal321 773 — 5y
View all comments (4 more)
0
Im sorry im just wondering why people use enabled = false for gui's TheOfficiaIZai 8 — 5y
0
But thanks lol TheOfficiaIZai 8 — 5y
0
accept an answer pls me WideSteal321 773 — 5y
0
people use Enabled = false because Enabled is a property of guis. Disabled is not. therefore it is only reasonable and correct to say that Enabled = false Gey4Jesus69 2705 — 5y

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?

3 answers

Log in to vote
0
Answered by 5 years ago
Edited 5 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

0
disabled is not a property of scripts, or any other instance as far as i know Gey4Jesus69 2705 — 5y
Ad
Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

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
0
this is retarded bc those are just variables. thats his own common sense what he names his variables Gey4Jesus69 2705 — 5y
Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

same thing but backwards xD

script.Disabled = true -- Disabled
script.Enabled = true -- Enabled
script.Disabled = false -- Enabled
script.Enabled = false -- Disabled
0
disabled is not a property of scripts, or any other instance as far as i know Gey4Jesus69 2705 — 5y