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

Does this make all Text Buttons visible and Frames not visible?

Asked by 9 years ago
MouseButton1Down:connect(function(players)
    local plays = game.Players.LocalPlayer.Players:GetChildren()
    if plays:Isa "TextButton" then
    plays.Visible = true else plays.Visible = False
    end
end)

This is not the finished code.

1 answer

Log in to vote
-2
Answered by 9 years ago

If the text button in the frame it will make both if then not visible . just a side note

0
Actually I just had a brainfart and realized I had no idea what I was doing. *facepalm* DevShowcase 0 — 9y
0
it happens your script didnt make since so that why i didnt say anything about it GuardainDev 45 — 9y
0
Its alright, multiple scripts put together mate. DevShowcase 0 — 9y
Ad

Answer this question