How can I make a squad system

I am new to scripts and was wondering if someone could help me with this. @Intrance

Screenshot_14
Screenshot_16

1 Like

You could do this by using the AvatarContextMenu.
More information on it can be found here:
Adding custom actions: Avatar Context Menu | Roblox Creator Documentation
Enabling the menu: Oops!

As for the Team Notification, use:

If you have any questions please reply, and I’ll respond when I can!

1 Like

Thanks, by doing this, how can you make sure that those inside the team don’t die, that is, not being able to kill each other?

You could make it so when you add somebody to a team a folder is created and values are created inside with your teammate’s name, or you could use an array. When a weapon is used it can check if the user you’re damaging is not in the array or folder, and then cast the damage.

1 Like