#How can I get the player’s thumbnail in my serverscript?
1 messages · Page 1 of 1 (latest)
you mean something like this?
ImageLabel.Image = Players:GetUserThumbnailAsync(Player.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420)
recommend wrapping that in a pcall
Ive sorted it now
players Thumbnail?