No quotes are needed findclientbyname(Plornt).player.additem(whatever);
UNLESS your finding someone with two words in their name:
Say there were two players: Big Guy, Big Girl (Just examples).
They you would need to do findclientbyname("Big Guy/Girl").player.addItem(whatever);