GetValue (Function)

From Legacy Roblox Wiki
Revision as of 20:28, 27 December 2010 by >ArceusInator (page for GetValue)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
GetValue( )
Returns value
Description: Returns the StatsItems's value. Its value cannot be read unless this function is used. The value's type differs between differrent StatsItems.
Member of: StatsItem


Example

If using the Command Bar or a CoreScript...

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

If using a Script or LocalScript...

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