Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Putting Textures On a Part

Asked by 10 years ago

I am making a minecraft-like game and I want to know how I can get a texture on a part. I will accept videos or other links.

0
Needed something to put there. yolyoylyolyolyoly iKingofAllKings 0 — 8y

3 answers

Log in to vote
1
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
10 years ago

Look at the Texture post on the wiki.

0
thank you. Randomplayer121 -2 — 10y
0
Thank me by accepting this answer! Shawnyg 4330 — 10y
Ad
Log in to vote
0
Answered by
Qxest 25
10 years ago

To add a texture do the following.

Upload the image you want to use as a Decal Using the Insert menu, place your Decal on an object. Select the Decal in the Explorer Window. Under Properties, copy the link next to "Texture". Put a Texture object inside the Part that you want the texture on. Use the Insert Object menu. Paste the link into the "Texture" property.

Do that as many times as you would like. Change the "Face" to the side you want that texture on.

0
Put a material name instead of MaterialHere DogHouseForMe 0 — 5y
Log in to vote
0
Answered by 5 years ago
Edited 5 years ago
game.Workspace.PartName.Material = Enum.Material.MaterialHere

Answer this question