GetFullName (Method)

From Legacy Roblox Wiki
Jump to navigationJump to search
GetFullName( )
Returns String path to object
Description: Returns a string with a dot (.) character separating a path of object hierarchy excluding "game".
Member of: Instance


Example
print(game.Workspace:GetFullName())
Workspace
print(game.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