I’m attempting get retrieve the user thumbnail from the username that is in the table, output was “attempt to call a nil value”
script.Parent:findFirstChild(number).Text = d[1] -- works fine
script.Parent:findFirstChild(number).ImageLabel.Image:GetUserThumbnailAsync(getUserIdFromUsername(d[1]), Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size150x150) -- attempt to call a nil value... function (getUserIdFromUsername("anyname")) works
end
I think I’ve formatted the call wrong.