I want to check which team each players are on and if they are on a specific team, for example “Police”, then a message will be sent to them. I made a script, but it doesn’t work.
Local script
ServerScript
```lua
local announce = game.ReplicatedStorage.ServerControllers.Announce
announce:FireAllClients("[Р] Robbery the bankomat by railway station! (Robbered: "..plr.Name..")")