Hello, I was using :GetFullname() and I was thinking, this could be so much more useful if I can get an instance from :GetFullName(). I’m not sure if it’s possible as I couldn’t find any documentation, but if it isn’t that would be cool if Roblox added it.
You are calling GetFullName on an instance. Why would you want it to return that instance? There’s no benefit to it.
if you still, for whatever reason, want to achieve it, you can split the output of GetFullname at each period (., then keep on doing Path = Path[NextStep] until it gets to the instance.
Thanks. I would like something like this since I like to use httpservice a lot when it comes to things like plugin storage, so this makes it easier to store that information. Again, thank you!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.