Hi there everyone. I recently made a gui for some specific users. I wrote the script but it is not allowing me to add multiple values(Lots of Names). Need some insight to this problem. I need to store multiple IDs/Name. I repeated the code but with a different name. Please give insight
here is the script-:
if.game.Players.PlayerAdded.Name == "codeusername78" then
script.Parent.Frame.Visible = false
script.Parent.TextButton.Visible = true
else
script.Parent.Frame.Visible = false
script.Parent.TextButton = false