I’m getting spammed this error in my console on the Think function:
ERROR: GAMEMODE:'Think' Failed: TestScript1\gamemode\cl_think.lua:128: malformed pattern (missing ']')
The line that is causing it is:
[lua]
elseif( string.find( ChatVGUI.TextEntry:GetValue(), “[[” ) ) then
[/lua]
It thinks I’m missing a ‘]’ but I’m not trying to do any pattern of any sort. Is there a way around this?