|
| 16 Apr 2014 10:58 PM |
Is there any way to print the full path of a brick?
Example: The brick is inside a model named Stuff and the model is inside workspace.
Is there any simple, Efficient way to make it print 'game.Workspace.Stuff.Brick' (Full brick path)
Thanks for your time |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2014 11:03 PM |
| wiki.roblox.com/index.php/API:Instance/GetFullName |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2014 11:03 PM |
for i,v in pairs(game.Workspace.Stuff.Brick)do print (v) |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Apr 2014 11:14 PM |
| Thank you very much to both, thank you script for that link! Exactly what I wanted. |
|
|
| Report Abuse |
|
|