Can someone update the table for me?

local ConversionTable = {
		[1] = "Image",
		[2] = "T-Shirt",
		[3] = "Audio",
		[4] = "Mesh",
		[5] = "Script",
		[8] = "Hat",
		[9] = "Place",
		[10] = "Model",
		[11] = "Shirt",
		[12] = "Pants",
		[13] = "Decal",
		[17] = "Head",
		[18] = "Face",
		[19] = "Gear",
		[21] = "Badge",
		[24] = "Animation",
		[27] = "Torso",
		[28] = "Right Arm",
		[29] = "Left Arm",
		[30] = "Left Leg",
		[31] = "Right Leg",
		[32] = "Package",
		[34] = "Gamepass",
		[38] = "Plugin",
		[40] = "Meshpart",
		[41] = "Hair Accessory",
		[42] = "Face Accessory",
		[43] = "Neck Accessory",
		[44] = "Shoulder Accessory",
		[45] = "Front Accessory",
		[46] = "Back Accessory",
		[47] = "Waist Accessory",
		[61] = "Emote Animation",
		[62] = "Video",
	}

Please, can someone please insert every asset type classname onto the table? Please :frowning:

local ConversionTable = {
[1] = "Image",
[2] = "TShirt",
[3] = "Audio",
[4] = "Mesh",
[5] = "Lua",
[8] = "Hat",
[9] = "Place",
[10] = "Model",
[11] = "Shirt",
[12] = "Pants",
[13] = "Decal",
[17] = "Head",
[18] = "Face",
[19] = "Gear",
[21] = "Badge",
[24] = "Animation",
[27] = "Torso",
[28] = "RightArm",
[29] = "LeftArm",
[30] = "LeftLeg",
[31] = "RightLeg",
[32] = "Package",
[34] = "GamePass",
[38] = "Plugin",
[40] = "MeshPart",
[41] = "HairAccessory",
[42] = "FaceAccessory",
[43] = "NeckAccessory",
[44] = "ShoulderAccessory",
[45] = "FrontAccessory",
[46] = "BackAccessory",
[47] = "WaistAccessory",
[48] = "ClimbAnimation",
[49] = "DeathAnimation",
[50] = "FallAnimation",
[51] = "IdleAnimation",
[52] = "JumpAnimation",
[53] = "RunAnimation",
[54] = "SwimAnimation",
[55] = "WalkAnimation",
[56] = "PoseAnimation",
[57] = "EarAccessory",
[58] = "EyeAccessory",
[61] = "EmoteAnimation",
[62] = "Video",
[64] = "TShirtAccessory",
[65] = "ShirtAccessory",
[66] = "PantsAccessory",
[67] = "JacketAccessory",
[68] = "SweaterAccessory",
[69] = "ShortsAccessory",
[70] = "LeftShoeAccessory",
[71] = "RightShoeAccessory",
[72] = "DressSkirtAccessory",
[73] = "FontFamily",
[76] = "EyebrowAccessory",
[77] = "EyelashAccessory",
[78] = "MoodAnimation",
[79] = "DynamicHead"
}
1 Like

Thanks

30char

I’m sorry for being so rude to ask but could you do me a favor and get rid of the number keys? I didn’t put them in there I had to get them off a community resource by someone else.

Edit: it’s ok ive done it myself thanks for the help.

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