how do i make a script so that only one team gets Money when killing other players?
i mean so that if other players gets cash on kill this wont work bc its only one team that should get the cash on kill
please help me!
Assuming you already have the code that awards the money when a Player has vanquished another, you can add a check.
local Teams = game:GetService("Teams") if player.Team == Teams.YourTeamHere then --award the player end