Advertisement
Dark_EccentricYT

Untitled

Sep 24th, 2017 (edited)
1,147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 210.25 KB | None | 0 0
  1. local Player=game.Players.LocalPlayer
  2. repeat wait() until Player
  3. local Character=Player.Character
  4. repeat wait() until Character
  5. PlayerGui=Player.PlayerGui
  6. Backpack=Player.Backpack
  7. Torso=Character.Torso
  8. Head=Character.Head
  9. Humanoid=Character.Humanoid
  10. Humanoid.JumpPower = 90
  11. LeftArm=Character:WaitForChild("Left Arm")
  12. LeftLeg=Character:WaitForChild("Left Leg")
  13. RightArm=Character:WaitForChild("Right Arm")
  14. RightLeg=Character:WaitForChild("Left Arm")
  15. LS=Torso:WaitForChild("Left Shoulder")
  16. LH=Torso:WaitForChild("Left Hip")
  17. RS=Torso:WaitForChild("Right Shoulder")
  18. RH=Torso:WaitForChild("Right Hip")
  19. Neck=Torso.Neck
  20. it=Instance.new
  21. vt=Vector3.new
  22. cf=CFrame.new
  23. local runServ = game:GetService("RunService").RenderStepped
  24. local TextTable = {}
  25. euler=CFrame.fromEulerAnglesXYZ
  26. angles=CFrame.Angles
  27. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  29. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  30. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  31. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  33. RootPart=Character.HumanoidRootPart
  34. RootJoint=RootPart.RootJoint
  35. RootCF=euler(-1.57,0,3.14)
  36. attack=false
  37. attackdebounce=false
  38. MMouse=Player:GetMouse()
  39. combo=0
  40. local Anim="Idle"
  41. local Effects={}
  42. equipped=false
  43. local idle=0
  44. local hold=false
  45. local con1=nil
  46. local con2=nil
  47. local Mode="Binary"
  48. local idleanim=0
  49. local idleanim2=false
  50. local impulse=1
  51. local hitfloor,posfloor=nil,nil
  52. local damcount=0
  53. local guard=false
  54. local damagebonus = 1
  55. --player
  56. player=nil
  57. --save shoulders
  58. RSH, LSH=nil, nil
  59. --welds
  60. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  61. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  62. LH=Torso["Left Hip"]
  63. RH=Torso["Right Hip"]
  64. Asset="http://www.roblox.com/asset/?id="
  65.  
  66. function swait(num)
  67. if num==0 or num==nil then
  68. game:service'RunService'.RenderStepped:wait()
  69. else
  70. for i=0,num do
  71. game:service'RunService'.RenderStepped:wait()
  72. end
  73. end
  74. end
  75.  
  76.  
  77.  
  78. local Tool=Instance.new("HopperBin")
  79. Tool.Parent=Backpack
  80. Tool.Name="Cerberus' Fang"
  81. local Bin = Tool
  82. script.Parent = Tool
  83.  
  84.  
  85. function NoOutline(Part)
  86. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  87. end
  88.  
  89. function part22(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  90. local fp=it("Part")
  91. fp.formFactor=formfactor
  92. fp.Parent=parent
  93. fp.Reflectance=reflectance
  94. fp.Transparency=transparency
  95. fp.CanCollide=false
  96. fp.Locked=true
  97. fp.BrickColor=brickcolor
  98. fp.Name=name
  99. fp.Size=size
  100. fp.Position=Torso.Position
  101. NoOutline(fp)
  102. if fp.BrickColor == BrickColor.new("Toothpaste") then
  103. fp.Material="Neon"
  104. elseif fp.BrickColor == BrickColor.new("Fossil") then
  105. fp.BrickColor = BrickColor.new("Toothpaste")
  106. fp.Material="Granite"
  107. else
  108. fp.Material="SmoothPlastic"
  109. end
  110. fp:BreakJoints()
  111. return fp
  112. end
  113.  
  114. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  115. local mesh=it(Mesh)
  116. mesh.Parent=part
  117. if Mesh=="SpecialMesh" then
  118. mesh.MeshType=meshtype
  119. mesh.MeshId=meshid
  120. end
  121. mesh.Offset=offset
  122. mesh.Scale=scale
  123. return mesh
  124. end
  125.  
  126. function weld(parent,part0,part1,c0)
  127. local weld=it("Weld")
  128. weld.Parent=parent
  129. weld.Part0=part0
  130. weld.Part1=part1
  131. weld.C0=c0
  132. return weld
  133. end
  134.  
  135.  
  136.  
  137.  
  138. function CreateWeaponPart(className, parent, Brickcolor, Material, Transparency, Reflectance, Name, Size, Position, Rotation, MeshClass, MeshScale, MeshId, MeshType)
  139. local Part = Instance.new(className, parent)
  140. Part.BrickColor = BrickColor.new(Brickcolor)
  141. Part.Transparency = Transparency
  142. Part.Reflectance = Reflectance
  143. Part.Material = Material
  144. Part.Name = Name
  145. Part.Anchored = true
  146. Part.CanCollide = false
  147. Part.Locked = true
  148. Part.Size = Size
  149. Part.Position = Position
  150. Part.Rotation = Rotation
  151. local Mesh = Instance.new(MeshClass, Part)
  152. Mesh.Scale = MeshScale
  153. if MeshClass == "SpecialMesh" then
  154. Mesh.MeshId = MeshId
  155. Mesh.MeshType = MeshType
  156. end
  157. return Part
  158. end
  159.  
  160. clerp = function(a, b, t)
  161. return a:lerp(b, t)
  162. end
  163.  
  164.  
  165. Player=game:GetService('Players').LocalPlayer
  166. Character=Player.Character
  167. Mouse=Player:GetMouse()
  168. m=Instance.new('Model',Character)
  169.  
  170.  
  171. local function weldBetween(a, b)
  172. local weldd = Instance.new("ManualWeld")
  173. weldd.Part0 = a
  174. weldd.Part1 = b
  175. weldd.C0 = CFrame.new()
  176. weldd.C1 = b.CFrame:inverse() * a.CFrame
  177. weldd.Parent = a
  178. return weldd
  179. end
  180.  
  181. it=Instance.new
  182.  
  183. function nooutline(part)
  184. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  185. end
  186.  
  187. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  188. local fp=it("Part")
  189. fp.formFactor=formfactor
  190. fp.Parent=parent
  191. fp.Reflectance=reflectance
  192. fp.Transparency=transparency
  193. fp.CanCollide=false
  194. fp.Locked=true
  195. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  196. fp.Name=name
  197. fp.Size=size
  198. fp.Position=Character.Torso.Position
  199. nooutline(fp)
  200. fp.Material=material
  201. fp:BreakJoints()
  202. return fp
  203. end
  204.  
  205. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  206. local mesh=it(Mesh)
  207. mesh.Parent=part
  208. if Mesh=="SpecialMesh" then
  209. mesh.MeshType=meshtype
  210. mesh.MeshId=meshid
  211. end
  212. mesh.Offset=offset
  213. mesh.Scale=scale
  214. return mesh
  215. end
  216.  
  217. function weld(parent,part0,part1,c0,c1)
  218. local weld=it("Weld")
  219. weld.Parent=parent
  220. weld.Part0=part0
  221. weld.Part1=part1
  222. weld.C0=c0
  223. weld.C1=c1
  224. return weld
  225. end
  226.  
  227. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Handle",Vector3.new(0.712662637, 0.21775803, 0.811641812))
  228. Handleweld=weld(m,Character["Torso"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.38205719, 1.83777094, 0.00259381533, 0.015901994, 0, 0.999873638, 0, -1, 0, 0.999873638, 0, -0.015901994))
  229. Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really red","Hitbox",Vector3.new(0.415719718, 0.277146608, 0.200000003))
  230. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.66108322e-005, -0.3594594, 4.62425232, -3.00072134e-006, 0, 1.00000012, 0.00574871758, -0.999983549, 1.72440195e-008, 0.999983549, 0.00574871711, 3.00072134e-006))
  231. mesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.0989807546))
  232. Light_a1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_a1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  233. Light_a1weld=weld(m,Handle,Light_a1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.344902515, 0.664596915, -0.870941162, -8.81962478e-007, 0.987762988, 0.155962765, -5.39794564e-006, 0.15596275, -0.987763047, -1.00000012, -1.71267175e-006, 5.19305468e-006))
  234. mesh("BlockMesh",Light_a1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  235. Light_a2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_a2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  236. Light_a2weld=weld(m,Handle,Light_a2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.344969273, 0.664084971, 0.870912552, -2.25845724e-008, 0.987763882, -0.15595673, 3.41422856e-006, 0.1559567, 0.987764001, 1.00000012, -5.10314408e-007, -3.37697566e-006))
  237. mesh("BlockMesh",Light_a2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  238. Light_a3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_a3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  239. Light_a3weld=weld(m,Handle,Light_a3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.202616692, 0.578147054, -0.870939255, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
  240. mesh("BlockMesh",Light_a3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  241. Light_a4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_a4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  242. Light_a4weld=weld(m,Handle,Light_a4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.202519417, 0.577640235, 0.870914459, -7.86734745e-007, 0.987762094, 0.15596877, 2.38232315e-006, -0.155968726, 0.987762094, 1.00000012, 1.14838338e-006, -2.22958624e-006))
  243. mesh("BlockMesh",Light_a4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  244. Light_b1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_b1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  245. Light_b1weld=weld(m,Handle,Light_b1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.345939636, 0.661491394, -1.68257523, -7.86734745e-007, 0.987762094, 0.15596877, -2.38232315e-006, 0.155968726, -0.987762094, -1.00000012, -1.14838338e-006, 2.22958624e-006))
  246. mesh("BlockMesh",Light_b1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  247. Light_b2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_b2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  248. Light_b2weld=weld(m,Handle,Light_b2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.346003532, 0.660979152, 1.68255424, -1.1336524e-006, 0.987762868, -0.155963719, 6.39818609e-006, 0.155963689, 0.987762928, 1, 1.22155896e-007, -6.49504364e-006))
  249. mesh("BlockMesh",Light_b2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  250. Light_b3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_b3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  251. Light_b3weld=weld(m,Handle,Light_b3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201576233, 0.575033545, -1.6825676, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
  252. mesh("BlockMesh",Light_b3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  253. Light_b4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_b4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  254. Light_b4weld=weld(m,Handle,Light_b4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.20147562, 0.574531019, 1.68255806, 1.3387762e-007, 0.987762868, 0.155963734, 4.3977052e-006, -0.155963719, 0.987762928, 1.00000012, 5.53662574e-007, -4.36417758e-006))
  255. mesh("BlockMesh",Light_b4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  256. Light_c1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_c1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  257. Light_c1weld=weld(m,Handle,Light_c1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.345945835, 0.661480904, -2.49422836, 1.18045136e-007, 0.987762988, 0.15596275, -5.39794564e-006, 0.155962735, -0.987763047, -1.00000012, -7.25131429e-007, 5.34951687e-006))
  258. mesh("BlockMesh",Light_c1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  259. Light_c2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_c2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  260. Light_c2weld=weld(m,Handle,Light_c2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.346002579, 0.660987377, 2.49423027, -1.11781992e-006, 0.987762988, -0.155962735, 5.39794564e-006, 0.155962706, 0.987763047, 1.00000012, 2.62638736e-007, -5.50411642e-006))
  261. mesh("BlockMesh",Light_c2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  262. Light_c3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_c3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  263. Light_c3weld=weld(m,Handle,Light_c3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.20157671, 0.575031877, -2.49422646, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
  264. mesh("BlockMesh",Light_c3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  265. Light_c4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_c4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  266. Light_c4weld=weld(m,Handle,Light_c4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201478004, 0.574540138, 2.49423027, 1.3387762e-007, 0.987762868, 0.155963734, 4.3977052e-006, -0.155963719, 0.987762928, 1.00000012, 5.53662574e-007, -4.36417758e-006))
  267. mesh("BlockMesh",Light_c4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  268. Light_d1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_d1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  269. Light_d1weld=weld(m,Handle,Light_d1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.345943451, 0.661472201, -3.30586624, -8.81962478e-007, 0.987762988, 0.155962765, -5.39794564e-006, 0.15596275, -0.987763047, -1.00000012, -1.71267175e-006, 5.19305468e-006))
  270. mesh("BlockMesh",Light_d1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  271. Light_d2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_d2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  272. Light_d2weld=weld(m,Handle,Light_d2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.34497261, 0.664089203, 3.30584145, -2.25845724e-008, 0.987763882, -0.15595673, 1.41374767e-006, 0.1559567, 0.987764001, 1.00000012, -1.9801162e-007, -1.39884651e-006))
  273. mesh("BlockMesh",Light_d2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  274. Light_d3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_d3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  275. Light_d3weld=weld(m,Handle,Light_d3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.202612877, 0.578138947, -3.30587578, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
  276. mesh("BlockMesh",Light_d3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  277. Light_d4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_d4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  278. Light_d4weld=weld(m,Handle,Light_d4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201478481, 0.574546099, 3.30586433, 1.3387762e-007, 0.987762868, 0.155963734, 4.3977052e-006, -0.155963719, 0.987762928, 1.00000012, 5.53662574e-007, -4.36417758e-006))
  279. mesh("BlockMesh",Light_d4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  280. Light_e1=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_e1",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  281. Light_e1weld=weld(m,Handle,Light_e1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.345943451, 0.661470532, -4.1171875, -8.81962478e-007, 0.987762988, 0.155962765, -5.39794564e-006, 0.15596275, -0.987763047, -1.00000012, -1.71267175e-006, 5.19305468e-006))
  282. mesh("BlockMesh",Light_e1,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  283. Light_e2=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_e2",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  284. Light_e2weld=weld(m,Handle,Light_e2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.344973564, 0.664087772, 4.11747169, -2.25845724e-008, 0.987763882, -0.15595673, 1.41374767e-006, 0.1559567, 0.987764001, 1.00000012, -1.9801162e-007, -1.39884651e-006))
  285. mesh("BlockMesh",Light_e2,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  286. Light_e3=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_e3",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  287. Light_e3weld=weld(m,Handle,Light_e3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.20261097, 0.578123569, -4.11749458, -1.11781992e-006, 0.987762988, -0.155962735, -4.3977052e-006, -0.155962721, -0.987763047, -1.00000012, -4.18469256e-007, 4.51691449e-006))
  288. mesh("BlockMesh",Light_e3,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  289. Light_e4=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Light_e4",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  290. Light_e4weld=weld(m,Handle,Light_e4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.201473236, 0.574541509, 4.11718941, -1.78650953e-006, 0.987762094, 0.155968785, 3.38256359e-006, -0.155968741, 0.987762094, 1.00000012, 2.29181364e-006, -3.06218863e-006))
  291. mesh("BlockMesh",Light_e4,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.148471341, 0.0989809185, 0.277146101))
  292. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.296942741, 0.395923018))
  293. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.151039124, -0.55511266, -0.0771560669, -0.00272572413, 0.999996364, -8.6666565e-005, 1.00024045e-006, 8.66696064e-005, 1.00000012, 0.999996364, 0.00272572367, -1.23679638e-006))
  294. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  295. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.692866147, 0.217758015, 0.217757672))
  296. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.41541672, -0.494895756, -0.415709972, -1.00000012, -0, 2.00048089e-006, -2.00048089e-006, 0, -1.00000012, 0, -1, 0))
  297. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=11294922",Vector3.new(0, 0, 0),Vector3.new(1.38573229, 0.43551603, 0.435515344))
  298. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
  299. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.227656007, 0.386025906, 0.435499191, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
  300. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 0.989807546))
  301. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.613680542))
  302. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.21744919, 0.0395898819, -4.94718552e-006, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
  303. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.494904786, 0.692866504, 1))
  304. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.395923525, 0.200000003, 0.395923018))
  305. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148495197, 0.653341532, -0.910669327, -0.00272075622, 0.999996364, -8.874583e-005, 0, 8.87461501e-005, 1.00000012, 0.999996364, 0.00272075599, -2.42143869e-007))
  306. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
  307. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.554292142))
  308. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682970405, -1.21746063, -0.375571251, 0, 0, -1.00000012, 1.00000012, 0, 0, 0, -1, 0))
  309. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 1))
  310. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.356330752))
  311. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923589945, -1.21779442, 0.140283346, 0.000455453992, 0.707107186, 0.707106352, 0.999999881, 4.09815693e-005, -0.000685092062, -0.000513411127, 0.707106411, -0.707107008))
  312. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
  313. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Navy blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  314. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.11822319, -1.10858536, -0.613673389, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
  315. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.593885481, 0.0989807546))
  316. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.623579621, 0.200000003, 0.200000003))
  317. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.17232513e-007, 1.53417969, 0.118777275, 0, 0, -1.00000012, -1.00000012, -0, 0, 0, 1, 0))
  318. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
  319. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.296942651, 0.200000003, 0.791846037))
  320. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.670330048, 0.653529525, -0.353099823, 0.705182195, 0.709026158, 0.000113216229, -7.00391829e-005, -9.00172163e-005, 1.00000012, 0.709026277, -0.705182195, -1.38189644e-005))
  321. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
  322. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.633477807, 0.200000003, 0.296942204))
  323. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.338905334, 0.666440487, -0.652772725, -0.99999553, -0.00301499991, -1.07847154e-006, 0.00301500014, -0.99999547, 8.70702643e-005, -1.34296715e-006, 8.70665972e-005, 1))
  324. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
  325. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.613681495, 0.613681614, 0.200000003))
  326. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37581062, 1.43051147e-006, -0.237549305, 1.00000012, 0, -2.00048089e-006, 2.00048089e-006, 0, 1.00000012, 0, -1, 0))
  327. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.692863107))
  328. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.296942651, 0.200000003, 0.296942264))
  329. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.425682068, 1.35599327, -2.89678574e-005, -4.79939372e-005, 1, 7.63295759e-007, -1.00000012, -4.79939335e-005, 0, 0, -7.63295702e-007, 1.00000012))
  330. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9759642",Vector3.new(0, 0, 0),Vector3.new(0.494904429, 0.593885481, 0.494903773))
  331. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.296942651, 0.200000003, 0.791846037))
  332. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.670612335, -0.652475655, -0.352989197, 0.705182374, 0.709025979, 0.000262228772, -0.000178415328, -0.000192394145, 1, 0.709026098, -0.705182374, -9.17166471e-006))
  333. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
  334. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  335. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.116244316, -1.21746254, -0.564181566, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
  336. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.217757925, 0.494904637, 0.989807606))
  337. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.692866147, 0.217758015, 0.217757672))
  338. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.41541862, -0.41571331, -0.49488759, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  339. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset?id=11294922",Vector3.new(0, 0, 0),Vector3.new(1.38573229, 0.43551603, 0.435515344))
  340. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
  341. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.55427742, 0.386023998, 0.207862794, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  342. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 0.395923018))
  343. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
  344. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.237556338, 0.386025906, 0.316738129, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  345. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 1, 0.197961539))
  346. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.277146637, 0.200000003))
  347. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692977905, 0.386023045, 0.267249823, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  348. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.197961509))
  349. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.593885541, 0.200000003, 0.200000003))
  350. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.921478271, -0.118469238, -1.0086689, 0.866024554, 0, 0.500001788, 0, -1, 0, 0.500001788, 0, -0.866024554))
  351. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
  352. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.237554327, 0.200000003, 0.200000003))
  353. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.267249346, 0.583983898, 0.97990799, 0, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 0))
  354. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885481, 0.890824616))
  355. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  356. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.118222237, -1.10857201, 0.613679051, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
  357. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.593885481, 0.0989807546))
  358. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  359. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.118222237, -1.21746445, 0.564185143, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
  360. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 0.989807606))
  361. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.633477807, 0.200000003, 0.296942234))
  362. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.338939667, 0.6664958, 0.653412223, -0.999995589, -0.00301400037, 1.92224979e-006, 0.0030140006, -0.99999547, 8.80860462e-005, 1.65775418e-006, 8.80914376e-005, 1.00000012))
  363. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
  364. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  365. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0425601006, -0.712405443, 1.09910011, 7.58192073e-006, -0.999999762, -0.000655203243, -1.49011612e-008, -0.000655203243, 0.999999881, -1.00000012, -7.58190754e-006, -2.04890966e-008))
  366. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.0989809185, 0.0989807546))
  367. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.316738963, 0.200000003, 0.613680542))
  368. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10857391, 0.138568878, -4.17232513e-007, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  369. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 1))
  370. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.296942651, 0.494904488, 0.296942264))
  371. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-007, -0.306869507, 0.425621033, 0, 0, 1.00000012, 1.00000012, 0, 0, 0, 1, 0))
  372. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.60000002, 1.20000005, 1.60000002))
  373. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.200000003))
  374. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534482956, 0.29693985, -0.465205908, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  375. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 0.59388262))
  376. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.455312014, 0.200000003, 0.200000003))
  377. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.306743622, -0.53397131, -0.00990486145, 1, 0, 1.00024045e-006, 1.00024045e-006, 0, -1, 0, 1, 0))
  378. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.692865252))
  379. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.18776906))
  380. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923611164, 0.0111498833, -0.574466705, 0.00059766788, 0.707106233, -0.707107186, 0.000266429968, 0.707107127, 0.707106471, 0.999999881, -0.000611009658, 0.000234220177))
  381. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
  382. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  383. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.386013508, -0.346408844, -2.56299973e-006, -4.79939372e-005, 1, 7.63295759e-007, -1.00000012, -4.79939335e-005, 0, 0, -7.63295702e-007, 1.00000012))
  384. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9759642",Vector3.new(0, 0, 0),Vector3.new(0.346433073, 0.54439503, 0.346432626))
  385. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.237554327, 0.200000003, 0.200000003))
  386. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267232537, 0.583973885, 0.979887009, 0, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 0))
  387. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885481, 0.890824616))
  388. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.356330752))
  389. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923777103, -1.21768188, -0.140360355, 0.000454638153, 0.707105935, -0.707107604, 1, -0.00018494275, 0.000458011404, 0.000193088315, -0.707107723, -0.707105994))
  390. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
  391. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.554293096, 0.200000003))
  392. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.66893005e-006, -0.336555481, 0.692858219, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
  393. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.791846812, 1, 0.197961509))
  394. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Lime green","Part",Vector3.new(0.217758, 0.200000003, 0.200000003))
  395. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.209877014, 0.820841789, 0.336512446, -0.999997616, 0.00224400032, 1.95391476e-006, 0.00224400032, 0.999997497, -3.56840974e-005, -2.0340085e-006, -3.5679619e-005, -1.00000012))
  396. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791847408, 0.0989807546))
  397. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  398. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.886619568, 0.0296878815, 0.166914463, 4.75905836e-007, 0.906307757, 0.422618389, -1.00000012, 4.30894971e-007, 2.01165676e-007, -9.31322575e-010, -0.422618389, 0.906307876))
  399. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 0.989808261))
  400. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.593885541, 0.200000003, 0.200000003))
  401. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.921669006, -0.118473053, 1.00864506, 0.866026759, 0, -0.499997944, 0, -1, 0, -0.499997973, -0, -0.866026759))
  402. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
  403. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.296942651, 0.79184711, 0.296942264))
  404. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.24709511e-005, -0.95022583, 0.425620079, -4.10098583e-005, 0, 1.00000012, 1.00000012, 0, 4.10098583e-005, 0, 1, 0))
  405. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(2, 1, 1.70000005))
  406. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
  407. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.23754549, 0.38602829, 0.316724777, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  408. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 1, 0.197961509))
  409. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.435515225))
  410. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326532364, -0.277152061, 0.623580456, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  411. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.494904637, 1))
  412. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.435515314))
  413. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.772210598, -0.39607659, 0.0767498016, -0.00224371767, -0.999997497, 3.56840937e-005, -0.00175121333, -3.17548875e-005, -0.99999851, 0.999996006, -0.00224377634, -0.0017511379))
  414. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
  415. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Lime green","Part",Vector3.new(0.200000003, 0.277146608, 0.200000003))
  416. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.762619972, 0.15593338, -0.455708832, 0.00224371767, 0.999997497, -3.56840937e-005, 0.999996066, -0.00224377634, -0.0017491458, -0.00174922124, -3.17593622e-005, -0.999998569))
  417. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395923555, 1, 0.0989807546))
  418. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  419. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.425620914, -0.136585236, 0.357419968, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
  420. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 0.95021522))
  421. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.435515314))
  422. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.771354198, 0.395902991, 0.0771656036, -0.00223771832, -0.999997497, 3.55886805e-005, -2.01910734e-006, -3.55842531e-005, -1.00000012, 0.999997616, -0.00223771832, -1.9390136e-006))
  423. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
  424. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675139, 0.200000003, 0.237553596))
  425. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692977905, 0.178159237, 0.287046313, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  426. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 1))
  427. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.554292083))
  428. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.425614417, -0.411204338, 0.430540085, 1.00024045e-006, 0, 1.00000012, 0.642787635, -0.766044497, -6.42612576e-007, 0.766044497, 0.642787576, -7.65547156e-007))
  429. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 1))
  430. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146608, 0.200000003))
  431. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.554273605, 0.386026859, -0.207853317, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  432. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 0.395923018))
  433. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  434. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.887131691, 0.0296993256, -0.167997122, 4.52343374e-006, 0.906307757, -0.422618449, -1.00000012, -5.02218825e-007, -1.17793679e-005, -1.08890235e-005, 0.422618419, 0.906307817))
  435. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 0.989808261))
  436. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.21775803, 0.200000003))
  437. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890825272, 0.415721893, 0.30683881, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  438. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.791843772))
  439. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.237554327, 0.200000003, 0.811641812))
  440. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.831430435, 0.138568878, -5.54323196e-006, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  441. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 1))
  442. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.296942651, 0.395923555, 0.296942264))
  443. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.425621033, 0.138526917, 1.96695328e-006, 0, -1, 0, 1, 0, 1.00024045e-006, -1.00024045e-006, 0, 1))
  444. mesh("SpecialMesh",Part,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.75, 1.10000002, 1.75))
  445. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.554292083))
  446. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.425622404, -0.411198616, 0.430553436, 2.00048089e-006, 0, 1.00000012, 0.642787635, -0.766044497, -1.28522515e-006, 0.766044617, 0.642787635, -1.53202564e-006))
  447. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 1))
  448. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.692865133))
  449. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.237559855, 0.386023998, -0.366226196, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  450. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 1, 1))
  451. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.653273821, 0.200000003))
  452. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.7285347e-006, -0.386047363, 0.623573303, -1.00024045e-006, 0, 1, 1, 0, 1.00024045e-006, 0, 1, 0))
  453. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395923227, 1, 0.494903833))
  454. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108355, 0.200000003))
  455. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.32752037, -0.642852485, -0.40580225, -1.00000012, -0, 1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, -1, 0))
  456. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216711, 0.400000006))
  457. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  458. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.559419632, -0.395918071, -0.633377075, -0.57357657, -0.819151998, -1.99023634e-006, 3.82773578e-006, -2.48703572e-007, -1.00000012, 0.819152057, -0.57357651, 3.27732414e-006))
  459. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 0.989807248))
  460. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.200000003))
  461. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692996979, 0.346421838, 0.326647282, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
  462. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885601, 0.791845977))
  463. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  464. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.425610185, -0.128688812, 0.358807087, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
  465. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.494904637, 0.866081536))
  466. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.752254784, 0.200000003, 0.200000003))
  467. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692802429, -0.119048119, 0.554284751, -0.999999762, -0.000842000183, -1.01514161e-006, 0.000842000241, -0.999999642, -1.33894746e-005, -1.00396574e-006, -1.33903222e-005, 1))
  468. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
  469. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Navy blue","Part",Vector3.new(0.217758, 0.200000003, 0.200000003))
  470. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.209882736, 0.820811749, -0.336554676, -0.999997616, 0.00224200031, 1.95391476e-006, 0.00224200031, 0.999997497, -3.56522905e-005, -2.0340085e-006, -3.56478195e-005, -1.00000012))
  471. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.791847408, 0.0989807546))
  472. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  473. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.559423447, 0.296949625, -0.633375168, -0.57357657, -0.819151998, -1.99023634e-006, 3.82773578e-006, -2.48703572e-007, -1.00000012, 0.819152057, -0.57357651, 3.27732414e-006))
  474. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 0.989807248))
  475. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.20756495))
  476. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.868783951, -0.395947218, -0.8646698, 0.00400982937, 0.999992013, 2.02382871e-005, -1.86264515e-009, -2.02384454e-005, 1.00000012, 0.999992013, -0.0040098289, -8.00937414e-008))
  477. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
  478. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  479. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.14576721e-006, -0.0396251678, 0.692857265, 0, 0, 1.00000012, 1.00000012, 0, 0, 0, 1, 0))
  480. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395923227, 0.19796142, 0.197961509))
  481. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.257350385, 0.200000003))
  482. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.87430191e-006, 0.484981537, 0.386013985, 1.59982592e-005, 0, 1.00000012, 1.00000012, 4.69999941e-005, -1.59982592e-005, -4.69999941e-005, 1, 7.51867901e-010))
  483. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.593885362, 1, 0.593884528))
  484. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.237553596))
  485. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0693016052, 0.178164005, -0.287035227, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  486. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 1))
  487. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108355, 0.200000003))
  488. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.327535629, -0.643372416, 0.148481846, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012, 0, 1, 0))
  489. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216711, 0.400000006))
  490. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.20756495))
  491. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.871027946, 0.395915806, -0.861118317, 0, 1, 0, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006))
  492. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
  493. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.18776906))
  494. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923591137, -0.0116081238, -0.574420929, 0.000457439572, 0.7071082, 0.707105398, 0.000516495667, -0.707105398, 0.707107961, 0.99999994, 4.17576703e-005, -0.000688675791))
  495. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.494904637, 1))
  496. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.200000003))
  497. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692958832, -0.346427798, 0.326639175, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
  498. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885601, 0.791845977))
  499. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.200000003))
  500. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534492493, 0.386018276, 0.445420384, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  501. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 0.395921141))
  502. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.296942711, 0.200000003, 0.200000003))
  503. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.647176743, -0.15836972, -0.0357837677, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
  504. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.692863703))
  505. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  506. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336585999, -0.38601923, -0.504780293, 1.00000012, 0, -8.70060176e-005, 0, -1, 0, -8.70060176e-005, 0, -1.00000012))
  507. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.400000006, 0.400000006))
  508. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.200000003))
  509. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534500122, 0.29693985, 0.465214014, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  510. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 0.59388262))
  511. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.277146637, 0.200000003))
  512. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692882538, -0.38602829, 0.267238021, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  513. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.197961509))
  514. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.435515225))
  515. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326519012, 0.277132988, 0.623055935, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  516. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.494904637, 1))
  517. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.692865133))
  518. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.237550378, 0.386026859, -0.366220474, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  519. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 1, 1))
  520. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.277146161))
  521. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0692062378, -0.533974111, 0.0593810081, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
  522. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.494904637, 1))
  523. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.21775803, 0.200000003))
  524. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.435506821, -9.53674316e-007, 0.356327593, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  525. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.791848063, 1, 0.494903833))
  526. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108296, 0.200000003))
  527. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.405787468, -0.643530607, 0.327264786, -9.79876131e-005, 1, 1.55839541e-006, -0.000480066985, -1.60543561e-006, 1, 1, 9.79868491e-005, 0.000480068848))
  528. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216591, 0.400000006))
  529. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.200000003))
  530. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534488678, 0.386023045, -0.445412278, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  531. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 0.395921141))
  532. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108296, 0.200000003))
  533. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.148493767, -0.643008232, 0.327199936, -9.59878744e-005, -1, 1.52659152e-006, -0.000476051122, -1.48089623e-006, -1, 1, -9.59885874e-005, -0.000476051122))
  534. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216591, 0.400000006))
  535. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.277146637, 0.200000003))
  536. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.227651, 0.386026859, 0.435495377, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  537. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 0.989807546))
  538. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.296942681, 0.395923018))
  539. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.118780136, -0.55428803, 0.148468971, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
  540. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  541. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.336534381))
  542. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0693016052, 0.138570309, -9.53674316e-007, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  543. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 1))
  544. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.296942323))
  545. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890830994, 0.237547874, 0.376130968, 1.00000012, 0, -2.99885869e-006, 0, 1, 0, 2.99885869e-006, 0, 1.00000012))
  546. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 1))
  547. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.21775803, 0.200000003))
  548. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890815735, 0.415714264, -0.306834102, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  549. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.791843772))
  550. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.356331468, 0.200000003, 0.296942323))
  551. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890815735, 0.237549305, -0.376113653, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  552. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866504, 1))
  553. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  554. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03938675, -0.384558678, -0.828479767, -0.499981523, -0.135068014, -0.85543865, 2.52854079e-007, -0.987763286, 0.155961066, -0.866036236, 0.0779774189, 0.493863434))
  555. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  556. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  557. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.334537029, -0.712084353, -0.119167328, 0, 1, 0, -7.10226595e-005, 0, 1.00000012, 1.00000012, 0, 7.10226595e-005))
  558. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.0989809185, 0.197961509))
  559. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.811643183, 0.237554222, 0.613680542))
  560. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.762144089, -0.0098991394, -1.31130219e-006, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  561. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.200000003, 0.277146161))
  562. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0692863464, 0.534472346, 0.0593881607, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
  563. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.494904637, 1))
  564. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.200000003, 0.296942264))
  565. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.146087646, -0.652716637, -0.267591476, -1.09986104e-005, 1, 1.74921936e-007, 1.00024045e-006, -1.74910937e-007, 1.00000012, 1.00000012, 1.09986104e-005, -1.00024045e-006))
  566. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
  567. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.752254784, 0.200000003, 0.200000003))
  568. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692844391, -0.118090153, -0.554295063, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  569. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.494903833))
  570. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.21775803, 0.200000003))
  571. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.435506821, 0, -0.356324553, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  572. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.791848063, 1, 0.494903833))
  573. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  574. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267237186, 0.000525593758, 1.35599327, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
  575. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  576. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  577. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177642882, 0.32662487, 1.35599709, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
  578. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  579. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.514700949, 0.200000003))
  580. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.40425491e-006, 0.871015549, 0.386013985, 1.59982592e-005, 0, 1.00000012, 1.00000012, 4.69999941e-005, -1.59982592e-005, -4.69999941e-005, 1, 7.51867901e-010))
  581. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865252))
  582. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.455312014, 0.200000003, 0.200000003))
  583. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.306827545, 0.534477353, -0.00989580154, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
  584. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.692865252))
  585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(1.99941516, 0.257350385, 0.200000003))
  586. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.57759857, 7.09295273e-006, -0.0730948448, 1.00000012, 0, 0, 0, 0, 1.00000012, 0, -1, 0))
  587. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.593882918))
  588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.8806349))
  589. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00988769531, 0.356347322, -1.93002701, 0, 1, 0, 0, 0, -1.00000012, -1.00000012, -0, 0))
  590. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.494904637, 1))
  591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  592. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336724281, 0.713122964, 0.116666794, 0.00515666232, -0.999986649, 0.000378046476, -0.00178726949, 0.000368834415, 0.999998391, -0.999985278, -0.00515732961, -0.00178534351))
  593. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.0989809185, 0.197961509))
  594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  595. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177644014, -0.445400238, -1.35592461, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
  596. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  598. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504785299, -0.386024952, 0.336530685, 0, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 0))
  599. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.400000006, 0.400000006))
  600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  601. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38953781, -0.158358395, -0.102788925, 1.00000012, 0, 0, 0, 0, 1.00000012, 0, -1, 0))
  602. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.989809334, 0.296942741, 0.692863703))
  603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.395923525, 0.200000003, 0.395923018))
  604. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.145953178, -0.652799129, -0.911043167, 0, 1, 0, 0, 0, 1.00000012, 1.00000012, 0, 0))
  605. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
  606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(1.02940094, 0.395923644, 0.296942502))
  607. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.338947296, 0.913908482, 0.652818501, 0.99999553, 0.00301499991, 1.07847154e-006, 0.00301500014, -0.99999547, 8.70702643e-005, 1.34296715e-006, -8.70665972e-005, -1))
  608. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(1.02940118, 0.395923644, 0.296942502))
  609. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.338968277, 0.913911581, 0.653335929, -0.999995589, -0.00301400037, 1.92224979e-006, 0.0030140006, -0.99999547, 8.70861768e-005, 1.65961683e-006, 8.70915683e-005, 1.00000012))
  610. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Navy blue","Part",Vector3.new(0.200000003, 0.277146608, 0.200000003))
  611. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.761768818, 0.156364441, 0.455287755, 0.00223771832, 0.999997497, -3.55886805e-005, 0.999997616, -0.00223771832, -1.95391476e-006, -2.03214586e-006, -3.5584224e-005, -1.00000012))
  612. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395923555, 1, 0.0989807546))
  613. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.296942741, 0.395923018))
  614. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148592949, 0.554452479, -0.118732452, -0.00272572413, 0.999996364, -8.6666565e-005, 1.00024045e-006, 8.66696064e-005, 1.00000012, 0.999996364, 0.00272572367, -1.23679638e-006))
  615. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  616. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.395923525, 0.200000003, 0.296942264))
  617. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.148594379, 0.653429747, -0.267204285, -0.00272572413, 0.999996364, -8.6666565e-005, 1.00024045e-006, 8.66696064e-005, 1.00000012, 0.999996364, 0.00272572367, -1.23679638e-006))
  618. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 1))
  619. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  620. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31130219e-005, 1.13824463, 0.38606596, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
  621. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0.189999998, 0),Vector3.new(0.554292977, 0.0989809185, 0.554292202))
  622. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
  623. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16827631, -0.76214695, -1.71227264, 0, -1, 0, 0, 0, 1.00000012, -1.00000012, -0, 0))
  624. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
  625. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  626. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178170085, 0.326641083, 2.16767502, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
  627. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  628. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
  629. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.386008263, -0.761632562, -1.71227264, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
  630. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
  631. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  632. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38950348, -0.15837419, 0.102788925, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
  633. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.989809334, 0.296942741, 0.692863703))
  634. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  635. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504786015, 0.000508666039, -1.35600662, 0, 1, 0, 1.00024045e-006, 0, -1, -1, -0, -1.00024045e-006))
  636. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  637. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.475107551))
  638. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01939583, 0.277132988, 0.642854989, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  639. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.890828311, 1))
  640. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  641. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178163826, 0.326638222, 1.35604858, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
  642. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  643. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  644. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177645087, 0.326627254, 2.16762733, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
  645. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  646. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  647. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178153992, -0.445386887, -1.35599709, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
  648. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  649. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
  650. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.71227646, -0.762147069, -0.385269165, 1.00000012, 0, 0, 0, 0, 1.00000012, 0, -1, 0))
  651. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
  652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  653. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03983688, -0.384497166, -0.828224182, 0.499981016, 0.135068983, -0.855438828, -2.91503966e-007, -0.987763047, -0.155962437, -0.866036534, 0.0779784992, -0.493862778))
  654. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  655. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  656. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267240047, 0.000524163246, 2.16761208, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
  657. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  658. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
  659. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.71227264, -0.761632562, 0.169015884, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
  660. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
  661. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.200000003, 0.200000003))
  662. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97917747, 0.386007309, 0.237041235, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  663. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.296942294))
  664. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  665. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.25678349, -0.384568691, -2.93719673, -0.499979496, -0.135069013, -0.855439723, -1.6852282e-006, -0.987762928, 0.155963108, -0.866037369, 0.0779797882, 0.49386099))
  666. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  667. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  668. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.4429512, -0.385538578, -1.53269196, 0.499981016, 0.135068983, -0.855438828, -2.91503966e-007, -0.987763047, -0.155962437, -0.866036534, 0.0779784992, -0.493862778))
  669. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  670. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.28675151, 0.200000003, 0.475107551))
  671. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01940918, -0.277152061, 0.643370032, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  672. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.890828311, 1))
  673. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 1.8806349))
  674. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00990915298, -0.355821371, -1.92998695, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
  675. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.494904637, 1))
  676. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.435515314))
  677. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.59258461, 0.277134895, 0.623060226, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  678. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.98981142, 0.494904637, 1))
  679. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  680. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.44249535, -0.385597229, -1.53294563, -0.499981523, -0.135068014, -0.85543865, 2.52854079e-007, -0.987763286, 0.155961066, -0.866036236, 0.0779774189, 0.493863434))
  681. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  682. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(1.04919767, 0.200000003, 0.200000003))
  683. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28635216, -0.277153015, 0.693120122, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  684. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.494904637, 0.494903833))
  685. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.593885303, 0.475108355, 0.200000003))
  686. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79060555, -0.642864764, 0.148463249, 1.00000012, 0, -2.00048089e-006, -2.00048089e-006, 0, -1.00000012, 0, 1, 0))
  687. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(1.18777061, 0.950216711, 0.400000006))
  688. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.24715924, 0.257350385, 0.237553805))
  689. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28637123, -0.277153015, 0.524593234, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  690. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108355, 0.593884528))
  691. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.405804157, -0.642864764, -4.79060555, 0, 1, 0, -2.00048089e-006, 0, -1.00000012, -1.00000012, -0, 2.00048089e-006))
  692. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216711, 1.18776906))
  693. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  694. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504792213, 0.000519275665, -3.79078865, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
  695. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  696. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  697. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178170562, 0.326642036, 4.60246658, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
  698. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  699. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(1.04919767, 0.200000003, 0.200000003))
  700. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.2863369, 0.277132988, 0.692605674, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  701. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.494904637, 0.494903833))
  702. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  703. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177643895, -0.445404053, -3.79081154, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
  704. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  705. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.24715924, 0.257350385, 0.237553805))
  706. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28634834, 0.277132988, 0.52407819, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  707. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  708. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.50479126, 0.000516235828, -2.16755486, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
  709. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  710. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.257350415, 0.200000003))
  711. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97921562, 0.277134895, 0.336013079, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  712. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.692865252))
  713. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  714. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177643955, -0.445402145, -2.16757393, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
  715. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  716. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  717. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178154111, -0.445390224, -4.60243988, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
  718. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  719. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  720. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177647471, -0.445404053, -4.60242653, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
  721. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  722. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
  723. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.386031151, -0.762144089, 2.86081123, 0, 1, 0, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006))
  724. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
  725. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.435515314))
  726. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.59260368, -0.277154922, 0.623571396, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  727. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.98981142, 0.494904637, 1))
  728. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  729. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.8487606, -0.385525703, -2.23560715, 0.499982089, 0.135070011, -0.855438054, 4.87011857e-006, -0.987763345, -0.155960798, -0.866035938, 0.0779734254, -0.493864566))
  730. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  731. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
  732. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86043358, -0.76162672, -0.376111984, -1.00000012, -0, 1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, -1, 0))
  733. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
  734. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.5836941, 0.200000003, 0.475107551))
  735. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.70174599, 0.277134895, 0.642850995, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  736. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.890828311, 1))
  737. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  738. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178147912, -0.445389271, -3.79082108, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
  739. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  740. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  741. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178152323, -0.445388317, -2.16762161, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
  742. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  743. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
  744. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168254852, -0.761627078, 2.86078835, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
  745. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.475108355, 0.400000006))
  746. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  747. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.84829521, -0.385599613, -2.23585129, -0.499981523, -0.135068014, -0.85543865, 2.52854079e-007, -0.987763286, 0.155961066, -0.866036236, 0.0779774189, 0.493863434))
  748. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  749. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  750. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267240047, 0.00052934885, 3.79085732, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
  751. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  752. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.200000003, 0.200000003))
  753. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97920418, -0.168262005, -0.237033784, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
  754. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.296942294))
  755. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  756. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.66259003, -0.384561062, -3.64008141, -0.499981523, -0.135068014, -0.85543865, 2.52854079e-007, -0.987763286, 0.155961066, -0.866036236, 0.0779774189, 0.493863434))
  757. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  758. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  759. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.96931267, -0.355815083, 0.133619308, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012, 0, 1, 0))
  760. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.989808798, 0.494904637, 0.148471117))
  761. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  762. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177642167, 0.326627254, 4.60250664, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
  763. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  764. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  765. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178151071, -0.445388317, -2.97922134, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
  766. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  767. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  768. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.66020966, -0.385531425, -3.64114761, 0.499982089, 0.135070011, -0.855438054, 1.75950117e-006, -0.987763047, -0.155962572, -0.866035879, 0.0779769644, -0.49386403))
  769. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  770. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  771. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504792213, 0.000524997711, -2.9791851, 0, 1, 0, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006))
  772. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  773. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  774. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267243862, 0.000516414642, 4.60247231, 0, -1, 0, 0, 0, -1.00000012, 1.00000012, 0, 0))
  775. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  776. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  777. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177645683, -0.445402145, -2.97917747, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
  778. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  779. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  780. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178166628, 0.326641083, 2.97925186, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
  781. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  782. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  783. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178166747, 0.326642036, 3.79087067, 1.00024045e-006, 0, -1, 0, 1, 0, 1, 0, 1.00024045e-006))
  784. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  785. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.554292142))
  786. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.684964538, -1.21738052, -0.371157169, 0, 0, -1.00000012, 1.00000012, 0, 0, 0, -1, 0))
  787. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.257350296, 0.494904637, 1))
  788. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  789. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504786015, 0.000524282455, -4.60235596, 0, 1, 0, 1.00024045e-006, 0, -1, -1, -0, -1.00024045e-006))
  790. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  791. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.593885303, 0.475108355, 0.200000003))
  792. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79063225, -0.643370032, -0.405827999, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012, 0, -1, 0))
  793. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(1.18777061, 0.950216711, 0.400000006))
  794. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.200000003, 0.200000003))
  795. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97918892, -0.168279171, 0.237552047, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
  796. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.296942294))
  797. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  798. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.96927452, 0.356327415, 0.133632183, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
  799. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.989808798, 0.494904637, 0.148471117))
  800. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  801. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.25455475, -0.38553381, -2.93850517, 0.499982089, 0.135070011, -0.855438054, 1.75950117e-006, -0.987763047, -0.155962572, -0.866035879, 0.0779769644, -0.49386403))
  802. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.247452214, 0.247452274, 0.247451887))
  803. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  804. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.267240047, 0.000524044037, 2.97925377, 0, -1, 0, -1.00024045e-006, 0, -1.00000012, 1.00000012, 0, -1.00024045e-006))
  805. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.890828311, 0.0989807546))
  806. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.257350415, 0.200000003))
  807. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97920799, -0.277152061, 0.336534858, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  808. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.692865252))
  809. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  810. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.177637935, 0.326628208, 3.79087257, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
  811. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  812. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(1.5836941, 0.200000003, 0.475107551))
  813. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.70178032, -0.277153969, 0.643375039, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  814. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.890828311, 1))
  815. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.475108355, 0.593884528))
  816. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.148485184, -0.643370032, -4.79063225, 0, -1, 0, 1.00024045e-006, 0, 1.00000012, -1.00000012, -0, 1.00024045e-006))
  817. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.950216711, 1.18776906))
  818. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  819. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.17764163, 0.326627254, 2.97924614, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
  820. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.395923674, 0.0989807546))
  821. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.200000003, 0.237554178, 0.200000003))
  822. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.86044502, -0.762152076, 0.178175926, -1.00000012, -0, 0, 0, 0, 1.00000012, 0, 1, 0))
  823. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.197961763, 0.475108355, 0.0395922996))
  824. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(4.8104744, 0.200000003, 0.200000003))
  825. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97921944, 0.386025906, -0.23755455, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  826. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.296942294))
  827. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.217758, 0.217757657))
  828. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.652606249, 0.230033875, -0.508267403, 0.000252032652, -8.59999564e-005, -1, -0.999996424, -0.00272299978, -0.000251797959, -0.00272297813, 0.999996364, -8.66859336e-005))
  829. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  830. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  831. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00988912582, -1.0491066, 0.425631642, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
  832. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.593885005, 0.197961435))
  833. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675163, 0.200000003, 0.475107551))
  834. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01939583, 0.148463249, 0.642854989, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  835. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
  836. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.217758, 0.217757657))
  837. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.653520107, 0.229761124, -0.508263588, 0.000249031931, -8.59999709e-005, -1.00000012, -0.999996364, -0.00272199977, -0.000248795375, -0.00272197858, 0.999996364, -8.66775372e-005))
  838. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  839. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.455312163, 0.200000003))
  840. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00990915298, 0.762023926, -0.37561965, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
  841. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865193))
  842. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  843. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35599709, 0.267236233, 0.177642882, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  844. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  845. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.494903654))
  846. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.158368766, -0.102788925, -1.04309654, 0, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 0))
  847. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 1))
  848. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  849. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.08867455, 0.344964981, -0.565106094, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
  850. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  851. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  852. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08867455, -0.202518463, -0.478660822, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
  853. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  854. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  855. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35598755, 0.465183258, -0.059373796, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
  856. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  857. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  858. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35598946, -0.306829929, -0.0588632822, 1.00000012, 0, -2.00048089e-006, 0, -1, 0, -2.00048089e-006, 0, -1.00000012))
  859. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  860. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.2969428, 0.200000003, 0.200000003))
  861. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.652948201, -0.754156113, -0.666642666, 0.000283026136, 8.60000073e-005, 1.00000012, 0.999996364, 0.00272300094, -0.000283258967, -0.00272302516, 0.999996364, -8.52290104e-005))
  862. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.989809036, 0.494903833))
  863. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.494903654))
  864. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.158365965, -0.035779953, 1.04308701, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  865. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 1))
  866. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.494903654))
  867. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.158359528, -0.102788925, -1.04310226, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
  868. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 1))
  869. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675163, 0.200000003, 0.475107551))
  870. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01940918, -0.405820847, 0.643370032, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  871. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
  872. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  873. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00991010666, -1.04906845, 0.425105631, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  874. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.593885005, 0.197961435))
  875. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  876. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35599709, -0.504775047, 0.178153992, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
  877. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  878. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675163, 0.200000003, 0.475107551))
  879. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01939583, -0.40580225, 0.642854989, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  880. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
  881. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.494903654))
  882. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.158360422, -0.035779953, 1.04310417, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  883. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 1))
  884. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  885. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35604668, -0.30684185, -0.0593842864, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  886. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  887. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675163, 0.200000003, 0.475107551))
  888. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01940918, 0.148483276, 0.643370032, -1.00000012, -0, 0, 0, 1, 0, 0, 0, -1.00000012))
  889. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
  890. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.2969428, 0.200000003, 0.200000003))
  891. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.653179646, -0.754579544, -0.666635036, 0.000286026858, 8.70000076e-005, 1.00000012, 0.999996424, 0.0027220014, -0.000286262482, -0.00272202608, 0.999996364, -8.62211309e-005))
  892. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.989809036, 0.494903833))
  893. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  894. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.9003315, 0.345945358, -0.562512517, 1.00000012, 0, 0, 0, 0.987762988, 0.15596275, 0, -0.155962735, 0.987763047))
  895. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  896. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  897. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90033913, -0.201577663, -0.476064533, -1.00000012, -0, 0, 0, -0.987762988, 0.15596275, 0, 0.155962735, 0.987763047))
  898. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  899. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.237553805))
  900. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.277152061, -1.71227455, 0.76214397, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
  901. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.494904637, 1))
  902. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  903. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.1676693, -0.306845188, -0.0593817234, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  904. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  905. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  906. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.16762733, -0.306830883, -0.0588731766, 1.00000012, 0, -2.00048089e-006, 0, -1, 0, -2.00048089e-006, 0, -1.00000012))
  907. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  908. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  909. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60247993, -0.306851864, -0.0593990088, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  910. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  911. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  912. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60246658, 0.267261982, 0.178175569, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
  913. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  914. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  915. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90032387, -0.201476574, -0.475550771, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
  916. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  917. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  918. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.60235977, 0.465183258, -0.0593807697, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
  919. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  920. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  921. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.16767502, 0.267252922, 0.178170085, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
  922. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  923. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  924. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.16757011, 0.465199947, -0.0588729978, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
  925. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  926. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  927. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3559227, 0.465197086, -0.0588680506, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
  928. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  929. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  930. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.33522987, 0.34497118, -0.565107763, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
  931. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  932. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.455312163, 0.200000003))
  933. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00990915298, -0.762012482, 0.514190376, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  934. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865193))
  935. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  936. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90032387, 0.346004963, -0.561996877, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
  937. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  938. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  939. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35592461, -0.504788876, 0.177644014, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  940. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  941. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  942. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08868408, 0.344903946, -0.565622687, 1.00000012, 0, 0, 0, 0.987762988, 0.15596275, 0, -0.155962735, 0.987763047))
  943. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  944. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  945. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.08868408, -0.202617168, -0.479171902, -1.00000012, -0, 0, 0, -0.987762988, 0.15596275, 0, 0.155962735, 0.987763047))
  946. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  947. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  948. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.16763115, 0.26723814, 0.177644014, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  949. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  950. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  951. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.16757393, -0.50479126, 0.177643955, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  952. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  953. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  954. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.16762161, -0.504776001, 0.178152323, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
  955. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  956. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  957. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.1676178, 0.465185165, -0.0593771935, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
  958. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  959. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  960. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35604858, 0.267251015, 0.178163826, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
  961. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  962. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.237553805))
  963. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.277132988, -1.71227264, 0.761632562, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  964. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.494904637, 1))
  965. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  966. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.33492851, -0.201480389, -0.475555658, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
  967. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  968. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.24715912, 0.200000003, 0.237553805))
  969. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28634834, 0.128663063, 0.52407819, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  970. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 1))
  971. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.24715912, 0.200000003, 0.237553805))
  972. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28634834, -0.425602913, 0.52407819, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  973. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 1))
  974. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  975. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.60248375, -0.306839943, -0.0588464737, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
  976. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  977. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(4.81047106, 0.200000003, 0.200000003))
  978. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97920036, -0.207851887, -0.237041831, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
  979. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197962224, 0.296942115))
  980. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  981. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97924614, 0.26723814, 0.17764163, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  982. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  983. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  984. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.71197319, 0.34600544, -0.561996996, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
  985. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  986. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  987. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79081154, -0.504792213, 0.177643895, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  988. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  989. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  990. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97926521, -0.306845188, -0.0593867302, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  991. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  992. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  993. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60237312, 0.465199947, -0.0588512421, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
  994. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  995. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  996. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79087257, 0.267240047, 0.177637935, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  997. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  998. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  999. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.60234642, -0.504788876, 0.177620649, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  1000. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  1001. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1002. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79080009, 0.465200901, -0.0588721037, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
  1003. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  1004. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1005. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97917747, -0.50479126, 0.177645683, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  1006. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  1007. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1008. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.52359962, 0.344970226, -0.565108299, -1.00000012, -0, 1.00024045e-006, -1.55763701e-007, 0.987762868, -0.155963734, -9.89064574e-007, -0.155963704, -0.987762868))
  1009. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1010. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.24715912, 0.200000003, 0.237553805))
  1011. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28636742, -0.425623894, 0.524597049, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  1012. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 1))
  1013. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.24715912, 0.200000003, 0.237553805))
  1014. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28636742, 0.128684998, 0.524597049, -1.00000012, -0, 0, 0, 1, 0, 0, 0, -1.00000012))
  1015. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961867, 1))
  1016. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.58369446, 0.200000003, 0.475107551))
  1017. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.70174599, -0.405807972, 0.642850995, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  1018. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
  1019. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1020. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97919273, 0.465199947, -0.0588704348, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
  1021. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  1022. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1023. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.9792614, -0.306830883, -0.0588662624, 1.00000012, 0, -2.00048089e-006, 0, -1, 0, -2.00048089e-006, 0, -1.00000012))
  1024. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  1025. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1026. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.71198845, 0.345947266, -0.562511206, 1.00000012, 0, -1.00024045e-006, 1.55763701e-007, 0.987762868, 0.155963734, 9.89064574e-007, -0.155963704, 0.987762868))
  1027. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1028. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1029. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.60246849, 0.267248154, 0.177624762, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  1030. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  1031. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1032. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.71198463, -0.201477528, -0.475551605, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
  1033. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1034. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1035. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79086876, -0.306832314, -0.0588677526, 1.00000012, 0, -2.00048089e-006, 0, -1, 0, -2.00048089e-006, 0, -1.00000012))
  1036. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  1037. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.593885481, 0.475107551))
  1038. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.207853317, -4.79052925, 0.64285624, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1039. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 1))
  1040. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1041. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.355823874, 2.84058952, 0.0890722275, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006, 0, 1, 0))
  1042. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.296942741, 0.296942294))
  1043. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(4.81047106, 0.200000003, 0.200000003))
  1044. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97920799, -0.20787096, -0.237548351, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  1045. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197962224, 0.296942115))
  1046. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1047. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.52359962, -0.202616215, -0.479168534, -1.00000012, -0, 1.00024045e-006, 1.55763701e-007, -0.987762868, 0.155963734, 9.89064574e-007, 0.155963704, 0.987762868))
  1048. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1049. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1050. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.33494377, 0.345947266, -0.562510014, 1.00000012, 0, -1.00024045e-006, 1.55763701e-007, 0.987762868, 0.155963734, 9.89064574e-007, -0.155963704, 0.987762868))
  1051. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1052. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1053. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.33522224, -0.202616692, -0.479167372, -1.00000012, -0, 0, 0, -0.987762988, 0.15596275, 0, 0.155962735, 0.987763047))
  1054. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1055. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1056. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.71198845, -0.201579094, -0.47606203, -1.00000012, -0, 0, 0, -0.987762988, 0.15596275, 0, 0.155962735, 0.987763047))
  1057. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1058. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.692866445, 0.435515314))
  1059. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.277155876, -5.03801155, 0.623578191, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
  1060. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  1061. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1062. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79086876, -0.306845188, -0.0593838692, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  1063. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  1064. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.593885481, 0.475107551))
  1065. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.34641695, -4.79052925, 0.64285624, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1066. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 1))
  1067. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.593885481, 0.475107551))
  1068. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.346436977, -4.79055595, 0.643373728, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
  1069. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 1))
  1070. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1071. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.60238266, -0.504771233, 0.178159237, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
  1072. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  1073. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1074. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.52360344, 0.345946789, -0.562511802, 1.00000012, 0, 0, 0, 0.987762988, 0.15596275, 0, -0.155962735, 0.987763047))
  1075. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1076. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1077. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97921753, 0.465185165, -0.059374094, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
  1078. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  1079. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1080. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.355823427, 0.019785881, 2.96935463, -1.00024045e-006, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, -1.00024045e-006))
  1081. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.989809036, 0.989807546))
  1082. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.237553805))
  1083. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.277153015, 2.86044502, 0.762146235, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
  1084. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.494904637, 1))
  1085. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.237553805))
  1086. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.277133942, 2.86044121, 0.761628628, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1087. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890828013, 0.494904637, 1))
  1088. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1089. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97922134, -0.504777908, 0.178151071, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
  1090. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  1091. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.257350326, 0.200000003, 0.200000003))
  1092. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.00135803e-005, 0.0730962753, 2.65646172, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  1093. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885481, 0.79184562))
  1094. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.514700532, 0.200000003, 0.200000003))
  1095. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.52360344, -0.201479435, -0.475552797, 1.00000012, 0, -1.00024045e-006, -1.55763701e-007, -0.987762868, -0.155963734, -9.89064574e-007, 0.155963704, -0.987762868))
  1096. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.890826702))
  1097. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.58369446, 0.200000003, 0.475107551))
  1098. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.70174599, 0.148464203, 0.642850995, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  1099. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
  1100. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.692866445, 0.435515314))
  1101. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.277134895, -5.03800392, 0.62306267, 0, 1, 0, -1.00000012, -0, 1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1102. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  1103. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(4.81047106, 0.200000003, 0.200000003))
  1104. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97918892, 0.34641695, -0.237034023, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
  1105. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197962224, 0.296942115))
  1106. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1107. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79082108, 0.465185165, -0.0593768358, 1, 0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, 1))
  1108. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.296941847))
  1109. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.58369446, 0.200000003, 0.475107551))
  1110. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.70178032, -0.405824184, 0.643375039, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  1111. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
  1112. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1113. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.79087067, 0.267252922, 0.178166747, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
  1114. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  1115. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.623579621, 0.200000003, 0.200000003))
  1116. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00115323067, 0.12310648, 1.62293434, 0.000369857065, -0.00468900241, 0.999989092, -0.00266775838, 0.999985456, 0.00468997285, -0.999996483, -0.0026694634, 0.000357343815))
  1117. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904637, 0.395923018))
  1118. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.613681495, 0.217757598))
  1119. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.237549305, -1.37582779, 0.415718704, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1120. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 1))
  1121. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.653273523, 0.200000003, 0.200000003))
  1122. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15863991, 0.237549305, 0.891465187, 0.942427218, 0, 0.334411889, 0, 1, 0, -0.33441186, 0, 0.942427218))
  1123. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
  1124. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.613681138, 0.200000003, 0.200000003))
  1125. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32322311e-005, 0.237550259, 1.72224808, 0, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 0))
  1126. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
  1127. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.613681138, 0.200000003, 0.200000003))
  1128. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.33786011e-006, -0.079185009, 1.21744537, 1.00024045e-006, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 1.00024045e-006))
  1129. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.494904488, 0.494903356))
  1130. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675115, 0.200000003, 0.200000003))
  1131. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692806244, -0.207854271, -0.118766785, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  1132. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 0.494903356))
  1133. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1134. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.979887009, -0.583973885, 0.445394158, 1.00000012, 0, 0, 0, -1, 0, 0, 0, -1.00000012))
  1135. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890827239, 0.593885005, 0.59388423))
  1136. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.77205044, 0.217757955, 0.692865252))
  1137. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.70876694e-006, -0.41571188, 1.41542244, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
  1138. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.277146071, 0.200000003, 0.200000003))
  1139. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.386026859, 0.188062668, -0.435491562, 0, -1, 0, 0, 0, 1.00000012, -1.00000012, -0, 0))
  1140. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961777, 0.98980701))
  1141. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1142. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.356346726, 0.0198001862, 2.96935844, 0, 0, -1.00000012, 0, 1, 0, 1.00000012, 0, 0))
  1143. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.989809036, 0.989807546))
  1144. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1145. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.979898453, -0.583983898, 0.445411742, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  1146. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890827239, 0.593885005, 0.59388423))
  1147. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1148. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.97990036, 0.465208054, -0.445404887, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  1149. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890827239, 0.593885005, 0.59388423))
  1150. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(4.81047106, 0.200000003, 0.200000003))
  1151. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.97921944, 0.34643507, -0.23755455, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012))
  1152. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197962224, 0.296942115))
  1153. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.593885481, 0.475107551))
  1154. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.207874298, -4.79055595, 0.643370748, 0, -1, 0, -1.00000012, -0, 0, 0, 0, -1.00000012))
  1155. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 1, 1))
  1156. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.257350385, 0.200000003))
  1157. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.924242496, -0.189838171, -1.11833572, -5.76395541e-005, -0.707109153, 0.707104564, 0.000187574886, -0.707104445, -0.707109153, 1, 9.18781516e-005, 0.000173391774))
  1158. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 1, 0.494903684))
  1159. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1160. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.54972076e-006, -0.692854881, 0.663188934, -1.00024045e-006, 0, -1.00000012, 0, -1, 0, -1.00000012, -0, 1.00024045e-006))
  1161. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.791846454, 0.197961867, 0.494903356))
  1162. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.613681495, 0.217757598))
  1163. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.237550259, -1.37582207, 0.415703297, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
  1164. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 1))
  1165. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.653273523, 0.200000003, 0.200000003))
  1166. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.15863609, 0.237550259, 0.891444206, -0.942427576, 0, 0.334410846, 0, 1, 0, -0.334410816, -0, -0.942427576))
  1167. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
  1168. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1169. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.97925186, 0.267252922, 0.178166628, -1, -0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, -1))
  1170. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  1171. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1172. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.356351018, -0.0890879631, -2.84059525, 1.00024045e-006, 0, -1, 0, -1, 0, -1, -0, -1.00024045e-006))
  1173. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.296942741, 0.296942294))
  1174. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1175. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79082108, -0.504777908, 0.178147912, 1, 0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, -1))
  1176. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0989808962, 0.197961777, 0.890826285))
  1177. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.58369446, 0.200000003, 0.475107551))
  1178. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.70178032, 0.148481846, 0.643375039, -1.00000012, -0, 0, 0, 1, 0, 0, 0, -1.00000012))
  1179. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 1))
  1180. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.435515225))
  1181. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.277132988, 0.227628708, 0.623045385, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1182. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.494904637, 1))
  1183. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.200000003, 0.200000003))
  1184. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534488678, -0.386023998, 0.504797816, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
  1185. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.197961509))
  1186. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.200000003, 0.200000003))
  1187. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.534498215, -0.386018276, 0.504806519, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  1188. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961837, 0.197961509))
  1189. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1190. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00989580154, 0.475107193, -0.465189338, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1191. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.593885005, 0.197961435))
  1192. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.475107551))
  1193. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.207846165, 0.32752037, 0.642852485, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1194. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.485006332, 1))
  1195. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675115, 0.200000003, 0.200000003))
  1196. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0692958832, -0.465206146, 0.346427798, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  1197. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885481, 0.593884051))
  1198. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.277146071, 0.200000003, 0.200000003))
  1199. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.386013985, 0.188062787, -0.435480118, 0, 1, 0, 0, 0, -1.00000012, -1.00000012, -0, 0))
  1200. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.197961777, 0.98980701))
  1201. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.455312163, 0.200000003))
  1202. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0098991394, -0.762134552, 0.514684796, 0, -1, 0, -1.00000012, -0, 1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
  1203. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865193))
  1204. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.200000003, 0.200000003))
  1205. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890825272, 0.237547874, 0.564183474, 1.00000012, 0, -1.00024045e-006, 0, 1, 0, 1.00024045e-006, 0, 1.00000012))
  1206. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
  1207. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.475107551))
  1208. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.346418858, 0.32752037, 0.642852485, 0, -1, 0, 1.00000012, 0, -1.00024045e-006, 1.00024045e-006, 0, 1.00000012))
  1209. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.485006571, 1))
  1210. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1211. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.692859173, -0.0593874454, -0.0396194458, 0, 1, 0, 1.00024045e-006, 0, 1.00000012, 1.00000012, 0, -1.00024045e-006))
  1212. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961107, 0.197961867, 0.197961137))
  1213. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.200000003, 0.200000003))
  1214. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.890810013, 0.237550259, 0.564180493, -1.00000012, -0, 1.00024045e-006, 0, 1, 0, -1.00024045e-006, 0, -1.00000012))
  1215. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.692866385, 0.395922631))
  1216. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.475107551))
  1217. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.207865238, 0.327533722, 0.643372774, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
  1218. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.485006571, 1))
  1219. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675115, 0.200000003, 0.200000003))
  1220. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0693016052, -0.207853317, -0.118776917, -1.00000012, -0, 0, 0, -1, 0, 0, 0, 1.00000012))
  1221. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.395923615, 0.494903356))
  1222. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.2969428, 0.200000003, 0.200000003))
  1223. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.653200984, -0.0768260956, -0.666610241, -0.000286026858, -8.8000008e-005, -1.00000012, -0.999996305, -0.00272600097, 0.000286266208, -0.00272602635, 0.999996364, -8.72199671e-005))
  1224. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.989809036, 0.494903833))
  1225. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1226. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.979909897, 0.445414782, -0.465211868, 1, 0, 1.00024045e-006, -1.00024045e-006, 0, 1, 0, -1, 0))
  1227. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.890827239, 0.593885005, 0.59388423))
  1228. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.257350385, 0.200000003))
  1229. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.923590422, -0.189778805, -1.11881065, 0.000455453992, 0.707107186, 0.707106352, 0.000517478213, -0.707106352, 0.707107008, 0.99999994, 4.38571115e-005, -0.000687967986))
  1230. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 1, 0.494903684))
  1231. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1232. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00990915298, 0.47498703, -0.464695096, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
  1233. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 0.593885005, 0.197961435))
  1234. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1235. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.465200186, 0.336538315, -0.346432209, 0, 0, 1.00000012, -1.00000012, -0, 0, 0, -1, 0))
  1236. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.593884349, 0.197961837, 0.197961509))
  1237. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.435515225))
  1238. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.277155876, 0.227676392, 0.623560071, 0, 1, 0, 1.00000012, 0, -1.00024045e-006, -1.00024045e-006, 0, -1.00000012))
  1239. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 0.494904637, 1))
  1240. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(1.28675115, 0.200000003, 0.200000003))
  1241. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0692977905, -0.465209007, 0.346427798, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
  1242. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.593885362, 0.593883991))
  1243. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.2969428, 0.200000003, 0.200000003))
  1244. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.652766943, -0.0771579742, -0.666466713, -0.000285026617, -8.70000076e-005, -1.00000012, -0.999996305, -0.00272700097, 0.000285263173, -0.00272702612, 0.999996364, -8.6222426e-005))
  1245. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.989809036, 0.494903833))
  1246. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.217758015, 0.200000003))
  1247. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.35632214, -2.86102295e-006, 0.613672256, 1.00024045e-006, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 1.00024045e-006))
  1248. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494903058, 1, 0.989807189))
  1249. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.217758, 0.217757657))
  1250. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.652610779, -0.447790146, -0.508266449, -0.000252032652, 8.59999564e-005, 1, 0.999996424, 0.00272299978, 0.000251797959, -0.00272297813, 0.999996364, -8.66859336e-005))
  1251. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  1252. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1253. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.692857265, -0.0593935847, -0.0396194458, 0, -1, 0, 0, 0, -1.00000012, 1.00000012, 0, 0))
  1254. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961107, 0.197961867, 0.197961137))
  1255. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1256. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.158372581, 0.429410934, -0.035782814, 0, 0, 1.00000012, 1.00000012, 0, 0, 0, 1, 0))
  1257. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 0.692864776))
  1258. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1259. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465219557, 0.336540222, -0.346427917, 0, 0, 1.00000012, -1.00000012, -0, 0, 0, -1, 0))
  1260. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.593884349, 0.197961837, 0.197961509))
  1261. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.296942741, 0.200000003))
  1262. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.533971965, -0.227560043, 0.128666878, 0, 0, -1.00000012, -1.00000012, -0, 0, 0, 1, 0))
  1263. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 0.692865193))
  1264. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.395923644, 0.296942264))
  1265. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.652598798, 0.146188736, -0.564811707, 0.000282043591, 2.10000017e-005, -1.00000012, -0.000356716453, 1, 2.08993933e-005, 1, 0.000356710487, 0.000282051042))
  1266. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  1267. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.296942741, 0.200000003))
  1268. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.53447485, -0.227661133, 0.128670216, 0, 0, -1.00000012, -1.00000012, -0, 0, 0, 1, 0))
  1269. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 0.692865193))
  1270. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.395923644, 0.296942264))
  1271. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.652598798, -0.146187782, 0.564811707, 0.000282043591, 2.10000017e-005, -1.00000012, 0.000356716453, -1, -2.08993933e-005, -1, -0.000356710487, -0.000282051042))
  1272. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  1273. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.395923644, 0.296942264))
  1274. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.653546691, -0.148749352, 0.564065933, 0.000282043591, -6.70000081e-005, -1.00000012, 0.00307347393, -0.999995351, 6.78665529e-005, -0.999995351, -0.00307349232, -0.000281834975))
  1275. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  1276. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.217757955, 0.217757598))
  1277. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890815735, -0.415727139, 0.494897604, 1.00000012, 0, -1.00024045e-006, 0, -1, 0, -1.00024045e-006, 0, -1.00000012))
  1278. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.811643004, 0.21775803, 0.217757583))
  1279. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.48362732e-006, -0.465200424, -1.90734863e-006, 0, 0, 1.00000012, -1.00000012, -0, 0, 0, -1, 0))
  1280. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.35633105, 0.217757955, 0.217757598))
  1281. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.89081192, -0.415721893, 0.494899482, -1.00000012, -0, 1.00024045e-006, 0, -1, 0, 1.00024045e-006, 0, 1.00000012))
  1282. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1283. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.445421636, 0.336530685, 0.38601923, -1.00024045e-006, 0, -1.00000012, -1.00000012, -0, 1.00024045e-006, 0, 1, 0))
  1284. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395922661, 0.197961837, 0.197961509))
  1285. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.475107551))
  1286. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.346438885, 0.327533722, 0.643372774, 0, 1, 0, 1.00000012, 0, 0, 0, 0, -1.00000012))
  1287. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.197961792, 0.485006332, 1))
  1288. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.217758, 0.217757657))
  1289. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.653520942, -0.447515488, -0.508264065, -0.000249031931, 8.59999709e-005, 1.00000012, 0.999996364, 0.00272299978, 0.000248795375, -0.00272297836, 0.999996364, -8.66777773e-005))
  1290. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  1291. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1292. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.158366442, 0.429412842, -0.035782814, 0, 0, 1.00000012, 1.00000012, 0, 0, 0, 1, 0))
  1293. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.296942681, 0.692866504, 0.692864776))
  1294. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.200000003, 0.217758015, 0.200000003))
  1295. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356329083, 0, 0.613664627, 1.00024045e-006, 0, 1.00000012, 0, 1, 0, -1.00000012, -0, 1.00024045e-006))
  1296. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494903058, 1, 0.989807189))
  1297. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Hot pink","Wedge",Vector3.new(0.200000003, 0.455312163, 0.200000003))
  1298. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00988912582, 0.762075424, -0.376144052, 0, -1, 0, 1.00000012, 0, 0, 0, 0, 1.00000012))
  1299. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.692866206, 1, 0.692865193))
  1300. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.395923644, 0.296942264))
  1301. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.653548717, 0.148748398, -0.564065933, 0.000282043591, -6.70000081e-005, -1.00000012, -0.00307347393, 0.999995351, -6.78665529e-005, 0.999995351, 0.00307349232, 0.000281834975))
  1302. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.494904488, 1, 1))
  1303. Wedge=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1304. Wedgeweld=weld(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.445404768, 0.336530685, 0.386023045, 0, 0, -1.00000012, -1.00000012, -0, 0, 0, 1, 0))
  1305. mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395922661, 0.197961837, 0.197961509))
  1306. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.296942711, 0.200000003, 0.200000003))
  1307. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.647201538, 0.158358812, -0.0357818604, 1.00000012, 0, 0, 0, 0, -1.00000012, 0, 1, 0))
  1308. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.296942741, 0.692863703))
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314. function MagicBlood(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1315. local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
  1316. prt.Anchored=true
  1317. prt.CFrame=cframe
  1318. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1319. game:GetService("Debris"):AddItem(prt,5)
  1320. table.insert(Effects,{prt,"Blood",delay,x3,y3,z3})
  1321. end
  1322.  
  1323. function ElecEffect(cff,x,y,z)
  1324. local prt=part22(3,F2,0,0,BrickColor.new("Hot pink"),"Part",vt(1,1,1))
  1325. prt.Anchored=true
  1326. prt.CFrame=cff*cf(math.random(-x,x),math.random(-y,y),math.random(-z,z))
  1327. prt.CFrame=cf(prt.Position)
  1328. --prt.CFrame=cf(cff)*cf(math.random(-x,x),math.random(-y,y),math.random(-z,z))
  1329. game:GetService("Debris"):AddItem(prt,2)
  1330. xval=math.random()/2
  1331. yval=math.random()/2
  1332. zval=math.random()/2
  1333. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(xval,yval,zval))
  1334. Effects[#Effects+1]={prt,"Elec",0.1,x,y,z,xval,yval,zval} --part, type, delay
  1335. end
  1336.  
  1337.  
  1338. function ob1u(mouse)
  1339. hold = false
  1340. end
  1341.  
  1342. buttonhold = false
  1343.  
  1344. eul=0
  1345. holdx=false
  1346. equipped=false
  1347. local nostop = false
  1348.  
  1349. function FireBullet(Shooter, Velocity, MinDam, MaxDam, SIZe)
  1350. local Bullet = Instance.new("Part", F2)
  1351. Bullet.BrickColor = BrickColor.new("Toothpaste")
  1352. Bullet.Material = "Neon"
  1353. Bullet.Transparency = .5
  1354. Bullet.CanCollide = false
  1355. Bullet.Name = "Bullet"
  1356. Bullet.Anchored = false
  1357. Bullet.Locked = true
  1358. Bullet.Size = SIZe
  1359. Bullet.Shape = "Ball"
  1360. Bullet.CFrame = Shooter.CFrame
  1361. local BVel = Instance.new("BodyVelocity",Bullet)
  1362. BVel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1363. BVel.Velocity = Shooter.CFrame.lookVector*Velocity
  1364. local bill = Instance.new("BillboardGui")
  1365. bill.Parent = Shooter
  1366. bill.Name = "pew"
  1367. bill.Size = UDim2.new(1.6, 0, 1.6, 0)
  1368. local IL = Instance.new("ImageLabel")
  1369. IL.Parent = bill
  1370. IL.Name = "Flash"
  1371. IL.BackgroundTransparency = 1
  1372. IL.Size = UDim2.new(1, 0, 1, 0)
  1373. IL.Image = "rbxasset://textures/particles/sparkles_main.dds"
  1374. IL.ImageColor3 = Color3.new(0, 0, 234)
  1375. local Flash = Instance.new("PointLight", Shooter)
  1376. Flash.Brightness = 100
  1377. Flash.Color = IL.ImageColor3
  1378. Flash.Range = 10
  1379. Flash.Shadows = true
  1380. game:GetService("Debris"):AddItem(Bullet, 10)
  1381. game:GetService("Debris"):AddItem(bill, .1)
  1382. game:GetService("Debris"):AddItem(Flash, .1)
  1383. local function BoomEffect(Cframe)
  1384. local Boo = Instance.new("Part", F2)
  1385. Boo.BrickColor = BrickColor.new("Toothpaste")
  1386. Boo.Transparency = .5
  1387. Boo.Material = "Neon"
  1388. Boo.Anchored = true
  1389. Boo.CanCollide = false
  1390. Boo.CFrame = Cframe
  1391. game:GetService("Debris"):AddItem(Bullet, 0)
  1392. Boo.Size = Vector3.new(Bullet.Size.X*10,Bullet.Size.X*10,Bullet.Size.X*10)
  1393. MagniDamage(Boo,(Bullet.Size.X*10)*2,MinDam+5,MaxDam+5,1,"Breaker")
  1394. so("http://roblox.com/asset/?id=206082273",Shooter,.5,1)
  1395. local BooM = Instance.new("SpecialMesh", Boo)
  1396. BooM.MeshType = "Sphere"
  1397. for i = .5, 2, .3 do
  1398. wait()
  1399. BooM.Scale = Vector3.new(i*2,i*2,i*2)
  1400. Boo.Transparency = i/2
  1401. end
  1402. game:GetService("Debris"):AddItem(Boo, 0)
  1403. end
  1404. local HitSomething = false
  1405. Bullet.Touched:connect(function(part)
  1406. local HUM = FindHum(part.Parent)
  1407. if HUM and HUM ~= Humanoid and not HitSomething then
  1408. local Tor = part.Parent:FindFirstChild("Torso")
  1409. if Tor then
  1410. HitSomething = true
  1411. Damagefunc(Tor,MinDam/2,MaxDam/2,10,"Breaker",RootPart,.2,.5,1)
  1412. BoomEffect(Bullet.CFrame)
  1413. end
  1414. end
  1415. if not HUM and not HitSomething then
  1416. if part.Anchored == true and part.Name ~= "Effect" and part.Name ~= "Handle" then
  1417. BoomEffect(Bullet.CFrame)
  1418. end
  1419. end
  1420. end)
  1421. end
  1422.  
  1423. local StopLaser = false
  1424. function FireLaser(Shooter, Duration, Range, Size, minDam, maxDam, BuildUp, FirstMes, LastMes, message)
  1425. local BeamStart = Instance.new("Part", F2)
  1426. BeamStart.BrickColor = BrickColor.new("Hot pink")
  1427. BeamStart.Material = "Neon"
  1428. BeamStart.Transparency = 0
  1429. BeamStart.Name = "BeamStart"
  1430. BeamStart.Anchored = false
  1431. BeamStart.CanCollide = false
  1432. BeamStart.Locked = true
  1433. BeamStart.Size = Size
  1434. BeamStart.CFrame = Shooter.CFrame
  1435. local BSMesh = Instance.new("SpecialMesh", BeamStart)
  1436. BSMesh.MeshType = "Sphere"
  1437. local BSWeld = Instance.new("Weld", BeamStart)
  1438. BSWeld.Part0 = Shooter
  1439. BSWeld.Part1 = BeamStart
  1440. BSWeld.C0 = CFrame.new(0,0,-(Size.Z/2))
  1441. if BuildUp > .008 then
  1442. BSMesh.Scale = Vector3.new(0,0,0)
  1443. local BeamCharge = Instance.new("Sound", BeamStart)
  1444. BeamCharge.Volume = 1
  1445. BeamCharge.SoundId = "http://roblox.com/asset/?id=244578827"
  1446. BeamCharge.Pitch = 0.8
  1447. BeamCharge:Play()
  1448. for i = 0, BuildUp, .008 do
  1449. wait()
  1450. BSMesh.Scale = Vector3.new(i/BuildUp,i/BuildUp,i/BuildUp)
  1451. BSWeld.C0 = CFrame.new(0,0,-((i*(Size.Z/2))/BuildUp))
  1452. BeamStart.Transparency = ((-BuildUp+i)*-1)
  1453. --MagicBlood(BrickColor.new("Toothpaste"),Shooter.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
  1454. end
  1455. BeamCharge:Pause()
  1456. game:GetService("Debris"):AddItem(BeamCharge, 0)
  1457. end
  1458. local Beam = Instance.new("Part", F2)
  1459. Beam.BrickColor = BrickColor.new("Hot pink")
  1460. Beam.Material = "Neon"
  1461. Beam.Name = "Beam"
  1462. Beam.Transparency = 0
  1463. Beam.Anchored = true
  1464. Beam.CanCollide = false
  1465. Beam.Locked = true
  1466. local BeamMesh = Instance.new("SpecialMesh", Beam)
  1467. BeamMesh.MeshType = "Cylinder"
  1468. local BeamEnd = Instance.new("Part", F2)
  1469. BeamEnd.BrickColor = BrickColor.new("Hot pink")
  1470. BeamEnd.Material = "Neon"
  1471. BeamEnd.Transparency = 0
  1472. BeamEnd.Name = "BeamEnd"
  1473. BeamEnd.Anchored = true
  1474. BeamEnd.CanCollide = false
  1475. BeamEnd.Locked = true
  1476. BeamEnd.Size = Vector3.new(Size.X, Size.X, Size.X)
  1477. local BEMesh = Instance.new("SpecialMesh", BeamEnd)
  1478. BEMesh.MeshType = "Sphere"
  1479. local BeamFire = Instance.new("Sound", Beam)
  1480. BeamFire.Volume = 1
  1481. BeamFire.PlayOnRemove = true
  1482. BeamFire.SoundId = "http://roblox.com/asset/?id=376107717"
  1483. BeamFire.Pitch = 1
  1484. BeamFire:Destroy()
  1485. game:GetService("Debris"):AddItem(BeamFire, 5)
  1486. local BeamSound = Instance.new("Sound", Beam)
  1487. BeamSound.Volume = 1
  1488. BeamSound.Looped = true
  1489. BeamSound.SoundId = "http://roblox.com/asset/?id=254847708"
  1490. BeamSound.Pitch = 1
  1491. BeamSound:Play()
  1492. local TEM = 0
  1493. local run = runServ:connect(function()
  1494. local Hit, Pos = rayCast(BeamStart.Position, BeamStart.CFrame.lookVector, 999, Character)
  1495. Beam.Size = Vector3.new((BeamStart.CFrame.p - Pos).magnitude,Size.X,Size.X)
  1496. Beam.CFrame = CFrame.new((BeamStart.CFrame.p + Pos)/2,BeamStart.CFrame.p)*CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1497. BeamEnd.CFrame = CFrame.new(Pos)
  1498. if Hit then
  1499. --MagicBlock(BrickColor.new("Toothpaste"),BeamEnd.CFrame*cf(math.random(-200,200)/100,-math.random(0,1)/100,math.random(-200,200)/100),math.random(30,80)/100,math.random(30,80)/100,math.random(30,80)/100,Size.X*12,Size.X*12,Size.X*12,0.05)
  1500. end
  1501. end)
  1502. local run2 = runServ:connect(function()
  1503. MagniDamage(BeamEnd,Range,minDam,maxDam,1,"Breaker")
  1504. MagniDamage(Beam,Range,minDam*4,maxDam*4,1,"LifeSToothpaste")
  1505. end)
  1506. repeat TEM = TEM+.1 wait() until TEM > Duration-1 or StopLaser
  1507. StopLaser = false
  1508. so("http://roblox.com/asset/?id=161006163",Shooter,1,.4)
  1509. BeamSound:Pause()
  1510. game:GetService("Debris"):AddItem(BeamSound, 0)
  1511. for i = 0, 1, .04 do
  1512. wait()
  1513. BeamStart.Transparency = i
  1514. Beam.Transparency = i
  1515. BeamEnd.Transparency = i
  1516. BSMesh.Scale = Vector3.new((-1+i)*-1,(-1+i)*-1,1)
  1517. BeamMesh.Scale = Vector3.new(1,(-1+i)*-1,(-1+i)*-1)
  1518. BEMesh.Scale = Vector3.new((-1+i)*-1,(-1+i)*-1,1)
  1519. end
  1520. run:disconnect()
  1521. run2:disconnect()
  1522. game:GetService("Debris"):AddItem(BeamStart, 0)
  1523. game:GetService("Debris"):AddItem(Beam, 0)
  1524. game:GetService("Debris"):AddItem(BeamEnd, 0)
  1525. end
  1526.  
  1527. local CanLaser = true
  1528. local Hover = false
  1529. local CMHP = false
  1530. local MadePlatform = false
  1531. local HovLaser = false
  1532.  
  1533. function CreateGround()
  1534. local G1 = Instance.new("Part", workspace)
  1535. local G2 = Instance.new("Part", workspace)
  1536. G1.BrickColor = BrickColor.new("Earth green")
  1537. G2.BrickColor = BrickColor.new("Pine Cone")
  1538. G1.Material, G2.Material = "Grass", "Grass"
  1539. G1.Name, G2.Name = "GrassBaseplate", "DirtBaseplate"
  1540. G1.Anchored, G2.Anchored = true, true
  1541. G1.Locked, G2.Locked = true, true
  1542. G1.Size, G2.Size = Vector3.new(2048, 10, 2048), Vector3.new(2048, 100, 2048)
  1543. G1.CFrame = RootPart.CFrame*CFrame.new(0,-3-(G1.Size.Y/2), 0)
  1544. G2.CFrame = G1.CFrame*CFrame.new(0,-5-(G2.Size.Y/2), 0)
  1545. return G1, G2
  1546. end
  1547.  
  1548.  
  1549. function CreateMiniPlatforms()
  1550. if not CMHP then
  1551. CMHP = true
  1552. local Plat = Instance.new("Part", workspace)
  1553. Plat.BrickColor = BrickColor.new("Hot pink")
  1554. Plat.Transparency = .8
  1555. Plat.Name = "Platform"
  1556. Plat.Material = "Neon"
  1557. Plat.Anchored = true
  1558. Plat.CanCollide = true
  1559. Plat.Locked = true
  1560. Plat.Size = Vector3.new(10, 10, 1)
  1561. Plat.CFrame = (RootPart.CFrame * CFrame.new(0, -4, 0)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)
  1562. local PMesh = Instance.new("SpecialMesh", Plat)
  1563. PMesh.MeshType = "Sphere"
  1564. local function gh()
  1565. if HovLaser then
  1566. FireLaser(Plat, 0, 8, Vector3.new(3.6,3.6,6.8), 100, 300, 0, _, _, false)
  1567. end
  1568. end
  1569. delay(.1,gh)
  1570. CMHP = false
  1571. for i = .8, 1, .04 do
  1572. wait()
  1573. Plat.Transparency = i
  1574. Plat.Parent = F2
  1575. end
  1576. game:GetService("Debris"):AddItem(Plat, 0)
  1577. end
  1578. end
  1579.  
  1580. runServ:connect(function()
  1581. if Hover and Humanoid.Health > .1 then
  1582. CreateMiniPlatforms()
  1583. end
  1584. end)
  1585.  
  1586. Humanoid.Changed:connect(function()
  1587. if Humanoid.Health < .1 then
  1588. game:GetService("Debris"):AddItem(Grass, 0)
  1589. game:GetService("Debris"):AddItem(Dirt, 0)
  1590. end
  1591. end)
  1592.  
  1593. local CanLaser = true
  1594. local Hover = false
  1595. local CMHP = false
  1596. local MadePlatform = false
  1597. local HovLaser = false
  1598.  
  1599. so = function(id,par,vol,pit)
  1600. coroutine.resume(coroutine.create(function()
  1601. local sou = Instance.new("Sound",par or workspace)
  1602. sou.Parent=par
  1603. sou.Volume=vol
  1604. sou.Pitch=pit or 1
  1605. sou.SoundId=id
  1606. swait()
  1607. sou:Play()
  1608. game:GetService("Debris"):AddItem(sou,6)
  1609. end))
  1610. end
  1611.  
  1612.  
  1613. function CreateGround()
  1614. local G1 = Instance.new("Part", workspace)
  1615. local G2 = Instance.new("Part", workspace)
  1616. G1.BrickColor = BrickColor.new("Earth green")
  1617. G2.BrickColor = BrickColor.new("Pine Cone")
  1618. G1.Material, G2.Material = "Grass", "Grass"
  1619. G1.Name, G2.Name = "GrassBaseplate", "DirtBaseplate"
  1620. G1.Anchored, G2.Anchored = true, true
  1621. G1.Locked, G2.Locked = true, true
  1622. G1.Size, G2.Size = Vector3.new(2048, 10, 2048), Vector3.new(2048, 100, 2048)
  1623. G1.CFrame = RootPart.CFrame*CFrame.new(0,-3-(G1.Size.Y/2), 0)
  1624. G2.CFrame = G1.CFrame*CFrame.new(0,-5-(G2.Size.Y/2), 0)
  1625. return G1, G2
  1626. end
  1627.  
  1628. function FindHum(parent)
  1629. local hm = nil
  1630. for _, HM in pairs(parent:GetChildren()) do
  1631. if HM:IsA("Humanoid") then
  1632. hm = HM
  1633. end
  1634. end
  1635. return hm
  1636. end
  1637.  
  1638. function MagniDamage(Part,magni,mindam,maxdam,knock,Type)
  1639. for _,c in pairs(workspace:children()) do
  1640. local hum=FindHum(c)
  1641. if hum~=nil then
  1642. local head=c:findFirstChild("Torso")
  1643. if head~=nil then
  1644. local targ=head.Position-Part.Position
  1645. local mag=targ.magnitude
  1646. if mag<=magni and c.Name~=Player.Name then
  1647. Damagefunc(head,mindam,maxdam,knock,Type,Part,.2,1,nil,1)
  1648. end
  1649. end
  1650. end
  1651. end
  1652. end
  1653.  
  1654. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  1655. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  1656. end
  1657.  
  1658. local Point=Torso.CFrame*cf(0,Torso.Size.Y,0)
  1659. LastPoint=Point
  1660. function effect(Color,Ref,LP,P1,returnn)
  1661. local effectsmsh=Instance.new("CylinderMesh")
  1662. effectsmsh.Scale=Vector3.new(0.2,1,0.2)
  1663. effectsmsh.Name="Mesh"
  1664. local effectsg=Instance.new("Part")
  1665. effectsg.formFactor=3
  1666. effectsg.CanCollide=false
  1667. effectsg.Name="Eff"
  1668. effectsg.Locked=true
  1669. effectsg.Anchored=true
  1670. effectsg.Size=Vector3.new(0.5,1,0.5)
  1671. effectsg.Parent=F2
  1672. effectsmsh.Parent=effectsg
  1673. effectsg.BrickColor=BrickColor.new(Color)
  1674. effectsg.Reflectance=Ref
  1675. local point1=P1
  1676. local mg=(LP.p - point1.p).magnitude
  1677. effectsg.Size=Vector3.new(0.5,mg,0.5)
  1678. effectsg.CFrame=cf((LP.p+point1.p)/2,point1.p) * CFrame.Angles(math.rad(90),0,0)
  1679. effectsmsh.Scale=Vector3.new(0.2,1,0.2)
  1680. game:GetService("Debris"):AddItem(effectsg,2)
  1681. if returnn then return effectsg end
  1682. coroutine.resume(coroutine.create(function(Part,Mesh)
  1683. if not returnn then
  1684. for i=0,1,0.05 do
  1685. wait()
  1686. Part.Transparency=1*i
  1687. Mesh.Scale=Vector3.new(0.5-0.5*i,1,0.5-0.5*i)
  1688. end
  1689. Part.Parent=nil
  1690. end
  1691. end),effectsg,effectsmsh)
  1692. end
  1693.  
  1694. local function CFrameFromTopBack(at, top, back)
  1695. local right = top:Cross(back)
  1696. return CFrame.new(at.x, at.y, at.z,
  1697. right.x, top.x, back.x,
  1698. right.y, top.y, back.y,
  1699. right.z, top.z, back.z)
  1700. end
  1701.  
  1702. F1 = Instance.new("Folder", Character)
  1703. F1.Name = "Effects Folder"
  1704. F2 = Instance.new("Folder", F1)
  1705. F2.Name = "Effects"
  1706.  
  1707. function Triangle(a, b, c)
  1708. --[[local edg1 = (c-a):Dot((b-a).unit)
  1709. local edg2 = (a-b):Dot((c-b).unit)
  1710. local edg3 = (b-c):Dot((a-c).unit)
  1711. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  1712. a, b, c = a, b, c
  1713. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  1714. a, b, c = b, c, a
  1715. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  1716. a, b, c = c, a, b
  1717. else
  1718. assert(false, "unreachable")
  1719. end
  1720.  
  1721. local len1 = (c-a):Dot((b-a).unit)
  1722. local len2 = (b-a).magnitude - len1
  1723. local width = (a + (b-a).unit*len1 - c).magnitude
  1724.  
  1725. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  1726.  
  1727. local list = {}
  1728.  
  1729. if len1 > 0.01 then
  1730. local w1 = Instance.new('WedgePart', workspace)
  1731. w1.FormFactor = 'Custom'
  1732. w1.Material = "Neon"
  1733. if Mode=="Binary" then
  1734. w1.BrickColor = BrickColor.new("White")
  1735. else
  1736. w1.BrickColor = BrickColor.new("Toothpaste")
  1737. end
  1738. w1.Transparency = 0
  1739. w1.Reflectance = 0
  1740. w1.CanCollide = false
  1741. NoOutline(w1)
  1742. local sz = Vector3.new(0.2, width, len1)
  1743. w1.Size = sz
  1744. local sp = Instance.new("SpecialMesh",w1)
  1745. sp.MeshType = "Wedge"
  1746. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  1747. w1:BreakJoints()
  1748. w1.Anchored = true
  1749. w1.Transparency = 0.7
  1750. game:GetService("Debris"):AddItem(w1,25)
  1751. table.insert(Effects,{w1,"Disappear",.01})
  1752. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  1753. table.insert(list,w1)
  1754. end
  1755.  
  1756. if len2 > 0.01 then
  1757. local w2 = Instance.new('WedgePart', workspace)
  1758. w2.Material = "Neon"
  1759. w2.FormFactor = 'Custom'
  1760. if Mode=="Binary" then
  1761. w2.BrickColor = BrickColor.new("White")
  1762. else
  1763. w2.BrickColor = BrickColor.new("Toothpaste")
  1764. end
  1765. w2.Transparency = 0
  1766. w2.Reflectance = 0
  1767. w2.CanCollide = false
  1768. NoOutline(w2)
  1769. local sz = Vector3.new(0.2, width, len2)
  1770. w2.Size = sz
  1771. local sp = Instance.new("SpecialMesh",w2)
  1772. sp.MeshType = "Wedge"
  1773. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  1774. w2:BreakJoints()
  1775. w2.Anchored = true
  1776. w2.Transparency = 0.7
  1777. game:GetService("Debris"):AddItem(w2,25)
  1778. table.insert(Effects,{w2,"Disappear",.01})
  1779. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  1780. table.insert(list,w2)
  1781. end
  1782. return unpack(list)--]]
  1783. end
  1784.  
  1785. --[[
  1786. Things for effects
  1787. put the variables in one table
  1788. like effect={brick,interval,i}
  1789. ]]
  1790. function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1791. local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
  1792. prt.Anchored=true
  1793. prt.CFrame=cframe
  1794. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1795. game:GetService("Debris"):AddItem(prt,5)
  1796. table.insert(Effects,{prt,"Block1",delay,x3,y3,z3}) --part, type, delay
  1797. --[[coroutine.resume(coroutine.create(function(Part,Mesh,dur)
  1798. for i=0,1,delay do
  1799. wait()
  1800. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1801. Part.Transparency=i
  1802. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1803. end
  1804. Part.Parent=nil
  1805. end),prt,msh)]]
  1806. end
  1807.  
  1808. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1809. local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
  1810. prt.Anchored=true
  1811. prt.CFrame=cframe
  1812. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1813. game:GetService("Debris"):AddItem(prt,5)
  1814. table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
  1815. --[[coroutine.resume(coroutine.create(function(Part,Mesh)
  1816. local wld=nil
  1817. for i=0,1,delay do
  1818. wait()
  1819. Part.CFrame=Part.CFrame
  1820. Part.Transparency=i
  1821. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1822. end
  1823. Part.Parent=nil
  1824. end),prt,msh)]]
  1825. end
  1826.  
  1827. function MagicWave(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1828. local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
  1829. prt.Anchored=true
  1830. prt.CFrame=cframe
  1831. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
  1832. game:GetService("Debris"):AddItem(prt,5)
  1833. table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
  1834. end
  1835.  
  1836. function MagicCylinder(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1837. local prt=part22(3,F2,0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
  1838. prt.Anchored=true
  1839. prt.CFrame=cframe
  1840. msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
  1841. game:GetService("Debris"):AddItem(prt,5)
  1842. --table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
  1843. Effects[#Effects+1]={prt,"Cylinder",delay,x3,y3,z3} --part, type, delay
  1844. --[[coroutine.resume(coroutine.create(function(Part,Mesh)
  1845. for i=0,1,delay do
  1846. wait()
  1847. Part.CFrame=Part.CFrame
  1848. Part.Transparency=i
  1849. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1850. end
  1851. Part.Parent=nil
  1852. end),prt,msh)]]
  1853. end
  1854.  
  1855. function MagicCylinder2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1856. local prt=part22(3,F2,0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
  1857. prt.Anchored=true
  1858. prt.CFrame=cframe
  1859. msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1860. game:GetService("Debris"):AddItem(prt,5)
  1861. --table.insert(Effects,{prt,"Cylinder",delay,x3,y3,z3})
  1862. Effects[#Effects+1]={prt,"Cylinder",delay,x3,y3,z3} --part, type, delay
  1863. --[[coroutine.resume(coroutine.create(function(Part,Mesh)
  1864. for i=0,1,delay do
  1865. wait()
  1866. Part.CFrame=Part.CFrame
  1867. Part.Transparency=i
  1868. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1869. end
  1870. Part.Parent=nil
  1871. end),prt,msh)]]
  1872. end
  1873.  
  1874. function MagicBlood(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1875. local prt=part22(3,F2,0,0,brickcolor,"Effect",vt())
  1876. prt.Anchored=true
  1877. prt.CFrame=cframe
  1878. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1879. game:GetService("Debris"):AddItem(prt,5)
  1880. table.insert(Effects,{prt,"Blood",delay,x3,y3,z3})
  1881. end
  1882.  
  1883. function ElecEffect(cff,x,y,z)
  1884. local prt=part22(3,F2,0,0,BrickColor.new("Hot pink"),"Part",vt(1,1,1))
  1885. prt.Anchored=true
  1886. prt.CFrame=cff*cf(math.random(-x,x),math.random(-y,y),math.random(-z,z))
  1887. prt.CFrame=cf(prt.Position)
  1888. --prt.CFrame=cf(cff)*cf(math.random(-x,x),math.random(-y,y),math.random(-z,z))
  1889. game:GetService("Debris"):AddItem(prt,2)
  1890. xval=math.random()/2
  1891. yval=math.random()/2
  1892. zval=math.random()/2
  1893. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(xval,yval,zval))
  1894. Effects[#Effects+1]={prt,"Elec",0.1,x,y,z,xval,yval,zval} --part, type, delay
  1895. end
  1896.  
  1897. function Lightning(p0,p1,tym,ofs,col,th,tra,last)
  1898. --[[p0=pos1
  1899. p1=pos2
  1900. tym=times
  1901. ofs=offset
  1902. col=color
  1903. th=size
  1904. tra=transparency
  1905. last=lastingtime]]
  1906. local magz = (p0 - p1).magnitude local curpos = p0 local trz = {-ofs,ofs}
  1907. for i=1,tym do
  1908. local li = Instance.new("Part",F2) li.TopSurface =0 li.BottomSurface = 0 li.Anchored = true li.Transparency = tra or 0.4 li.BrickColor = BrickColor.new(col)
  1909. li.Material = "Neon"
  1910. li.formFactor = "Custom" li.CanCollide = false li.Size = Vector3.new(th,th,magz/tym) local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  1911. local trolpos = CFrame.new(curpos,p1)*CFrame.new(0,0,magz/tym).p+ofz
  1912. if tym == i then
  1913. local magz2 = (curpos - p1).magnitude li.Size = Vector3.new(th,th,magz2)
  1914. li.CFrame = CFrame.new(curpos,p1)*CFrame.new(0,0,-magz2/2)
  1915. else
  1916. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/tym/2)
  1917. end
  1918. curpos = li.CFrame*CFrame.new(0,0,magz/tym/2).p game:GetService("Debris"):AddItem(li,last)
  1919. end
  1920. end
  1921.  
  1922. local DragTable = {}
  1923.  
  1924. function Bringer()
  1925. for i, d in pairs(DragTable) do
  1926. if d then
  1927. if d:IsA("BodyPosition") then
  1928. local tem = d:FindFirstChild("Time")
  1929. if not tem then
  1930. tem = Instance.new("NumberValue")
  1931. tem.Parent = d
  1932. tem.Name = "Time"
  1933. tem.Value = 0
  1934. end
  1935. if tem.Value < 1.5 then
  1936. tem.Value = tem.Value+.1
  1937. d.Position = RootPart.Position + Vector3.new(0,23,0)
  1938. else
  1939. game:GetService("Debris"):AddItem(tem, 0)
  1940. game:GetService("Debris"):AddItem(d, 0)
  1941. table.remove(DragTable, i)
  1942. end
  1943. end
  1944. end
  1945. end
  1946. end
  1947.  
  1948. runServ:connect(function()
  1949. Bringer()
  1950. end)
  1951.  
  1952. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Duration,KnockbackType,decreaseblock)
  1953. if hit.Parent==nil then
  1954. return
  1955. end
  1956. local H = nil
  1957. h=hit.Parent:FindFirstChild("Humanoid")
  1958. for _,v in pairs(hit.Parent:children()) do
  1959. if v:IsA("Humanoid") then
  1960. h=v
  1961. H = v
  1962. end
  1963. end
  1964. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  1965. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  1966. end
  1967. if hit.Parent.className=="Hat" then
  1968. hit=hit.Parent.Parent:findFirstChild("Head")
  1969. end
  1970. -- and hit.Parent~=CannonTarget.Parent or hit.Parent~=RailgunTarget.Parent
  1971. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  1972. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  1973. --[[if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  1974. return
  1975. end]]
  1976. --hs(hit,1.2)
  1977. so("http://www.roblox.com/asset/?id=10209590",hit,1,math.random(50,100)/100)
  1978. --so("rbxasset://sounds\\unsheath.wav",hit,1,math.random(200,250)/100)
  1979. c=Instance.new("ObjectValue")
  1980. c.Name="creator"
  1981. c.Value=game:service("Players").LocalPlayer
  1982. c.Parent=h
  1983. game:GetService("Debris"):AddItem(c,.5)
  1984. Damage=math.random(minim,maxim)
  1985. if Mode=="Demon" then
  1986. Damage=Damage*damagebonus
  1987. end
  1988. -- h:TakeDamage(Damage)
  1989. blocked=false
  1990. block=hit.Parent:findFirstChild("Block")
  1991. if block~=nil then
  1992. print(block.className)
  1993. if block.className=="NumberValue" then
  1994. if block.Value>0 then
  1995. blocked=true
  1996. if decreaseblock==nil then
  1997. block.Value=block.Value-1
  1998. end
  1999. end
  2000. end
  2001. if block.className=="IntValue" then
  2002. if block.Value>0 then
  2003. blocked=true
  2004. if decreaseblock~=nil then
  2005. block.Value=block.Value-1
  2006. end
  2007. end
  2008. end
  2009. end
  2010. if blocked==false then
  2011. --h:TakeDamage(Damage)
  2012. --H.Health=H.Health-Damage
  2013. showDamage(hit.Parent,Damage,.5,BrickColor:Red())
  2014. else
  2015. --H.Health=H.Health-(Damage/2)
  2016. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  2017. end
  2018. if Type=="Knockdown" then
  2019. hum=hit.Parent.Humanoid
  2020. hum.PlatformStand=true
  2021. hum:ChangeState(Enum.HumanoidStateType.FallingDown)
  2022. local tor = hum.Parent:FindFirstChild("Torso")
  2023. if tor then
  2024. tor.Velocity = tor.CFrame.lookVector*-10
  2025. end
  2026. coroutine.resume(coroutine.create(function(HHumanoid)
  2027. swait(1)
  2028. HHumanoid.PlatformStand=false
  2029. end),hum)
  2030. --hit.CFrame=cf(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  2031. elseif Type=="Breaker" then
  2032. hum=hit.Parent.Humanoid
  2033. hum.PlatformStand=true
  2034. hum:ChangeState(Enum.HumanoidStateType.FallingDown)
  2035. hum.JumpPower = 20
  2036. local tor = hum.Parent:FindFirstChild("Torso")
  2037. if tor then
  2038. tor.Velocity = tor.CFrame.lookVector*-50
  2039. end
  2040. coroutine.resume(coroutine.create(function(HHumanoid)
  2041. swait(1)
  2042. HHumanoid.PlatformStand=false
  2043. end),hum)
  2044. --hit.CFrame=cf(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  2045. if H.MaxHealth > 100000000 then
  2046. H.MaxHealth = 100
  2047. wait()
  2048. end
  2049. elseif Type=="Normal" then
  2050. vp=Instance.new("BodyVelocity")
  2051. vp.P=500
  2052. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  2053. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  2054. if KnockbackType==1 then
  2055. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/100
  2056. elseif KnockbackType==2 then
  2057. vp.velocity=Property.CFrame.lookVector*knockback
  2058. end
  2059. if knockback>-100 then
  2060. vp.Parent=hit.Parent.Torso
  2061. end
  2062. game:GetService("Debris"):AddItem(vp,.5)
  2063. elseif Type=="LifesToothpaste" then
  2064. for i=1,5 do
  2065. --MagicBlood(BrickColor.new("Really red"),hit.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
  2066. end
  2067. vp=Instance.new("BodyVelocity")
  2068. vp.P=500
  2069. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  2070. if KnockbackType==1 then
  2071. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/250
  2072. elseif KnockbackType==2 then
  2073. vp.velocity=Property.CFrame.lookVector*knockback
  2074. end
  2075. if knockback>-250 then
  2076. vp.Parent=hit.Parent.Torso
  2077. end
  2078. H:ChangeState(Enum.HumanoidStateType.FallingDown)
  2079. game:GetService("Debris"):AddItem(vp,.5)
  2080. Heal=math.ceil(Damage/3)
  2081. Humanoid.Health=Humanoid.Health+Heal
  2082. showDamage(RootPart,Heal,.5,BrickColor.new("Bright green"))
  2083. elseif Type == "DevilStyle" then
  2084. for i=1,5 do
  2085. --MagicBlood(BrickColor.new("Toothpaste"),hit.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
  2086. end
  2087. vp=Instance.new("BodyPosition")
  2088. vp.P = 80000
  2089. vp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2090. if KnockbackType==1 then
  2091. vp.Position=RootPart.Position
  2092. elseif KnockbackType==2 then
  2093. vp.Position=RootPart.Position
  2094. end
  2095. if H.MaxHealth > 100000000 then
  2096. H.MaxHealth = 100
  2097. wait()
  2098. end
  2099. H:ChangeState(Enum.HumanoidStateType.FallingDown)
  2100. vp.Parent=hit.Parent.Torso
  2101. table.insert(DragTable, vp)
  2102. Heal=math.ceil(Damage/5)
  2103. Humanoid.Health=Humanoid.Health+Heal
  2104. showDamage(RootPart,Heal,.5,BrickColor.new("Bright green"))
  2105. elseif Type == "Dragger" then
  2106. for i=1,5 do
  2107. --MagicBlood(BrickColor.new("Really red"),hit.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
  2108. end
  2109. vp=Instance.new("BodyPosition")
  2110. vp.P = 80000
  2111. vp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2112. H:ChangeState(Enum.HumanoidStateType.FallingDown)
  2113. if KnockbackType==1 then
  2114. vp.Position=RootPart.Position
  2115. elseif KnockbackType==2 then
  2116. vp.Position=RootPart.Position
  2117. end
  2118. vp.Parent=hit.Parent.Torso
  2119. table.insert(DragTable, vp)
  2120. elseif Type=="Up" then
  2121. hit.Velocity = Vector3.new(0, 100, 0)
  2122. H:ChangeState(Enum.HumanoidStateType.FallingDown)
  2123. elseif Type=="Snare" then
  2124. bp=Instance.new("BodyPosition")
  2125. bp.P=2000
  2126. bp.D=100
  2127. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2128. bp.position=hit.Parent.Torso.Position
  2129. bp.Parent=hit.Parent.Torso
  2130. game:GetService("Debris"):AddItem(bp,1)
  2131. elseif Type=="Charge" then
  2132. Charge=Charge+1
  2133. coroutine.resume(coroutine.create(function(part22)
  2134. swait(30)
  2135. for i=1,5 do
  2136. swait(5)
  2137. so("rbxasset://sounds\\unsheath.wav",hit,1,2)
  2138. --MagicCircle(BrickColor.new("Bright red"),hit.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.2,2,.1,.2,8,.1,0.05)
  2139. newdam=math.random(1,5)
  2140. if blocked==false then
  2141. H.Health = H.Health-newdam
  2142. showDamage(hit.Parent,newdam,.5,BrickColor:Red())
  2143. else
  2144. H.Health = H.Health-newdam/2
  2145. showDamage(hit.Parent,newdam,.5,BrickColor.new("Bright blue"))
  2146. end
  2147. end
  2148. end),hit)
  2149. end
  2150. local debounceD=Instance.new("BoolValue")
  2151. debounceD.Name="DebounceHit"
  2152. debounceD.Parent=hit.Parent
  2153. debounceD.Value=true
  2154. if Duration < .2 then
  2155. Duration = .2
  2156. end
  2157. game:GetService("Debris"):AddItem(debounceD,Duration)
  2158. local c=Instance.new("ObjectValue")
  2159. c.Name="creator"
  2160. c.Value=Player
  2161. c.Parent=h
  2162. game:GetService("Debris"):AddItem(c,Duration)
  2163. H.Health=H.Health-Damage
  2164. CRIT=false
  2165. hitDeb=true
  2166. AttackPos=6
  2167. end
  2168. end
  2169.  
  2170. showDamage=function(Char,Dealt,du,Color)
  2171. --[[c=Instance.new("Part")
  2172. c.Transparency=0
  2173. c.BrickColor=Color
  2174. c.Material = "Neon"
  2175. c.Name="DamageDisplay"
  2176. c.TopSurface=0
  2177. c.BottomSurface=0
  2178. c.formFactor="Plate"
  2179. c.Size=Vector3.new(1,.4,1)
  2180. ms=Instance.new("CylinderMesh")
  2181. ms.Scale=Vector3.new(.8,.8,.8)
  2182. local bill = Instance.new("BillboardGui")
  2183. bill.Parent = c
  2184. bill.AlwaysOnTop = true
  2185. bill.Name = "YEA"
  2186. bill.Size = UDim2.new(4, 0, 4, 0)
  2187. bill.StudsOffset = Vector3.new(0, 1, 0)
  2188. local textl = Instance.new("TextLabel")
  2189. textl.Parent = bill
  2190. textl.Name = "WHYYYYYYYY"
  2191. textl.BackgroundTransparency = 1
  2192. textl.Size = UDim2.new(1, 0, 1, 0)
  2193. textl.Font = "SourceSansLight"
  2194. textl.Text = "-"..Dealt..""
  2195. textl.TextColor3 = Color3.new(40/255, 0,60/255)
  2196. textl.TextScaled = true
  2197. textl.TextStrokeColor3 = Color3.new(139/255, 0, 209/255)
  2198. textl.TextStrokeTransparency = 0
  2199. if CRIT==true then
  2200. ms.Scale=Vector3.new(1,1.25,1)
  2201. end
  2202. ms.Parent=c
  2203. c.Reflectance=0
  2204. Instance.new("BodyGyro").Parent=c
  2205. c.Parent=F2
  2206. if Char:findFirstChild("Head")~=nil then
  2207. c.CFrame=cf(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  2208. elseif Char.Parent:findFirstChild("Head")~=nil then
  2209. c.CFrame=cf(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  2210. end
  2211. local f=Instance.new("BodyPosition")
  2212. f.P=2000
  2213. f.D=100
  2214. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2215. f.position=c.Position+Vector3.new(0,3,0)
  2216. f.Parent=c
  2217. game:GetService("Debris"):AddItem(c,0)
  2218. c.CanCollide=false
  2219. c.CanCollide=false--]]
  2220. end
  2221.  
  2222.  
  2223. function LetItBuild()
  2224. attack=true
  2225. for i=0,1,0.1 do
  2226. swait()
  2227. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.8)*euler(0.2,0,-1),.3)
  2228. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*euler(0,0,1),.3)
  2229. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(1.5,-0.5,1.5)*euler(.6,0,.4),.3)
  2230. LW.C0=clerp(LW.C0,cf(0,0.5,-0.5)*euler(1.57,-1.57,0)*euler(1.5,0,0),.3)
  2231. RH.C0=clerp(RH.C0,cf(1,-.6,-.5)*euler(-0.2,2,0)*euler(0,0,0),.3)
  2232. LH.C0=clerp(LH.C0,cf(-1,-.2,0)*euler(0.5,-.6,0)*euler(-.4,0,0),.3)
  2233. end
  2234. local num=0
  2235. local magik=0
  2236. local num2=0
  2237. local dammulti = 1
  2238. while holdx==true do
  2239. swait()
  2240. if magik<25 then
  2241. if num>=10 then
  2242. pos1=Torso.Position+vt(math.random(-200,200)/100,math.random(-200,200)/100,math.random(-200,200)/100)
  2243. pos2=Hitbox.Position--+vt(math.random(-50,50)/100,math.random(-50,50)/100,math.random(-50,50)/100)
  2244. Lightning(pos1,pos2,5,3,"Dark indigo",.1,.5,.5)
  2245. MagicCircle(BrickColor.new("Dark indigo"),cf(pos1),5,5,5,1,1,1,.1)
  2246. MagicBlood(BrickColor.new("Dark indigo"),Torso.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,2,.1,0.05)
  2247. so("http://www.roblox.com/asset/?id=178452221",Torso,.1,1.5)
  2248. magik=magik+3
  2249. num=0
  2250. end
  2251. end
  2252. Humanoid.MaxHealth = Humanoid.MaxHealth+20
  2253. dammulti = dammulti+(2+(Humanoid.MaxHealth/Humanoid.Health))
  2254. num=num+1
  2255. num2=num2+magik
  2256. Humanoid.Health = Humanoid.Health-.08
  2257. if num2>=50 then
  2258. MagicBlood(BrickColor.new("Dark indigo"),cf(Hitbox.Position)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),.1,.1,.1,.1,1,.1,0.1)
  2259. num2=0
  2260. end
  2261. --MagicBlock(BrickColor.new("Really red"),cf(Hitbox.Position)*cf(math.random(-100,100)/100,math.random(-100,100)/100,math.random(-100,100)/100)*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)),magik/5,magik/5,magik/5,magik/8,magik/8,magik/8,.1)
  2262. end
  2263. RootPart.Velocity=RootPart.CFrame.lookVector*(6*magik)
  2264. blcf=nil
  2265. scfr=nil
  2266. Hitbox.Parent=model2
  2267. Hitbox.Size=vt(1,6,1)
  2268. Hitbox.Transparency=1
  2269. Hitbox.CFrame=Hitbox.CFrame
  2270. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,(magik*2221)*dammulti,(magik*4441)*dammulti,1,"DevilStyle",RootPart,.2/(dammulti*magik),1) end)
  2271. for i=1,3 do
  2272. so("http://roblox.com/asset/?id=28144425",Hitbox,1,1)
  2273. for i=0,1,0.1 do
  2274. swait()
  2275. Hitbox.CFrame=Hitbox.CFrame
  2276. local blcf = Hitbox.CFrame*CFrame.new(0,-.5,0)
  2277. if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then
  2278. local h = 5
  2279. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  2280. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2281. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  2282. if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end
  2283. scfr = blcf
  2284. elseif not scfr then
  2285. scfr = blcf
  2286. end
  2287. RootJoint.C0=RootCF*cf(0,0,-0.8)*euler(0,0,6.28*i)*euler(0.2,0,-1)
  2288. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(1.5,-0.5,1.5)*euler(.4,0,0),.3)
  2289. LW.C0=clerp(LW.C0,cf(0,0.5,-0.5)*euler(1.57,-1.57,0)*euler(1.5,0,0),.3)
  2290. RH.C0=clerp(RH.C0,cf(1,-.6,-.5)*euler(-0.2,2,0)*euler(0,0,0),.3)
  2291. LH.C0=clerp(LH.C0,cf(-1,-.2,0)*euler(0.5,-.6,0)*euler(-.4,0,0),.3)
  2292. end
  2293. end
  2294. con1:disconnect()
  2295. attack=false
  2296. end
  2297.  
  2298.  
  2299. ----------------------------------------------------
  2300. function Dmg()
  2301. local partofdeath = rarm
  2302. local function CreateRegion3FromLocAndSize(Position, Size)
  2303. local SizeOffset = Size/2
  2304. local Point1 = Position - SizeOffset
  2305. local Point2 = Position + SizeOffset
  2306. return Region3.new(Point1, Point2)
  2307. end
  2308. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  2309. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  2310. Spawn(function()
  2311. if Debounces.Slashing == true and Debounces.Slashed == false then
  2312. Debounces.Slashed = true
  2313. ypcall(function()
  2314. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  2315. humanoid:TakeDamage(math.random(10,18))
  2316. end)
  2317. wait(.4)
  2318. Debounces.Slashed = false
  2319. end
  2320. end)
  2321. end
  2322. end
  2323.  
  2324.  
  2325. Player = game.Players.LocalPlayer
  2326.  
  2327. local function CFA(x,y,z)
  2328. return CFrame.fromEulerAnglesXYZ(math.rad(x),math.rad(y),math.rad(z))
  2329. end
  2330.  
  2331. local ArtificialHB = Instance.new("BindableEvent", nil)
  2332. ArtificialHB.Name = "Heartbeat"
  2333.  
  2334. local frame = 1 / 240
  2335. local tf = 0
  2336. local allowframeloss = false
  2337. local tossremainder = false
  2338. local lastframe = tick()
  2339. ArtificialHB:Fire()
  2340.  
  2341. game:GetService("RunService").Heartbeat:connect(function(s, p)
  2342. tf = tf + s
  2343. if tf >= frame then
  2344. if allowframeloss then
  2345. ArtificialHB:Fire()
  2346. lastframe = tick()
  2347. else
  2348. for i = 1, math.floor(tf / frame) do
  2349. ArtificialHB:Fire()
  2350. end
  2351. lastframe = tick()
  2352. end
  2353. if tossremainder then
  2354. tf = 0
  2355. else
  2356. tf = tf - frame * math.floor(tf / frame)
  2357. end
  2358. end
  2359. end)
  2360.  
  2361. local function swait(num)
  2362. if num == 0 or num == nil then
  2363. ArtificialHB.Event:wait()
  2364. else
  2365. for i = 0, num do
  2366. ArtificialHB.Event:wait()
  2367. end
  2368. end
  2369. end
  2370.  
  2371. local function NoOutline(Part)
  2372. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  2373. end
  2374.  
  2375. local function part(formfactor,parent, material,reflectance,transparency,brickcolor,name,size)
  2376. local P=Instance.new("Part")
  2377. P.formFactor=formfactor
  2378. P.Parent=parent
  2379. P.Reflectance=reflectance
  2380. P.Transparency=transparency
  2381. P.CanCollide=false
  2382. P.Locked=true
  2383. P.BrickColor=BrickColor.new(brickcolor)
  2384. P.Name=name
  2385. P.Size=size
  2386. P.Position=Player.Character.Torso.Position
  2387. NoOutline(P)
  2388. P.Material=material
  2389. P:BreakJoints()
  2390. return P
  2391. end
  2392.  
  2393. local function mesh(Mesh,part,meshtype,meshid,offset,scale)
  2394. local mesh=Instance.new(Mesh)
  2395. mesh.Parent=part
  2396. if Mesh=="SpecialMesh" then
  2397. mesh.MeshType=meshtype
  2398. if meshid == "" then
  2399. mesh.MeshId=""
  2400. else
  2401. mesh.MeshId=meshid
  2402. end
  2403. end
  2404. mesh.Offset=offset
  2405. mesh.Scale=scale
  2406. return mesh
  2407. end
  2408.  
  2409.  
  2410. function Laser(Hitbox,Colour,Par)
  2411.  
  2412. local Beam = part(3,nil,Enum.Material.Neon,0.10000000149012,0,BrickColor.new("Lime green").Color,"Part",Vector3.new(0.5, 0.4, 0.5))
  2413. Beam.Shape = "Cylinder"
  2414. local CMesh = mesh("SpecialMesh",Beam,Enum.MeshType.Cylinder,"",Vector3.new(0,0,0),Vector3.new(0.1, 0.4, 0.1))
  2415. CMesh.VertexColor = Vector3.new(3, 3, 3)
  2416.  
  2417. Beam.Parent = Par
  2418. Beam.Mesh.Scale = Vector3.new(1,0.5,0.5)
  2419. Beam.Anchored = true
  2420.  
  2421. local Hit2 = Beam.Touched:connect(function(hit) end) -- Beam.Touched:connect(function(hit) Damage(Function) end)
  2422.  
  2423. local Count = 0
  2424. local Tbl = {Hitbox, Par, Beam}
  2425. local Angl = 0
  2426. local mag
  2427. for i = 1,60 do
  2428. Angl = Angl+30
  2429. local ang = math.random(-360,360)
  2430. Count = Count + i
  2431. Count = Count + i
  2432. local StartPos = (Hitbox.CFrame)
  2433. local ray = Ray.new(StartPos.p,(StartPos.p-(StartPos*CFrame.new(0,1,0)).p).unit*Count/2)
  2434. local P = Instance.new('Part')
  2435. table.insert(Tbl,P)
  2436. local Hit,Pos = workspace:FindPartOnRayWithIgnoreList(ray, Tbl)
  2437. local ph
  2438. if Hit then
  2439. if Hit and Hit.Anchored == false and not Hit.Parent:FindFirstChild'Humanoid' then
  2440. local bv = Instance.new('BodyVelocity',Hit)
  2441. local hih = 50000
  2442. bv.maxForce = Vector3.new(hih,hih,hih)
  2443. bv.velocity = Hitbox.CFrame.lookVector * 20 + Vector3.new(0,-2,0)
  2444. spawn(function()
  2445. swait(5)
  2446. bv:Destroy()
  2447. end)
  2448. end
  2449. if Hit.CanCollide == false then
  2450. table.insert(Tbl,Hit)
  2451. end
  2452. P.Parent = Par
  2453. P.FormFactor = 3
  2454. P.TopSurface,P.BottomSurface = 10,10
  2455. P.Size = Vector3.new(2,2,2)
  2456. P.Anchored = true
  2457. P.Position = Pos
  2458. P.BrickColor = BrickColor.new("Lime green")
  2459. P.Transparency = .2
  2460. P.CanCollide = false
  2461. P.Material = Enum.Material.Neon
  2462. P.CFrame = CFrame.new(Pos) * CFA(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  2463. spawn(function()
  2464. local C = 40
  2465. for i = 1,C,1 do
  2466. P.Transparency = P.Transparency + 1/C
  2467. swait(5)
  2468. end;
  2469. P:Destroy()
  2470. end)
  2471. mag = (Hitbox.CFrame.p-Pos).magnitude
  2472. else
  2473. mag = (Hitbox.CFrame.p-Pos).magnitude
  2474. end
  2475. local Down = 0--.125
  2476. Beam.Size = Vector3.new(mag,2.5,2.5)
  2477. Beam.CFrame = Hitbox.CFrame * CFrame.new(0,-mag/2,0) * CFA(-180,-180,90)
  2478. swait(5)
  2479. end--]]
  2480. coroutine.resume(coroutine.create(function()
  2481. repeat swait()
  2482. Beam.CFrame = Hitbox.CFrame * CFrame.new(0,-mag/2,0) * CFA(0,0,90)
  2483. until Beam == nil
  2484. end))
  2485. spawn(function()
  2486. local C = 40
  2487. for i = 1,C,1 do
  2488. pcall(function()
  2489. Beam.Mesh.Scale = Beam.Mesh.Scale - Vector3.new(0,.085/2,.085/2)
  2490. end)
  2491. pcall(function()
  2492. Beam.Transparency = Beam.Transparency + 1/C
  2493. end)
  2494. swait(5)
  2495.  
  2496. Hit2:disconnect()
  2497.  
  2498. end;Beam:Destroy()
  2499. end)
  2500. end
  2501.  
  2502. --Example Call: Laser(Player.Character.Head,Colour,Player.Character)
  2503.  
  2504. function key(key)
  2505.  
  2506. if key == "f" then
  2507. FireBullet(Hitbox, 800, 1, 5, Vector3.new(.2,.2,.2))
  2508. end
  2509.  
  2510. if key == "r" then
  2511. FireLaser(Hitbox, 10, 40, Vector3.new(4.6,4.6,8.8), 60, 100, 1, "", "", true)
  2512. end
  2513.  
  2514. if key == "z" then
  2515. FireLaser(Hitbox, 10, 40, Vector3.new(20.8,20.8,46), 600000, 9000000, 1.5, "", "", true)
  2516. end
  2517.  
  2518. if key == "x" then
  2519. FireLaser(Hitbox, 10, 40, Vector3.new(1,1,7), 10, 10, 1, "", "", true)
  2520. end
  2521.  
  2522. if key == "c" then
  2523. Laser(Hitbox,BrickColor.new("Lime green"),Player.Character)
  2524. end
  2525.  
  2526. end
  2527.  
  2528. function s(mouse)
  2529. mouse.KeyDown:connect(key)
  2530. player=Player
  2531. ch=Character
  2532. --MMouse=mouse
  2533. end
  2534.  
  2535. function ds(mouse)
  2536. end
  2537.  
  2538. Bin.Selected:connect(s)
  2539. Bin.Deselected:connect(ds)
  2540.  
  2541.  
  2542. function NoOutlines(Part)
  2543. Part.TopSurface="SmoothNoOutlines"
  2544. Part.BottomSurface="SmoothNoOutlines"
  2545. Part.LeftSurface="SmoothNoOutlines"
  2546. Part.RightSurface="SmoothNoOutlines"
  2547. Part.FrontSurface="SmoothNoOutlines"
  2548. Part.BackSurface="SmoothNoOutlines"
  2549. end
  2550.  
  2551. local Player=game:GetService("Players").LocalPlayer
  2552. local Character=Player.Character
  2553. local Torso=Character.Torso
  2554. local Mouse=Player:GetMouse()
  2555.  
  2556. function ThrowGrenade()
  2557. local grenadepart=Instance.new("Part",Character)
  2558.  
  2559. local particleemitter2 = Instance.new("ParticleEmitter", grenadepart)
  2560. particleemitter2.VelocitySpread = 360
  2561. particleemitter2.Lifetime = NumberRange.new(1)
  2562. particleemitter2.Speed = NumberRange.new(0)
  2563. particleemitter2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 9), NumberSequenceKeypoint.new(1, 9)})
  2564. particleemitter2.Rate = 15
  2565. particleemitter2.Rotation = NumberRange.new(0, 360)
  2566. particleemitter2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.5, 0.744), NumberSequenceKeypoint.new(1, 1)})
  2567. particleemitter2.Name = "ParticleEmitter2"
  2568. particleemitter2.LightEmission = 0
  2569. particleemitter2.Color = ColorSequence.new(Color3.new(1, 0, 1), Color3.new(1, 0, 1))
  2570. particleemitter2.Texture = "http://www.roblox.com/asset/?id=243660364"
  2571. particleemitter2.LockedToPart = true
  2572.  
  2573. local particleemitter = Instance.new("ParticleEmitter", grenadepart)
  2574. particleemitter.Lifetime = NumberRange.new(1)
  2575. particleemitter.Speed = NumberRange.new(0)
  2576. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 6), NumberSequenceKeypoint.new(1, 6)})
  2577. particleemitter.Rate = 15
  2578. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5), NumberSequenceKeypoint.new(1, 0.5)})
  2579. particleemitter.LightEmission = 0
  2580. particleemitter.Color = ColorSequence.new(Color3.new(1, 0, 1), Color3.new(1, 0, 1))
  2581. particleemitter.Texture = "http://www.roblox.com/asset/?id=243660373"
  2582. particleemitter.LockedToPart = true
  2583.  
  2584. local particleemitter2 = Instance.new("ParticleEmitter", grenadepart)
  2585. particleemitter2.VelocitySpread = 360
  2586. particleemitter2.Lifetime = NumberRange.new(1)
  2587. particleemitter2.Speed = NumberRange.new(0)
  2588. particleemitter2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 9), NumberSequenceKeypoint.new(1, 9)})
  2589. particleemitter2.Rate = 15
  2590. particleemitter2.Rotation = NumberRange.new(0, 360)
  2591. particleemitter2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.5, 0.744), NumberSequenceKeypoint.new(1, 1)})
  2592. particleemitter2.Name = "ParticleEmitter2"
  2593. particleemitter2.LightEmission = 0
  2594. particleemitter2.Color = ColorSequence.new(Color3.new(1, 0, 1), Color3.new(1, 0, 1))
  2595. particleemitter2.Texture = "http://www.roblox.com/asset/?id=243660364"
  2596. particleemitter2.LockedToPart = true
  2597.  
  2598. local particleemitter = Instance.new("ParticleEmitter", grenadepart)
  2599. particleemitter.Lifetime = NumberRange.new(1)
  2600. particleemitter.Speed = NumberRange.new(0)
  2601. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 6), NumberSequenceKeypoint.new(1, 6)})
  2602. particleemitter.Rate = 15
  2603. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5), NumberSequenceKeypoint.new(1, 0.5)})
  2604. particleemitter.LightEmission = 0
  2605. particleemitter.Color = ColorSequence.new(Color3.new(1, 0, 1), Color3.new(1, 0, 1))
  2606. particleemitter.Texture = "http://www.roblox.com/asset/?id=243660373"
  2607. particleemitter.LockedToPart = true
  2608.  
  2609. NoOutlines(grenadepart)
  2610. grenadepart.Size=Vector3.new(.4,.4,.4)
  2611. grenadepart.Material="Neon"
  2612. grenadepart.BrickColor=BrickColor.new("Hot pink")
  2613. grenadepart:BreakJoints()
  2614. grenadepart.CFrame=Hitbox.CFrame*CFrame.new(0,1,0)
  2615. grenadepart.Shape="Ball"
  2616.  
  2617.  
  2618.  
  2619.  
  2620. local grenadetouched=false
  2621. grenadeconnection=grenadepart.Touched:connect(function(touchtarget)
  2622. if touchtarget.Parent~=Player.Name or "Hitbox" then
  2623. if grenadetouched==false then
  2624. grenadetouched=true
  2625. grenadepart.Anchored=true
  2626. grenadepart.CanCollide=false
  2627. grenadepart.Transparency=1
  2628. local explosion=Instance.new("Explosion",grenadepart)
  2629. explosion.Position=grenadepart.Position
  2630. explosion.BlastRadius=10
  2631. explosion.BlastPressure=10
  2632. explosion.ExplosionType=0
  2633. end
  2634. end
  2635. end)
  2636. local grenadethrowmagnitude=(Mouse.hit.p-grenadepart.Position).magnitude
  2637. if grenadethrowmagnitude<200 then
  2638. grenadepart.Velocity=(Mouse.hit.p-grenadepart.Position).unit*(grenadethrowmagnitude*1.5)+Vector3.new(0,50,0)
  2639. else
  2640. grenadepart.Velocity=(Mouse.hit.p-grenadepart.Position).unit*(225)+Vector3.new(0,50,0)
  2641. end
  2642. game:GetService("Debris"):AddItem(grenadepart,10)
  2643. end
  2644.  
  2645. Mouse.Button1Down:connect(function()
  2646. ThrowGrenade()
  2647. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement