LoadString (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Pighead10
Returns ""
>Pighead10
Returns ""
(No difference)

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