i made a script for a gui button to make a frame visible but to also make a script in a the textlabel in the frame enabled but it wont work heres the LOCAL script:
local F = game.Players.LocalPlayer.PlayerGui.CreditsGui.Frame local T = F.Text script.Parent.MouseButton1Click:Connect(function() F.Visible = true T.Script.Disabled = false end)
btw im not an anyway pateint!!
you can reference the script that youre using and you can do
(The script name).Disabled = false