Highlighting Varibles

My code looks something like this:

local Var = {
   Leet = 0;
   DoStuff = function() end;
}
Var:DoStuff()
Var.Leet = 191*7;

Then if I were to double click on Var (so it would highlight it,) other occurrences of Var should also highlight:

Please?

24 Likes

It’s been added. Thanks guys!

1 Like

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