LoadString (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator LoadString |
>Pighead10 Returns "" |
||
Line 3: | Line 3: | ||
|name = LoadString | |name = LoadString | ||
|arguments = [[String]] key | |arguments = [[String]] key | ||
|description = | |description = Returns a string value that was previously saved to the player via [[SaveString (Method)|SaveString]] with the same key. Returns an empty string ("") if key doesn't exist, not nil. | ||
|object = Player | |object = Player | ||
|returns = [[String]] value | |returns = [[String]] value |
Revision as of 08:08, 18 February 2011
Roblox Preliminary:This item is Roblox Preliminary. It is currently locked while the developers test it, but may be released later.
LoadString( String key ) | |
Returns | String value |
Description: | Returns a string value that was previously saved to the player via SaveString with the same key. Returns an empty string ("") if key doesn't exist, not nil. |
In Object: | Player |