Entity:SetNWString
Description
Sets a networked string value on the entity.
The value can then be accessed with Entity:GetNWString both from client and server.
Running this function clientside will only set it for the client it is called on.
Arguments
Example
Sets a networked string with a key of "Nickname" and a value of "John" on a player.
Output: "John"