Know-Legal Web Search

Search results

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

    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.

  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.

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

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

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

    For example, providing an image asset ID returns a PNG file, and providing a decal asset ID returns an RBXMX file. If you’re unaware, an RBXMX file describes a Roblox model, formatted in XML. Giving it a decal returns information describing a decal instance but also includes its Texture property which contains the image asset URI.

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

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

    Pretty much I’m trying to set a custom ID for an image, and nothing I’ve tried is working, even though it used to…? That’s pretty much my code and it’s not setting the image, I’ve used rbxassetid://ID aswell and it isn’t working.

  7. How to get ImageId of a decal? - Scripting Support - DevForum |...

    devforum.roblox.com/t/how-to-get-imageid-of-a-decal/1258628

    I am working on a game with a feature that involves custom images but i have trouble loading them, i realised that it’s because an image has a different id to a decal, how can i get the image id from a decal?

  8. How to get image id from decal id? - Scripting Support - Roblox

    devforum.roblox.com/t/how-to-get-image-id-from-decal-id/1518001

    I tried seeing if marketplace service had something to automatically correct the decal ID to a working ImageLabel ID but there was nothing. Here is the problem in the code: --[[when you try changing the wallpaper it turns into a white screen but when you enter the id through roblox studio it changes fine but the id gets corrected to a different ...

  9. How do I get a gamepass image? - Scripting Support - DevForum |...

    devforum.roblox.com/t/how-do-i-get-a-gamepass-image/179178

    You would have to test for badges. I have tested and “No” it does not work for Badges. But. For Badges you use. BadgeService:GetBadgeInfoAsync(ID).IconImageId. I forgot about that somehow…. 3 Likes. It seems there is no way to get the image of a gamepass ever since they moved to the new system.

  10. ImageLabel keeps flickering after updating image id - Roblox

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

    Hi! I am doing a video by image frame by frame method, but after I updated the image id then the screen starts flickering. Is there any solution to this? Or do I need to preload the images? I am currently using this met…

  11. How do you get the Studio ID of an image - Roblox

    devforum.roblox.com/t/how-do-you-get-the-studio-id-of-an-image/617891

    If you find the image in there… right-click it and select Copy ID to Clipboard. (If you are not the one then…) -Just right-click the decal/image, an option will appear and select the Copy Asset ID or Copy Asset URI. There is no such thing as a “Studio ID” of a decal – to show the decal in both studio and in-game, you’ll be using the ...