Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Gui loads visible but property is set to not visible?

Asked by 6 years ago

So I have a GUI that loads visible even though it isn't supposed to. It's from this script that it doesn't load invisible, although it did once when I changed the function from on click playing a function to on click being the function.

local Button = script.Parent
local frame = script.Parent.Parent:WaitForChild("Shop")

Button.MouseButton1Click:Connect(function()
    frame.Visible = true
end)
0
Nvm I just added a script putting the visible as false in the gui, Ill leave this up if anyone else has the same problem :P TiredMelon 405 — 6y

Answer this question