i can't find a way to hide a gui with out geting a error please help``
for i = 3, 1, -1 do h.Text = "Game begins in " .. i wait(1) script.Sound:Play() local i = game.Players.LocalPlayer.PlayerGui.test.Frame i.Visble = true end~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
GuiObject/Frame has Visible.
local Frame = script.Parent Frame.Visible = false -- Hidden Frame.Visible = true -- Not Hidden