Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Fun.luau
Original file line number Diff line number Diff line change
Expand Up @@ -5078,7 +5078,7 @@ return function(Vargs, env)
end

if head:IsA("MeshPart") and table.find(Variables.AnimatedFaces, tonumber(string.match(head.MeshId, "%d%d%d+"))) then
head.TextureID = ""
head.TextureID, head.TextureContent = "", Content.none
if head:FindFirstChildOfClass("SurfaceAppearance") then
head:FindFirstChildOfClass("SurfaceAppearance"):Destroy()
end
Expand Down
2 changes: 1 addition & 1 deletion MainModule/Server/Core/Variables.luau
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ return function(Vargs, GetEnv)
14380344401, 14366112499, 10725526074, 11402532474, 10725092133, 11445572546, 14192828782, 13702851678, 12929417417, 13675436366, 14755069931,
14374802942, 14638203853, 12939016971, 11564337259, 13691524922, 14719366846, 12945457988, 14760102190, 13675155984, 14367119766, 14205146154,
14377320953, 14193020364, 11116786674, 13822986276, 14638467750, 10998132528, 13675472848, 14182904315, 12936914000, 12936596034, 14524488089,
14478215763, 13684480556, 13822585823, 14754581557, 14401306473, 11821976793, 14193703522, 14760226358,
14478215763, 13684480556, 13822585823, 14754581557, 14401306473, 11821976793, 14193703522, 14760226358, 136168187983879,
-- R6
14366393007, 18446596298,
-- R15 custom UGC heads are not supported currently! (And probably never will be lol)
Expand Down
Loading