GetFullName (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>ArceusInator
example
Line 8: Line 8:
|}}
|}}
</onlyinclude>
</onlyinclude>
{{Example|
<pre>
print( game.Players.Player.Character:GetFullName() ) --> Workspace.Player
</pre>}}

Revision as of 21:47, 27 December 2010

GetFullName( )
Returns String path to object
Description: Returns a string with dot seperated path to object (excluding Game)








Example
print( game.Players.Player.Character:GetFullName() ) --> Workspace.Player