local CoreGui = game:GetService("CoreGui") for _, v in ipairs(CoreGui:GetDescendants()) do if v.Name == "Showcase" then v.MouseButton1Click:Connect(function() -- your script here / ваш скрипт здесь end) end end