Texture (Property)

Texture
Property String texture ASPX id
Description Sets the target for the texture, which has to be uploaded to Roblox and the link given to you for this.
Member of Decal, Texture


Getting the texture ID of a Picture

There are multiple ways to get the texture ID of a picture. Note that the ID is not the URL of the picture, but the aspx ID of it.

Method 1

  1. Upload the picture as a decal to ROBLOX.
  2. Insert a brick/part into your place.
  3. Go to the toolbox, and access 'My Decals'.
  4. Find the decal you uploaded, and place it on the brick.
  5. Look in the ID property of the decal, which is in the brick, and you will get the texture ID of your picture.

Method 2

  1. Upload the picture as a decal to ROBLOX.
  2. Your texture ID will start like this: "http://roblox.com/asset/?id=".
  3. The texture ID is not completed yet, as you need the ID of the picture. Go to the website, and find your decal in your 'Decals' section of your 'Stuff'. On the page of your decal, get the last numbers of the URL.
  4. Copy and paste that into your ID. For example, if your decal had an ID of 101, your texture ID would be: "http://roblox.com/asset/?id=101".
  5. You are not done yet! If you are to end now, your texture will look messed up. Next, you will have to subtract 1 from your ID. So in my previous example, my new ID will be: "http://roblox.com/asset/?id=100". This is your texture ID!