Hello, is there a way to turn “roblox img” to “normal url img” ?
i tried to make it get it like this
local img = game:GetService("Players"):GetUserThumbnailAsync(plr.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size100x100)
but it didn’t work
i want to send it to discord so i need a link like this.
“https://ibb.co/Rgvq5ygg”
Thumbnail API is your friend:
1 Like
Thx. i will try it After I wake up
It would help to know what ibb.co
is. If it’s a link shortener or a service to upload images, you probably can’t do this.
You’re asleep while typing this?
VSCPlays
(VSCPlays)
#5
i don’t think it’s possible… when you put an image URL, it won’t appear as a decal
it’s a random site
i didnt mean from this site i just wanted it to be a normal link that will be acceptable to discord or any other site
yea im sleeping rn… how did you know 0.0
i want to use the image to any other site/app
(not in roblox)
نفس الحال بس قولت اجرب اسأل ممكن حد يكون عارف
VSCPlays
(VSCPlays)
#9
oh, then you can do this in markdown
[![image-name|1920x1080](https://devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/0/f/2/f/0f2fb77028b8d519bce6139ace4a5165354109d6.png)](https://imgbb.com)
html:
<a href="https://imbgbb.com"><img src="https://devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/0/f/2/f/0f2fb77028b8d519bce6139ace4a5165354109d6.png" alt="Download File"></a>
bbcode:
[url=https://imgbb.com][IMG]https://devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/0/f/2/f/0f2fb77028b8d519bce6139ace4a5165354109d6.png[/IMG][/url]
roblox أنا آسف, أعتقد أنك تقصد في
مش فاهم تقصد ايه…ممكن توضح اكتر؟
hi,sorry for the late respond.
do you know how to use it from roblox ?