GetValueString (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
Page for GetValueString()
>Camoy
No edit summary
Line 1: Line 1:
{{Locked}}
<onlyinclude>{{Method
<onlyinclude>{{Method
|name        = GetValueString
|name        = GetValueString

Revision as of 20:48, 27 December 2010

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
GetValueString( )
Returns String value
Description: Returns the StatsItems's value. Its value cannot be read unless this function is used.
Member of: StatsItem


Example

If using the Command Bar or a CoreScript...

print(game.Stats.Workspace.World.Joints:GetValueString()) --> 7

If using a Script or LocalScript...

print(game.Stats.Workspace.World.Joints:GetValueString()) --> s GetValueString