From a897d6d977ccab388e65b578903899e6ec2142fb Mon Sep 17 00:00:00 2001 From: secret-rare Date: Tue, 21 Apr 2026 11:33:52 -0400 Subject: [PATCH] fix: add default head mapping R15 default head is dynamic, in this case the id of the head is `0`, which we just map to the default face --- src/faceByMesh.luau | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/faceByMesh.luau b/src/faceByMesh.luau index 85b7510..64b888b 100644 --- a/src/faceByMesh.luau +++ b/src/faceByMesh.luau @@ -507,7 +507,8 @@ local faceByMesh: {[number]: number} = { [124045894066016] = 65724730, [83797968787123] = 65724730, [2432102561] = 65724730, - [87670789201977] = 65724730 + [87670789201977] = 65724730, + [0] = 65724730 } return faceByMesh