Player:GetInfo
Description
Retrieves the value of a client-side ConVar. The ConVar must have a FCVAR_USERINFO flag for this to work.
On client this function will return value of the local player, regardless of which player the function was called on!
See Player:GetInfoNum for the same function that automatically converts the string to a number.
Arguments
Returns
Example
Creates clientside ConVar Apple
and retrieves value of it.
Output: ILikeApples