Hey everyone! I have a simple question, I don’t know whether to use one sever script for my gore system or multiple. I’m kind of nit-picky about performance so I was also wondering which would be best suitable for performance. Any help would greatly appreciated and have a great day/night!
1 Like
Having multiple scripts isn’t necessarily rough on performance but what’s actually running in the scripts is. Say for example you have two scripts connected to RunService.Heartbeat. Having one script with a connected function in this scenario is more efficient. Having multiple scripts is perfectly fine and I would recommend it for organizational reasons. Just try to minimize unnecessary scripts that could be combined with other scripts.
1 Like
Thank you so much for clearing this up for me!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.