so i was making a animation for my yt im doing the "WAKE UP SLEEPY HEAD" meme. the face isnt changing but the script is in the head. can someone help me?
wait(1) script.Parent.face = "http://www.roblox.com/asset/?id=20418658" -- btw its a simple script
You trying to change the decal as a whole. Not the texture. The format is this:
wait(1) script.Parent.face.Texture = "rbxassetid://textures/yourdecal.png" -- Doesn't have to be a png file.