I will be paying 30R$ if you are BC and if the script works.
Basically I want a script that if your username is DecryptedZ, it will only display the GUI for you. It will not show up for others.
game.Players.PlayerAdded:connect(function(p)
p.CharacterAdded:connect(function(c)
if p.Name=="DecryptedZ" then
p.DecryptedZ.PlayerGui.GUINAMEHERE.Frame.Visible = true
end
end)
end)
~Tynexx