Since I’m using this in my future game and its been extremely helpful for making puesdo characters, I thought I’ll share it with you.
local Left_LegArm_UV = { -- Offset, Size
-- Back
440, 355,
64, 128,
-- Front
308, 355,
64, 128,
-- Left
374, 355,
64, 128,
-- Right
506, 355,
64, 128,
-- Top
308, 289,
64, 64,
-- Bottom
308, 485,
64, 64,
}
local Right_LegArm_UV = { -- Offset, Size
-- Back
85, 355,
64, 128,
-- Front
217, 355,
64, 128,
-- Left
19, 355,
64, 128,
-- Right
151, 355,
64, 128,
-- Top
217, 289,
64, 64,
-- Bottom
217, 485,
64, 64,
}
local Right_LegArm_UV = { -- Offset, Size
-- Back
85, 355,
64, 128,
-- Front
217, 355,
64, 128,
-- Left
19, 355,
64, 128,
-- Right
151, 355,
64, 128,
-- Top
217, 289,
64, 64,
-- Bottom
217, 485,
64, 64,
}
local Torso_UV = { -- Offset, Size
-- Back
427, 74,
128, 128,
-- Front
231, 74,
128, 128,
-- Left
361, 74,
64, 128,
-- Right
165, 74,
64, 128,
-- Top
231, 8,
128, 64,
-- Bottom
231, 204,
128, 64,
}