Tech24 Deals Web Search

Search results

  1. Results from the Tech24 Deals Content Network
  2. 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 ...

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

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

  6. How to make an image change in a script - Roblox

    devforum.roblox.com/t/how-to-make-an-image-change-in-a-script/405244

    you have to write like this: while true do Image.Image = "ID" wait(1) Image.Image = "ID" wait(1) you can also make a “local TimeWait = Number” and put that inside the wait() and do the same things with the images id.

  7. How do I get a gamepass image? - Scripting Support - Roblox

    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.

  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. How to get image id from decal id? - Scripting Support - Roblox

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

    To do this the player enters a decal asset id into a textbox which updates the wallpapers “Image”… I’m making a surfaceGui phone on studio and one of the features in the settings app is that you can change your wallpaper.

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

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