Search results
Results From The WOW.Com Content Network
There’s a problem, im looking for a ImageId, i used roblox open cloud to upload a image but you cant get a ImageId so i can only obtain the DecalId. sonic_848 (killer) September 25, 2024, 12:11am
Imiji is a plugin that makes finding image IDs and URIs for decals simple and efficient, ready for use in scripts, plugins and more. When you open Imiji, you’re given a large box to paste any decal asset ID or link into. Any string will work, as long as it contains the ID of the decal you wish to convert. Some examples of valid things to ...
I am trying to download Images and Decals through Roblox’s API using methods in this DevForum topic. It appears that none of the methods are working for downloading an asset with an Image ID by using a web browser and entering these URLs with the specified ID. Are there any new methods for downloading Decals and/or Image IDs using Roblox API? I have tried the following URLs for downloading ...
Hello, So I’ve been trying to get a Shirt image from a Shirt ID. I’ve been looking for this for a few hours now. Looked over through the DevForum and YouTube and sadly no results. I’m not sure if there is any official way of getting it, But it’s possible as I’ve seen it in games like PLS Donate. Any help would be appreciated.
new.Image = old.Texture. And asset image id put Decal > Texture Id. And run test. Click “Convert” button. Enjoy. I use this plugin: Imiji - convert image IDs - Roblox. It is very helpful as plugins open a window that can be docked to whichever side of your monitor suits you best in Studio.
Yes, I am. There, the table I am using. local preloadIDTable = {15155878931,15155878775,15155878627,15155878476,15155878186,15155877918,15155877678,15155877510 ...
Why Conversion is Necessary If you’ve ever had a script set a texture or image property to a decal asset URI, you’d notice that it fails to load. That’s because decals and images are actually separate asset types, and properties that would expect an image asset will fail to load a decal asset. Decal assets refer to decal instances (similar to how model assets refer to model instances ...
The ID cannot be the ID shown in the URL, it has to be the decal ID. To get this, insert a ImageLabel and paste in the image, then copy the new ID and put the new ID into your ImageID Value! I would recommend using InsertService as the Game doesnt recognize the changes to Image Values that arent Manual. This topic was automatically closed 14 ...
I just tested out with that Id and seems to be working fine, so the problem is likely with it not loading (Should print in output), or you have referenced the ImageLabel variable to something else or you’re trying to reference the image label in StarterGui and not PlayerGui, common mistakes most people do.
BlueBloxBlast (BlueBloxBlast) August 3, 2024, 8:31pm #3. It should be in this format: Xxxx.Image = "rbxassetid://" .. ImageID. When i try and set the imageID Using My Script it just sets it to nothing aka white script.Parent.MouseButton1Click:Connect (function () local imageId = script.Parent.Parent.ID.Text script.Parent.Parent.Parent.ImageLabe….