Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I award All players in a game a badge when a npc boss is killed?

Asked by 6 years ago

How do I award All players in a game a badge when a npc boss is killed?

0
Nice script frostysubatomiczero 51 — 6y
0
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. saSlol2436 716 — 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 script Sergiomontani10 236 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

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

Ad

Answer this question