game.Players.PlayerAdded:connect(function(player) if player.userId "976963688" then Parent.REF.Visible=true end
Seems you newbie, you just needed to userId == "976963688" pls mark me as answered
game.Players.PlayerAdded:connect(function(player) if player.userId == "976963688" then script.Parent.REF.Visible=true end