I'm not going to give out the script, but, you will be using a leader stat script, events, and looping. This where you could start off.saSlol2436716— 6y
0
We need to know the script in order to help you. You havn't even said if the game is FE or FD whether its in a server script or local scriptSergiomontani10236— 6y
I know it would go something like
for _, player in pairs(game.Players:GetPlayers()) do
if player.Character then
player.Character:GiveBadge(BadgeThingy)
end
end