Sorry for repeating the question 2 times, this website said it wasn't a question. I guy asked me how can he fix friendly fire. But I don't know what friendly fire is, so what's friendly fire?
Friendly fire is when you can damage someone on the same team to turn it off you usually need to do something like
local Player = game:GetService("Players") local Team = game:GetService("Teams") local Player1 = (define) local Player2 = (Define) if Player1.Team == Player2.Team then return end (Damage script here)