Tycoon Dropper Best Practices

Tycoons usually have at least a dozen droppers, and each one generally has a Script with a while loop constantly running in it. If you have 8 players per tycoon, you’re looking at upwards of 100 scripts/threads running (though they sleep most of the time). If it were possible to have a single while loop per tycoon with minimal overhead, could this have any meaningful performance increases? I’m unsure of how exactly to measure this, but in theory would it be worth it?

You could use CollectionService to mark tycoon droppers with a tag, then you’ll be able to control it all in one script.

EDIT: Dang, this has to be the most solutions I’ve ever received in just one day. Went on a solution streak today, haha.

Sorry for going off topic

1 Like