Hello fellow developers ! I want to create a player list like arsenal for my game like this. I just want to show the player pictures and remove them as a player dies. I will really appreciate any help I receive on this.
2 Likes
Simply make a Frame and a UIGridLayout inside that Frame (with a maximum count of players who can be appeared on the Frame, for example 10)
After adjusting the UIGridLayout,it should be like this
How to get player’s picture ? Well, there’re 2 ways, the first one is to use the viewport frame , the second one ( i recommended this ) is to use GetUserThumbnailAsync.
The final question, how can you remove player’s picture when that player dies, you can check if a Player died using this function , then fire to all the clients to tell them to remove the profile image which its player died.
1 Like
Thank you very much. I will research and try to make it and post an update about it.
2 Likes