["create" => true, "singular" => "T-Shirt", "title" => "a T-Shirt", "plural" => "T-Shirts"], 3 => ["create" => true, "singular" => "Audio", "title" => "an Audio", "plural" => "Audio"], 9 => ["create" => false, "plural" => "Places"], 10 => ["create" => false, "plural" => "Models"], 11 => ["create" => true, "singular" => "Shirt", "title" => "a Shirt", "plural" => "Shirts"], 12 => ["create" => true, "singular" => "Pants", "title" => "Pants", "plural" => "Pants"], 13 => ["create" => true, "singular" => "Decal", "title" => "a Decal", "plural" => "Decals"] ]; // heres a list of the asset types // 1 - image (internal use only - this is used for decal/face/hat/clothes textures, and tshirt decals) // 2 - t-shirt // 3 - audio // 4 - mesh (internal use only - these are not the same as user-uploadable meshparts!) // 5 - lua (internal use only - use this for corescripts!!!) // (all lua scripts should have a script signature) // 6 - html (deprecated) // 7 - text (probably deprecated - no idea what this was used for) // 8 - hat // 9 - place // 10 - model // 11 - shirt // 12 - pants // 13 - decal // 14 - ??? // 15 - ??? // 16 - avatar (deprecated) // 17 - head // 18 - face // 19 - gear // 20 - ??? // 21 - badge // 22 - group emblem (probably deprecated? like wtf would this have been used for lol) // 23 - ??? // 24 - animation // 25 - arms // 26 - legs // 27 - torso // 28 - right arm // 29 - left arm // 30 - left leg // 31 - right leg // 32 - package // 33 - youtube video // 34 - gamepass $view = $_GET['View'] ?? 2; pageBuilder::$pageConfig["title"] = "Develop"; pageBuilder::buildHeader(); ?>