GetFullName (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy No edit summary |
>Camoy No edit summary |
(No difference)
|
Revision as of 13:48, 1 January 2011
GetFullName( ) | |
Returns | String path to object |
Description: | Returns a string with dot seperated path to object hierarchy (excluding DataModel). |
Member of: | Instance |
Example
print(Workspace:GetFullName()) --> Workspace print(Workspace.Model.Model.Model.Model.Part.Mesh.Script:GetFullName()) --> Workspace.Model.Model.Model.Model.Part.Mesh.Script
print( game.Players.Player.Character:GetFullName() ) --> Workspace.Player