GetFullName (Method)
From Legacy Roblox Wiki
![]() | |
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
![]() | |
Returns | String path to object |
Description: | Returns a string with a dot (.) character separating a path of object hierarchy excluding "game". |
Member of: | Instance |
print(game.Workspace:GetFullName())
print(game.Workspace.Model.Model.Model.Model.Part.Mesh.Script:GetFullName())
print(game.Players.Player.Character:GetFullName())