From 32326d960a3a6fa604181755f7fd2c994ea75a7f Mon Sep 17 00:00:00 2001 From: Bitl Date: Mon, 31 Oct 2022 08:32:07 -0700 Subject: [PATCH] update gauntlet --- changelog.txt | 3 ++- scripts/assetfixer_gauntlet.lua | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 044c367..230426d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,9 @@ -1.3 Snapshot v22.8337.28204.1 +1.3 Snapshot v22.8337.30163.1 Enhancements: - Added the following Place Contest (Halloween 2022) entries: - Atomic - Spooking Out - The Asset Fixer's Regex pattern is now accessible in config/assetfixer_pattern.txt. +- The console will now display exceptions whenever they happen. Fixes: - Fixed the Asset Fixer incorrectly removing end quotes in scripts. (") diff --git a/scripts/assetfixer_gauntlet.lua b/scripts/assetfixer_gauntlet.lua index 3141e63..6b9673f 100644 --- a/scripts/assetfixer_gauntlet.lua +++ b/scripts/assetfixer_gauntlet.lua @@ -32,9 +32,20 @@ l.Image = "http://www.roblox.com/asset/?id="..images[m] --spooking out snippet {"Boing", "http://novetus.me/asset?id=12222124", 2.509},--2 ---recreated menderman snippet -mesh7.MeshId = "http://www.roblox.com/asset/?id=17659272" -mesh7.MeshId = "http://www.roblox.com/asset/?id=17659272" +--menderman snippet + backq2.Name = "Backq2" + backq2.formFactor = "Plate" + backq2.Size = Vector3.new(1,0.4,1) + local mesh7 = Instance.new("SpecialMesh") + mesh7.MeshId = "http://novetus.me/asset?id=17659272" + mesh7.TextureId = "http://novetus.me/asset?id=17659268" + mesh7.Scale = Vector3.new(1,1.5,2.5) + mesh7.Parent = char.Backq2 + local w9 = Instance.new("Weld") + w9.Parent = torso + w9.Part0 = w9.Parent + w9.Part1 = backq2 + w9.C1 = CFrame.fromEulerAnglesXYZ(0,0,-1.6) +Vector3.new(1.2,-1.2,-1.2) --snippet from survive the spheres Badges = {[0] = 30058718, [100] = 29890585, [200] = 29918752, [400] = 30057939}