This will work: local vars = getfenv() for i=1, 10 do local frame = "MyFrame"..i vars[frame]:EnableMouseWheel(true) end ...
確定! 回上一頁