String to instance

Mind adding me to team create for this?

Would you mind adding me to team create for this error? Feel free to move the stuff into a different baseplate.

local function directButton(direction)
print("connected")
print((tostring(direction)))
	local tableloc = menuList[tostring(direction)]
            for i, menu in pairs(menus:GetChildren) do 
                 if menu.Name == tableloc then
                      menuList[menu].Visible = true
                 end
                    
            end	
end

how can i set it so anyone can go in and edit it
cause then ill just send the link and yall can give it a shot cause I have to get off

I’ve added you on roblox, please accept then go to team create and add me there.

Figured it out… Your attribute was literally "testMenu" in quotations. There was no need for quotations. The fixed version has already been committed to the game.