I have a question

Is it a good idea to put actors in StarterCharacterScripts?

because I have 4 actors in StarterCharacterScripts:
image

and 2 actors in StarterPlayerScripts:
image

is it a good idea to put server scripts in these objects in general?
is this slowing down my game?

1 Like

Why do you even need actors???

1 Like

threadssssssssssssssssssssssssssss

1 Like

Me when task.spawn exists‮‮‮‮‮‮‮

1 Like

no like scripts themselves become threads with actors

1 Like

K well I think it’s okay but I’ve never seen anyone do that so don’t take my word for it

1 Like

bumpbumpbumpbumpbumpbumpbumpbumpbumpbump.

1 Like

if the scripts inside actors makes huge operations, like really complex arimethics, then is a good idea, else just use task.spawn (thats what i know about parallel scripting)

using threads should not slowndown your game, but it can make it more susceptible to errors

2 Likes