LoadString (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac No longer admin-only. |
>Flurite No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude>{{ | <onlyinclude>{{ | ||
|name = LoadString | |name = LoadString | ||
|arguments = [[String]] key | |arguments = [[String]] key |
Revision as of 20:15, 10 September 2011
{{ |name = LoadString |arguments = String key |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. |object = Player |returns = String value }}