Hey guys, so my frame isn’t opening, I have tried to change the parent to script.Parent.Parent.Frame.Visible = true
but that didn’t work either
here is an image so you can see what the error is saying
You need to close the function with end.
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Frame.Visible = true
end)
1 Like