Net Deals Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Imiji - convert decal IDs to image IDs - Community Resources ...

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

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

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

    There are actually 2 ways to do this via code. The first method uses InsertService:LoadAsset. A script for that can look like this: local insertService = game:GetService("InsertService") local decalModel = insertService:LoadAsset(DECAL_ID) local imageUrl = decalModel:FindFirstChildWhichIsA("Decal").Texture.

  4. 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. -It will automatically copy the id with the right path like this: rbxassetid://<ID NUMBER>. (If you are not the one then…) -On the toolbox>Images. -Just right-click the decal/image, an option will appear and select the Copy Asset ID or Copy Asset URI.

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

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

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

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

    let me explain further if you dont mind, the content id stores a decal, along with all of it’s properties, one of them being the image id, when you type the content id manually into the image property, the studio already knows to create the decal, parent it to nothing so it doesn’t show up, get the id property, and replace the content id for that one.

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

  9. Getting a badge's image ID - Scripting Support - Roblox

    devforum.roblox.com/t/getting-a-badges-image-id/119472

    Your manual worst case scenario is to simply upload the image as a decal and use that. When you create a badge, an awarder is created in your models. The awarders have a decal on them which will use the same image as the badge, you can get the image ID from there. Your models can be found here:

  10. How would I use an image ID in a image button? - Roblox

    devforum.roblox.com/t/how-would-i-use-an-image-id-in-a-image-button/1531855

    Get the player to input the image ID, then to click a send button, then fire the image id through a remote event to the server and slap it onto the image button. InvalidRaycast (Ray) December 9, 2021, 3:03pm #16. i see you placed a .Value there.

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

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

    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&hellip;