Hello,
I’m trying to make a panel appear on a certain players screen, and not my own by using their name, I already have a way of getting there name, but is there a way to do something like:
if ply:Name() == target then
– open panel on their screen not my own
end
So basically open the panel on the target.