function onTouched(part) local h = part.Parent.Parent:findFirstChild("Humanoid") if h~=nil then if part.Parent.Parent:findFirstChild("Head"):findFirstChild("face").Texture == nil then return end part.Parent.Parent:findFirstChild("Head"):findFirstChild("face").Texture=script.Parent.Parent.Decal.Texture end end
script.Parent.Parent.PromptObject.Enabled:connect(onTouched)