mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
update gauntlet
This commit is contained in:
parent
643497aaf4
commit
32326d960a
@ -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. (")
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user