I need help! Why wont this script make frame2 appear?
So this script is supposed to make frame2 appear, if you're an admin, yet there's a problem... It wont appear! Not just the admin problem. Does anyone know what the problem is? If yes, please fix this!
03 | script.Parent.MouseEnter:connect( function (plyr) |
05 | for i,v in pairs (PlayerList) do |
07 | if string.name = = v then |
09 | Script.Parent.Frame.Visible = true |
17 | script.Parent.MouseLeave:connect( function (plyr) |
19 | for i,v in pairs (PlayerList) do |
21 | if string.Name = = v then |
23 | Script.Parent.Frame 2. Visible = false |