SaveString (Method)

From Legacy Roblox Wiki
Revision as of 13:51, 9 July 2011 by >Nickardson (Added information about how SaveString handles an empty string, reducing DataCost.)
Jump to navigationJump to search
SaveString( String key, String value )
Returns nil
Description: Saves a String that can be reloaded from any server via LoadString. The DataCost used by a saved string can be removed by saving an empty string ("") as the value.
In Object: Player