Change characters face during cutscene

How can I change a characters face during a cutscene? I have no idea how so if anyone can help I would really appreciate it.

well i found the solution again…
make a script in serverscriptservice and write this

local Char = game.Workspace:FindFirstChild("StarterCharacteR") --Your character location here

wait(8) --How much time to wait before changing the face

Char.Head.Sleepy.Texture = "http://www.roblox.com/asset/?id=7054728700" --Insert face texture id here

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.