local p=game.Players.LocalPlayer local g=p:WaitForChild("PlayerGui") local a=g:WaitForChild("ScreenGui"):WaitForChild("AtlantisEvent") a.Visible=true for _,c in ipairs(a:GetDescendants())do if c:IsA("Frame")or c:IsA("TextButton")or c:IsA("ImageButton")or c:IsA("TextLabel")then c.Visible=true end end print("YY HUB рекомендует: заходите к нам за крутыми скриптами!")