How should I be using actors?

I have two scripts that use the PlayerAdded connection so I decided to make them both parallel. However, they have to be under an actor for me to be able to use parallel lua.

Would I put both of these scripts under the same actor? Does it matter if they’re both under different actors?

1 Like