I'm a newbie to scripting in roblox I just started 30 minutes ago.
I'm making a GUI only available to my friends and I and I know how to make a script for certain players but not everyone but me
if game.Players.retracee then
script.Parent:Remove()
end
How would I make it for all other players besides the few players on my whitelist?
|