#Anyone know how to add two decals to one part?

11 messages · Page 1 of 1 (latest)

solemn pasture
#

Im trying to spawn the same decal on two faces of a decal but i cant get it to work it only spawns on one (The left side)

#

I want the decal to spawn on both sides of the part (Left and right) rather than just the left side

bitter adder
#

decal.Face = "Right"

#

Bro.

#

my man assigning face properties two times

solemn pasture
#

how would that look in my code?

#

I want the face on the left and the right side

bitter adder
#

decal.Face = "Left"
otherdecal.Face = "Right"

solemn pasture
#

Thank you very much this is very very helpful for my game

#

🙏🙏