When I’m logged in with my account I can not select lua as a coding language. if I’m not logged in I can select all expierimentals. Is there something we have to check before your account will display experimental features?
You’re probably in the A/B test for removing experimental languages from that language selector to help not confuse new players. Here’s what you can do to select Lua anyway. Type this into your JS console:
me.set('testGroupNumber', 3);
me.patch();
Wait a second, then reload the page. You should be able to select Lua now.
Thanks, this was indeed the issue. It’s fixed now.