When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Get ImageId From DecalId - Scripting Support - Roblox

    devforum.roblox.com/t/get-imageid-from-decalid/3171371

    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

  3. Imiji - convert decal IDs to image IDs - Roblox

    devforum.roblox.com/t/imiji-convert-decal-ids-to-image-ids/460978

    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 ...

  4. How do I download Image/Decal Assets using Roblox API?

    devforum.roblox.com/t/how-do-i-download-imagedecal-assets-using-roblox-api/2790105

    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 ...

  5. Getting Shirt Image from It's ID - Scripting Support - Roblox

    devforum.roblox.com/t/getting-shirt-image-from-its-id/2131099

    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.

  6. How do I convert a decal id to an image id - Scripting Support...

    devforum.roblox.com/t/how-do-i-convert-a-decal-id-to-an-image-id/2426155

    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.

  7. ImageLabel keeps flickering after updating image id - Roblox

    devforum.roblox.com/t/imagelabel-keeps-flickering-after-updating-image-id/2658819

    Yes, I am. There, the table I am using. local preloadIDTable = {15155878931,15155878775,15155878627,15155878476,15155878186,15155877918,15155877678,15155877510 ...

  8. Converting Decal IDs to Image IDs - Community Tutorials - Roblox

    devforum.roblox.com/t/converting-decal-ids-to-image-ids/2640232

    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 ...

  9. Image ID won't set in script - Scripting Support - Roblox

    devforum.roblox.com/t/image-id-wont-set-in-script/2149528

    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 ...

  10. Trying to set an image via script - Scripting Support - Roblox

    devforum.roblox.com/t/trying-to-set-an-image-via-script/913810

    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.

  11. ImageID Not Working - Scripting Support - Developer Forum -...

    devforum.roblox.com/t/imageid-not-working/3100822

    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….