I have a side menu that can respawn, teleport, say about us and a help section. I just don't know any script to get it to show about us.
Put this is your button as a local script
script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Visible end)
You can change frame to your frame gui name.