LoadString (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Pighead10 Returns "" |
>MrNicNac No longer admin-only. |
||
Line 1: | Line 1: | ||
<onlyinclude>{{AdminOnlyMethod | <onlyinclude>{{AdminOnlyMethod | ||
|name = LoadString | |name = LoadString |
Revision as of 11:16, 16 April 2011
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 |