你被踢出了Roblox的体验nil

它把我踢出去了,编写此脚本。

function attach()
-- 当找到后门时将被调用
notify("找到后门")
settings.Found = true
STATUS.Text = "附加:"..settings.BackdoorRemote:GetFullName()

for _, button in pairs(SIDEBAR:GetChildren()) do
    if button.ClassName == "ImageButton" and button ~= uiIndex.CurrentButton then
        button.ImageColor3 = Color3.fromRGB(255, 255, 255)
    end
end end

怎么办? 当我用自己的GUI按钮附加它时,当我按下那个按钮时,它不起作用,它将我用"nil"值踢出去。 不要告诉我ImageColor3,ImageButton,Color3等没有显示 我想利用我的游戏。或非活动后门游戏。 像没有参数之类的吗?

点赞