Can I see the errors?
30 chaaaaaaaaaaaars
Can I see the errors?
30 chaaaaaaaaaaaars
done
PlaceholderTextPlaceholderTextPlaceholderTextPlaceholderTextPlaceholderTextPlaceholderTextPlaceholderTextPlaceholderTextPlaceholderText
Did you fix your issue? If the problem is related to :GetUserThumbnailAsync()
then you should try yielding the function until the thumbnail is ready.
No I didn’t fix the issue
how do I make the script yield?
At the end of the function add this line
repeat wait() until ready
icon.Image = content
Hopefully this fix your issue. This is my last reply of the day. If you’re still dealing with this, I will try to help later when I wake up.
It still gave 22:45:23.670 Unable to assign property Image. Content expected, got boolean
Edit: thanks for the help I got it to work by instead doing this:
PlayerGuiName.PlayerImage.Image = game.Players:GetUserThumbnailAsync(player.UserId, RandomThumbnail, Enum.ThumbnailSize.Size420x420) – or player.DisplayName
I’m glad it finally worked! If you need help you can always DM me. Good night. or Good day in my case, lol.