When.com Web Search

Search results

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

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

    Part of the Elttob Classic Suite Reclass classic • Imiji • Atmos • Pick • InCommand 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 ...

  3. How to upload custom images - Bulletin Board - Developer Forum -...

    devforum.roblox.com/t/how-to-upload-custom-images/1189676

    First we need to upload the image we want to use to the Roblox website. You can upload an image by going to this page: Create - Roblox. Now that you’re on the upload page you will have the option to select the file you want to use. Click “Choose File”. Now your computers file explorer will pop up. Depending on your computer this may look ...

  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 a players profile picture - Scripting Support - Roblox

    devforum.roblox.com/t/getting-a-players-profile-picture/2091832

    How do I get a players profile picture from their profile? Since I am using a localscript, I could do this through the script. Cheers! 1 Like. DasKairo (Cairo) December 30, 2022, 4:56am #2. You would use GetUserThumbnailAsync. local Player = game.Players.LocalPlayer.

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

  7. How to Get Player Profile Picture Link? - Roblox

    devforum.roblox.com/t/how-to-get-player-profile-picture-link/2157280

    Any help would be greatly appreciated! 1 Like. 2jammers (2jammers) January 21, 2023, 6:20pm #2. If you are doing this in game, then you should use Players:GetUserThumbnailAsync() 2 Likes. MattyDevs (MattyDevs) January 21, 2023, 6:23pm #3. I need to get a link of players profile picture. AdSomnum (kai) January 21, 2023, 6:24pm #4.

  8. What is the link/image id for a picture of a players character...

    devforum.roblox.com/t/what-is-the-linkimage-id-for-a-picture-of-a-players...

    It’s extremely hard to remember & find the link that makes it so your character can be a decal. I know it’s in the wiki, but I couldn’t ever find it. I think it got deleted. Example: ^ I pulled the decal from the Tool Box but instead, what I mean is the link of the decal id is a live decal of an actual player’s character.

  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. Open source Roblox ImageID to DecalID converter API

    devforum.roblox.com/t/open-source-roblox-imageid-to-decalid-converter-api/450451

    Basic Links API: https://rbxdecal.glitch.me/ Module: rbxdecal API module - Roblox Why did I create this? As a Roblox developer the recently used method of subtracting 1 from the Image ID to get the Decal ID no longer works and not makes it harder than ever for users to insert their images into roblox. I used to use Classy-Studio’s API but that recently stopped working and I was put at a dead ...

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