GetDebugId (Method)

From Legacy Roblox Wiki
Revision as of 03:13, 26 December 2010 by >ArceusInator (whoops)
Jump to navigationJump to search
GetDebugId( Integer scopeLength )
Returns String DebugId
Description: Returns a coded string of the object's DebugId.
Member of: [[RBX.lua.Instance (Object)|Instance]]











Here's an example of how to use GetDebugId():

function debugId( object, scopeLength )
   return object:GetDebugId( scopeLength )
end


print( debugId( Workspace ) ) --> 39FA_12
print( debugId( Workspace, 10 ) ) --> 39FA2FEF4D_12
print( debugId( Workspace, math.huge ) ) --> 12