I have a Text Label, 3 Text buttons. and this script.
script.Parent.Mousebutton1Click:Connect(function() script.Parent.Parent.Visible = false end)
Whats not working?
Try this,
1 | script.Parent.MouseButton 1 Click:Connect( function () script.Parent.Parent.Visible = false |
2 | end ) |