Players:GetUserThumbnailAsync link doesn't work?

The return was this and it doesn’t display any player icon."rbxthumb://type=AvatarHeadShot&id=143363639&w=352&h=352"

local avatarurl = Players:GetUserThumbnailAsync(ID, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size352x352)

avatarui.Image = avatarurl

Hi, I don’t see anything wrong with your code, can you show the rest of your code?

Nevermind, for some reason it works now.