How do you make a kill count like arsenal?

Screenshot 2021-09-24 111645

I would like to make something similar to this for my game, but I’m not sure how to make it. Could anyone help me out?

1 Like

I think it’s by getting the player(Object Value with the Value set to the Player) and other’s data through a loop inside a event that is fired each time someone gets a kill, then they sort their kills(An Int Value) using table.sort. To get the player’s team color, use Player.TeamColor.Color, and lastly the player’s thumbnail is by using Players:GetUserThumbnailAsync

3 Likes