Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

force load a headshot thumbnail?

Asked by 6 years ago

Hi, I was just wondering if it was possible to force load a headshot thumbnail. Whenever I want to put someone's profile headshot as a decal, most of the time it will appear as N/A if they recently changed their outfit. Is there a way to skip this? I notice with meepcity that all their headshots upload perfectly fine.

uturned.Decal.Texture = "https://www.roblox.com/headshot-thumbnail/image?userId="..game.Players:GetUserIdFromNameAsync(name.Text).."&width=420&height=420&format=png"

this is what i have so far

0
You can't really skip the N/A picture, the N/A is registered for a while on the ROBLOX website, and the script is getting the picture of it from the ROBLOX website. So It's not possible. CounterBoy123 53 — 6y
0
You can preload the assets via using ContentProvider/Preload so it loads it ahead of time. iRexBot 147 — 6y

Answer this question