I'm making a small game to host sword fighting events in. I have ran tests and everything's been going how I wanted it to go but then I saw that people in the same team can't kill eachother. I need help on how to enable team kill so people in the same team can kill eachother. I want to know if that's possible to do via scripts.
The default behavior actually has team kill enabled. There's a server script inside the sword model that disables team kill. Look for it and delete that portion. If you send me the link to the sword asset I can help you look.
Thanks LeedleLeeRocket! I searched through the script in the "ClassicSword", deleted the parts that made teamkill disabled [people can't kill eachother in same team] and then tested and it worked! Thanks!