Image ID's wont load via script

i have a module script with names and game images ( the images arent mine )


local GameOptions = {
	{Name = "Blox Fruits", Image = "rbxassetid://9240977314"},
	{Name = "Brookhaven RP", Image = "rbxassetid://8959047948"},
	{Name = "DOORS", Image = "rbxassetid://13129902505"},
	{Name = "Adopt Me!", Image = "rbxassetid://18446379685"},
	{Name = "Pet Simulator X", Image = "rbxassetid://9575955801"},
	{Name = "Murder Mystery 2", Image = "rbxassetid://6500905731"},
	{Name = "Arsenal", Image = "rbxassetid://7699371525"},
	{Name = "Tower of Hell", Image = "rbxassetid://12917925075"},
	{Name = "BedWars", Image = "rbxassetid://14230938266"},
	{Name = "Tower Defense Simulator", Image = "rbxassetid://17703753440"},
	{Name = "Evade", Image = "rbxassetid://11451741062"},
	{Name = "Build A Boat For Treasure", Image = "rbxassetid://9623197424"},
	{Name = "Jailbreak", Image = "rbxassetid://8066278524"},
	{Name = "MeepCity", Image = "rbxassetid://552856655"},
	{Name = "Mad City", Image = "rbxassetid://4627547877"},
}

return GameOptions

anyway, i have all the id’s and some of them set (the ones that are mine) and then the rest dont load.

help

If you don’t own the image, or it isn’t publicly available, it won’t load in your game. Alternatively, use public assets that are known to be usable by anyone. Upload the images yourself to your Roblox account to ensure ownership and accessibility…

that sucks, any way u know how to do everything quick? is there a plugin like the animation spoofer?

Well, for your original question, from your post and the fact you said some work. The only thing that could be is not free use or somehow you don’t have the right IDs.

yeah but its a pain doing hundreds of images… i found a plugin for 5 bucks that does what i need

1 Like

Actually, i asked chatGPT, and it generated me a script that automatically tranfers the asset ID into the image ID. I think im going to make a free plugin outta this.