Missing Documentation for Instance:GetActor()

I stumbled upon this function when coding with CollectionService:


I was curious to see what it does so I went on the Developer Hub to find out:

As you can see I searched up “GetActor” with CONTROL + F and didn’t get any results. I even manually searched each function and couldn’t find it. I even had “Show Deprecated” on.


Is this a new feature or did someone forgot to document this?


Upon further review, it seems like this is used for parallel Lua and is not restricted to CollectionService but other Instances.

5 Likes

Hey! Thanks for bringing this up. As the feature isn’t fully out, we won’t be releasing documentation for it quite yet - hang tight!

21 Likes

Trying to figure out how this works as we speak, doesn’t seem to do anything as of current. I’d say wait a while for Roblox to give it an implementation
image

2 Likes

I found out that Instance:GetActor() has unlinked documentation as seen here.

2 Likes

Probably related to parallel Lua. Actor model - Wikipedia

4 Likes

@Maximum_ADHD has posted something regarding it on twitter, it may actually be that its related to parallel Lua. Although the future is unforseeable atm, so take no guesses.

1 Like