Getting a game icon in a roblox game

I’m writing a script that is supposed to display the current games icon

lets use jailbreak as an example:
ok pretend the script is in jailbreak it will display this image on a decal
image

I’m 90% sure the game icon itself gets uploaded as an image/ a decal anyway. If not, just upload it yourself. Then, coppy the asset ID and put it in the script when you’re assigning the display.

"http://www.roblox.com/asset/?id=ID_HERE"
--or
123456789 --id here
--or
"rbxassetid://ID_HERE"

I just found a form post about it and it worked I should have looked more but thanks for responding :slight_smile: I’ll just mark your post

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.