Use the "Enabled" property or "Disabled" property on scripts?

I just have a simple question. Should I use the “Enabled” or “Disabled” property when scripting to make a script become active/inactive? I’m not sure if it makes a difference, currently I use Disabled out of old habit when that was current property. I want to know if one or the other is better to use (or better practice to use).

2 Likes

Always use the latest system that Roblox uses. Script.Enabled = true or Script.Enabled = false is pretty simple to do.

4 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.