Is using the teams function a good idea?

I can kind of assume that this system is older, and I definitely am hiding the default Roblox leaderboard anyway, right? I was wondering if using it in scripting is really viable.

I’m trying to make a DBD type of game a la Forsaken, but I’m trying to get down the basic loop of the game right now. The idea is that I will somehow figure out how to select a random player to be the killer (which I could figure out a change with a priority system later possibly), then assign them to the killer team, then everyone else gets set on the survivor team. I’ve not really found any information on the actual state of this system and whether or not it’s a good idea to use it for future proofing or anything.

Any help here?

It’s either using Roblox’s pre-made team system that already offers a variety of functions, or creating your own team system. In general, using Roblox’s system will give you everything you need, and if you’re hiding the leaderboard anyways, then theres no reason not to use it

Depends on your goals

For your purposes, the default team functions are fine. But if you want a custom functions you can create a custom system.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.