Why isnt my "=" working?

Its not working for some reason, I need help

image

Can post the whole script?I think there is an extra end

When you hover the cursor over it what text appears?

Line 38, it should be v.Enabled = true, not v:Enabled = true.

1 Like

Perhaps you amde a typo and typed v.Enabled = true instead of v:Enabled = true as the f:(...) is the sugar syntax for f.(f, ...).

1 Like

Are those different things? They look identical.

Edit: I see the colon

1 Like

They are very different Uncover