How do i add Guild Logo, the texture ID didn't work

Untitled
This is what happen when i add Texture ID

You need to use an Image ID not a Decal ID. To know that you have the Image ID, the type would say “Image” instead of “Decal”.

Example:
image

image

There are two ways to get the Image ID, one long way and the short way.

The Long Way

  • Subtract the Decal ID by 1. For example, the code is 19866760, subtract that by 1 and it becomes 19866759. Keep subtracting until the type shows up as Image, after getting the image, copy the Image ID and you’re all good to go.

The Short Way

  • Open roblox studio, insert the decal in any part, the baseplate for example. Then find the baseplate in the list at the right side. If you cant find it, then simply open the following ( Note: This is only if you placed the decal on the baseplate ):
    image
    Once you open the following, you should see the title of your decal below the baseplate, the example I used is my dice decal. After that, click the title of your decal and go to the properties which should be below of the picture I just showed you which should look like this:
    image
    Then copy the Image ID in the texture ( Note: It’s the number after the “?id=” ) and after that, you’re all good to go.
8 Likes

I’m grateful, thank for spending your time to make this

No problem (=ↀωↀ=)✧

you can also insert the url, instead of the decal code

Oh, didnt knew that.

I don’t get how the Logo IDs work, how do you make one and how do you tell what number it is

And could it just be any picture that you find on google

Let’s say there’s some sort of step 1 missing to the post : what is a decal and how to find one/upload one
On the roblox website…


There’s this top bar. Click Create.
Once you are there, there’s this bar under the previous top bar

If you want to upload a picture (from google for example)
  1. Click the My Creations button
    You will then see this side bar
  2. Click Decal on the 4th row
    You will see this section at the top (“Choisir un fichier” is in french due to my system’s language)

    That’s where you choose the picture you want to upload. If you want to use something from Google, you will have to save it first then choose it.
  3. Clicking the button will allow you to search your computer to find the picture you wish to upload.
  4. Click the upload button once you chose the picture.

After that, follow the next steps with @NEKOSAIKOU 's post, considering that the decal’s ID is the string of numbers in the URL,
For example: https://www.roblox.com/library/30994231/Military
30994231 is the decal ID that you will use to follow the next steps

If you want to find an already uploaded picture
  1. Click the Library button.
    You will then see this bar on the left
    image
  2. Click Decals and search for a picture there

After that, follow the next steps with @NEKOSAIKOU 's post, considering that the decal’s ID is the string of numbers in the URL,
For example: https://www.roblox.com/library/30994231/Military
30994231 is the decal ID that you will use to follow the next steps

I found out how to upload the picture and turn it into a decla, but how do i get the image/logo ID from it