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

Something is wrong with another script again with a Gui making another Gui visible?

Asked by 6 years ago

local gui1 = game.StarterGui.TeamChange.Frame.TextButton

gui1.MouseButton1Click:Connect(function() game.Players.LocalPlayer.PlayerGui.TeamSelector.Frame.Visible = true end)

"TeamChange" Is a ScreenGui

The "TeamSelector" is a ScreenGui The Frame in "TeamSelector contains multiple TextButtons

Answer this question