Advertisement
Hermaxs

Untitled

Nov 24th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.39 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility code by Mokiros")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61.  
  62. local UIS = game:GetService("UserInputService")
  63. local input = function(io,a)
  64. if a then return end
  65. --Since InputObject is a client-side instance, we create and pass table instead
  66. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67. end
  68. UIS.InputBegan:Connect(input)
  69. UIS.InputEnded:Connect(input)
  70.  
  71. local Mouse = Player:GetMouse()
  72. local h,t
  73. --Give the server mouse data 30 times every second, but only if the values changed
  74. --If player is not moving their mouse, client won't fire events
  75. while wait(1/30) do
  76. if h~=Mouse.Hit or t~=Mouse.Target then
  77. h,t=Mouse.Hit,Mouse.Target
  78. Event:FireServer({isMouse=true,Target=t,Hit=h})
  79. end
  80. end]==],Player.Character)
  81. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end
  83.  
  84. local plrs = game:GetService("Players")
  85. local plr = plrs.LocalPlayer
  86. local Mouse = plr:GetMouse()
  87. local char = plr.Character
  88. local tweenserv = game:GetService("TweenService")
  89. local lighting = game:GetService("Lighting")
  90. local hum = char:FindFirstChildOfClass("Humanoid")
  91. local tor = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  92. local root = char:FindFirstChild("HumanoidRootPart")
  93. local head = char:FindFirstChild("Head")
  94. local face = head:FindFirstChildOfClass("Decal")
  95. local larm = char:FindFirstChild("Left Arm") or char:FindFirstChild("LeftUpperArm")
  96. local rarm = char:FindFirstChild("Right Arm") or char:FindFirstChild("RightUpperArm")
  97. local rleg = char:FindFirstChild("Right Leg") or char:FindFirstChild("RightUpperLeg")
  98. local lleg = char:FindFirstChild("Left Leg") or char:FindFirstChild("LeftUpperLeg")
  99. local neck = tor:FindFirstChild("Neck")
  100. local rootj = root:FindFirstChild("RootJoint")
  101. local LS = tor:FindFirstChild("Left Shoulder")
  102. local RS = tor:FindFirstChild("Right Shoulder")
  103. local LH = tor:FindFirstChild("Left Hip")
  104. local RH = tor:FindFirstChild("Right Hip")
  105. local bp = plr:FindFirstChild("Backpack")
  106. local cam = workspace.CurrentCamera
  107.  
  108. hum:ClearAllChildren()
  109. char.Animate:remove()
  110.  
  111. --Converted with ttyyuu12345's model to script plugin v4
  112. function sandbox(var,func)
  113. local env = getfenv(func)
  114. local newenv = setmetatable({},{
  115. __index = function(self,k)
  116. if k=="script" then
  117. return var
  118. else
  119. return env[k]
  120. end
  121. end,
  122. })
  123. setfenv(func,newenv)
  124. return func
  125. end
  126. cors = {}
  127. mas = Instance.new("Model",game:GetService("Lighting"))
  128. Model0 = Instance.new("Model")
  129. Part1 = Instance.new("Part")
  130. ManualWeld2 = Instance.new("ManualWeld")
  131. Part3 = Instance.new("Part")
  132. ManualWeld4 = Instance.new("ManualWeld")
  133. Part5 = Instance.new("Part")
  134. Part6 = Instance.new("Part")
  135. ManualWeld7 = Instance.new("ManualWeld")
  136. Part8 = Instance.new("Part")
  137. ManualWeld9 = Instance.new("ManualWeld")
  138. Part10 = Instance.new("Part")
  139. ManualWeld11 = Instance.new("ManualWeld")
  140. Part12 = Instance.new("Part")
  141. ManualWeld13 = Instance.new("ManualWeld")
  142. Part14 = Instance.new("Part")
  143. ManualWeld15 = Instance.new("ManualWeld")
  144. Part16 = Instance.new("Part")
  145. ManualWeld17 = Instance.new("ManualWeld")
  146. Part18 = Instance.new("Part")
  147. ManualWeld19 = Instance.new("ManualWeld")
  148. Part20 = Instance.new("Part")
  149. ManualWeld21 = Instance.new("ManualWeld")
  150. Part22 = Instance.new("Part")
  151. ManualWeld23 = Instance.new("ManualWeld")
  152. Part24 = Instance.new("Part")
  153. ManualWeld25 = Instance.new("ManualWeld")
  154. Part26 = Instance.new("Part")
  155. ManualWeld27 = Instance.new("ManualWeld")
  156. Part28 = Instance.new("Part")
  157. ManualWeld29 = Instance.new("ManualWeld")
  158. Part30 = Instance.new("Part")
  159. ManualWeld31 = Instance.new("ManualWeld")
  160. Part32 = Instance.new("Part")
  161. ManualWeld33 = Instance.new("ManualWeld")
  162. Part34 = Instance.new("Part")
  163. ManualWeld35 = Instance.new("ManualWeld")
  164. Part36 = Instance.new("Part")
  165. ManualWeld37 = Instance.new("ManualWeld")
  166. Part38 = Instance.new("Part")
  167. ManualWeld39 = Instance.new("ManualWeld")
  168. Part40 = Instance.new("Part")
  169. ManualWeld41 = Instance.new("ManualWeld")
  170. Part42 = Instance.new("Part")
  171. ManualWeld43 = Instance.new("ManualWeld")
  172. Part44 = Instance.new("Part")
  173. ManualWeld45 = Instance.new("ManualWeld")
  174. Part46 = Instance.new("Part")
  175. ManualWeld47 = Instance.new("ManualWeld")
  176. Part48 = Instance.new("Part")
  177. ManualWeld49 = Instance.new("ManualWeld")
  178. Part50 = Instance.new("Part")
  179. ManualWeld51 = Instance.new("ManualWeld")
  180. Part52 = Instance.new("Part")
  181. ManualWeld53 = Instance.new("ManualWeld")
  182. Part54 = Instance.new("Part")
  183. ManualWeld55 = Instance.new("ManualWeld")
  184. Part56 = Instance.new("Part")
  185. ManualWeld57 = Instance.new("ManualWeld")
  186. Part58 = Instance.new("Part")
  187. ManualWeld59 = Instance.new("ManualWeld")
  188. Part60 = Instance.new("Part")
  189. ManualWeld61 = Instance.new("ManualWeld")
  190. Part62 = Instance.new("Part")
  191. ManualWeld63 = Instance.new("ManualWeld")
  192. Part64 = Instance.new("Part")
  193. ManualWeld65 = Instance.new("ManualWeld")
  194. Part66 = Instance.new("Part")
  195. SpecialMesh67 = Instance.new("SpecialMesh")
  196. ManualWeld68 = Instance.new("ManualWeld")
  197. Part69 = Instance.new("Part")
  198. SpecialMesh70 = Instance.new("SpecialMesh")
  199. ManualWeld71 = Instance.new("ManualWeld")
  200. Part72 = Instance.new("Part")
  201. ManualWeld73 = Instance.new("ManualWeld")
  202. Part74 = Instance.new("Part")
  203. ManualWeld75 = Instance.new("ManualWeld")
  204. Part76 = Instance.new("Part")
  205. ManualWeld77 = Instance.new("ManualWeld")
  206. Part78 = Instance.new("Part")
  207. ManualWeld79 = Instance.new("ManualWeld")
  208. Part80 = Instance.new("Part")
  209. ManualWeld81 = Instance.new("ManualWeld")
  210. Part82 = Instance.new("Part")
  211. ManualWeld83 = Instance.new("ManualWeld")
  212. Part84 = Instance.new("Part")
  213. ManualWeld85 = Instance.new("ManualWeld")
  214. Part86 = Instance.new("Part")
  215. ManualWeld87 = Instance.new("ManualWeld")
  216. Part88 = Instance.new("Part")
  217. ManualWeld89 = Instance.new("ManualWeld")
  218. Part90 = Instance.new("Part")
  219. ManualWeld91 = Instance.new("ManualWeld")
  220. Part92 = Instance.new("Part")
  221. ManualWeld93 = Instance.new("ManualWeld")
  222. Model0.Name = "SNOW-MACHINE-PROTOTYPE"
  223. Model0.Parent = mas
  224. Part1.Name = "beltringtop"
  225. Part1.Parent = Model0
  226. Part1.Material = Enum.Material.Glass
  227. Part1.BrickColor = BrickColor.new("Institutional white")
  228. Part1.Rotation = Vector3.new(0, 90, 0)
  229. Part1.CanCollide = false
  230. Part1.Size = Vector3.new(0.150000006, 0.0500000007, 0.649999857)
  231. Part1.CFrame = CFrame.new(-104.79953, 115.807907, -80.4814758, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -0.999999166, 0, -4.37113528e-08)
  232. Part1.BottomSurface = Enum.SurfaceType.Smooth
  233. Part1.TopSurface = Enum.SurfaceType.Smooth
  234. Part1.Color = Color3.new(0.972549, 0.972549, 0.972549)
  235. Part1.Position = Vector3.new(-104.79953, 115.807907, -80.4814758)
  236. Part1.Orientation = Vector3.new(0, 90, 0)
  237. Part1.Color = Color3.new(0.972549, 0.972549, 0.972549)
  238. ManualWeld2.Name = "Weld"
  239. ManualWeld2.Parent = Part1
  240. ManualWeld2.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -0.999999762, 0, 0.99999994, 0, 1, 0, -4.37113776e-08)
  241. ManualWeld2.C1 = CFrame.new(1.49293518, -0.959716797, -1.58792877, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  242. ManualWeld2.Part0 = Part1
  243. ManualWeld2.Part1 = Part5
  244. Part3.Name = "frontbelt"
  245. Part3.Parent = Model0
  246. Part3.Material = Enum.Material.Glass
  247. Part3.BrickColor = BrickColor.new("Deep blue")
  248. Part3.Rotation = Vector3.new(0, 90, 0)
  249. Part3.CanCollide = false
  250. Part3.Size = Vector3.new(0.0999999046, 0.300000012, 2.14999986)
  251. Part3.CFrame = CFrame.new(-104.849541, 115.657906, -80.4814758, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -0.999998689, 0, -4.3711335e-08)
  252. Part3.BottomSurface = Enum.SurfaceType.Smooth
  253. Part3.TopSurface = Enum.SurfaceType.Smooth
  254. Part3.Color = Color3.new(0.129412, 0.329412, 0.72549)
  255. Part3.Position = Vector3.new(-104.849541, 115.657906, -80.4814758)
  256. Part3.Orientation = Vector3.new(0, 90, 0)
  257. Part3.Color = Color3.new(0.129412, 0.329412, 0.72549)
  258. ManualWeld4.Name = "Weld"
  259. ManualWeld4.Parent = Part3
  260. ManualWeld4.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -0.999999404, 0, 0.99999994, 0, 1, 0, -4.37113634e-08)
  261. ManualWeld4.C1 = CFrame.new(1.4429245, -1.10971832, -1.58792877, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  262. ManualWeld4.Part0 = Part3
  263. ManualWeld4.Part1 = Part5
  264. Part5.Name = "Level1"
  265. Part5.Parent = Model0
  266. Part5.Material = Enum.Material.Neon
  267. Part5.BrickColor = BrickColor.new("Cyan")
  268. Part5.Transparency = 1
  269. Part5.CanCollide = false
  270. Part5.Size = Vector3.new(0.100000024, 0.200000018, 0.699999988)
  271. Part5.CFrame = CFrame.new(-106.292465, 116.767624, -78.8935471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  272. Part5.BottomSurface = Enum.SurfaceType.Smooth
  273. Part5.TopSurface = Enum.SurfaceType.Smooth
  274. Part5.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  275. Part5.Position = Vector3.new(-106.292465, 116.767624, -78.8935471)
  276. Part5.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  277. Part6.Name = "Level2"
  278. Part6.Parent = Model0
  279. Part6.Material = Enum.Material.Neon
  280. Part6.BrickColor = BrickColor.new("Cyan")
  281. Part6.Transparency = 1
  282. Part6.CanCollide = false
  283. Part6.Size = Vector3.new(0.100000024, 0.200000018, 0.699999988)
  284. Part6.CFrame = CFrame.new(-106.292465, 116.967613, -78.8935471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999166)
  285. Part6.BottomSurface = Enum.SurfaceType.Smooth
  286. Part6.TopSurface = Enum.SurfaceType.Smooth
  287. Part6.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  288. Part6.Position = Vector3.new(-106.292465, 116.967613, -78.8935471)
  289. Part6.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  290. ManualWeld7.Name = "Weld"
  291. ManualWeld7.Parent = Part6
  292. ManualWeld7.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  293. ManualWeld7.C1 = CFrame.new(0, 0.199989319, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  294. ManualWeld7.Part0 = Part6
  295. ManualWeld7.Part1 = Part5
  296. Part8.Name = "framebottom"
  297. Part8.Parent = Model0
  298. Part8.Material = Enum.Material.Glass
  299. Part8.BrickColor = BrickColor.new("Really black")
  300. Part8.CanCollide = false
  301. Part8.Size = Vector3.new(0.100000024, 0.0500000007, 0.699999988)
  302. Part8.CFrame = CFrame.new(-106.292465, 116.642616, -78.8935471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  303. Part8.BottomSurface = Enum.SurfaceType.Smooth
  304. Part8.TopSurface = Enum.SurfaceType.Smooth
  305. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  306. Part8.Position = Vector3.new(-106.292465, 116.642616, -78.8935471)
  307. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  308. ManualWeld9.Name = "Weld"
  309. ManualWeld9.Parent = Part8
  310. ManualWeld9.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  311. ManualWeld9.C1 = CFrame.new(0, -0.125007629, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  312. ManualWeld9.Part0 = Part8
  313. ManualWeld9.Part1 = Part5
  314. Part10.Name = "Level3"
  315. Part10.Parent = Model0
  316. Part10.Material = Enum.Material.Neon
  317. Part10.BrickColor = BrickColor.new("New Yeller")
  318. Part10.Transparency = 1
  319. Part10.CanCollide = false
  320. Part10.Size = Vector3.new(0.100000024, 0.200000018, 0.699999988)
  321. Part10.CFrame = CFrame.new(-106.292465, 117.16761, -78.8935471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999166)
  322. Part10.BottomSurface = Enum.SurfaceType.Smooth
  323. Part10.TopSurface = Enum.SurfaceType.Smooth
  324. Part10.Color = Color3.new(1, 1, 0)
  325. Part10.Position = Vector3.new(-106.292465, 117.16761, -78.8935471)
  326. Part10.Color = Color3.new(1, 1, 0)
  327. ManualWeld11.Name = "Weld"
  328. ManualWeld11.Parent = Part10
  329. ManualWeld11.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  330. ManualWeld11.C1 = CFrame.new(0, 0.399986267, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  331. ManualWeld11.Part0 = Part10
  332. ManualWeld11.Part1 = Part5
  333. Part12.Name = "Level4"
  334. Part12.Parent = Model0
  335. Part12.Material = Enum.Material.Neon
  336. Part12.BrickColor = BrickColor.new("Maroon")
  337. Part12.Transparency = 1
  338. Part12.CanCollide = false
  339. Part12.Size = Vector3.new(0.100000024, 0.200000018, 0.699999988)
  340. Part12.CFrame = CFrame.new(-106.292465, 117.367607, -78.8935471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999166)
  341. Part12.BottomSurface = Enum.SurfaceType.Smooth
  342. Part12.TopSurface = Enum.SurfaceType.Smooth
  343. Part12.Color = Color3.new(0.458824, 0, 0)
  344. Part12.Position = Vector3.new(-106.292465, 117.367607, -78.8935471)
  345. Part12.Color = Color3.new(0.458824, 0, 0)
  346. ManualWeld13.Name = "Weld"
  347. ManualWeld13.Parent = Part12
  348. ManualWeld13.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  349. ManualWeld13.C1 = CFrame.new(0, 0.599983215, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  350. ManualWeld13.Part0 = Part12
  351. ManualWeld13.Part1 = Part5
  352. Part14.Name = "frametop"
  353. Part14.Parent = Model0
  354. Part14.Material = Enum.Material.Glass
  355. Part14.BrickColor = BrickColor.new("Really black")
  356. Part14.CanCollide = false
  357. Part14.Size = Vector3.new(0.100000024, 0.0500000007, 0.699999988)
  358. Part14.CFrame = CFrame.new(-106.292465, 117.492615, -78.8935471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  359. Part14.BottomSurface = Enum.SurfaceType.Smooth
  360. Part14.TopSurface = Enum.SurfaceType.Smooth
  361. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  362. Part14.Position = Vector3.new(-106.292465, 117.492615, -78.8935471)
  363. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  364. ManualWeld15.Name = "Weld"
  365. ManualWeld15.Parent = Part14
  366. ManualWeld15.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  367. ManualWeld15.C1 = CFrame.new(0, 0.724990845, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  368. ManualWeld15.Part0 = Part14
  369. ManualWeld15.Part1 = Part5
  370. Part16.Name = "frameright"
  371. Part16.Parent = Model0
  372. Part16.Material = Enum.Material.Glass
  373. Part16.BrickColor = BrickColor.new("Really black")
  374. Part16.CanCollide = false
  375. Part16.Size = Vector3.new(0.100000024, 0.900000036, 0.0500000007)
  376. Part16.CFrame = CFrame.new(-106.292465, 117.067612, -78.5185471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  377. Part16.BottomSurface = Enum.SurfaceType.Smooth
  378. Part16.TopSurface = Enum.SurfaceType.Smooth
  379. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  380. Part16.Position = Vector3.new(-106.292465, 117.067612, -78.5185471)
  381. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  382. ManualWeld17.Name = "Weld"
  383. ManualWeld17.Parent = Part16
  384. ManualWeld17.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  385. ManualWeld17.C1 = CFrame.new(0, 0.299987793, 0.375, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  386. ManualWeld17.Part0 = Part16
  387. ManualWeld17.Part1 = Part5
  388. Part18.Name = "frameleft"
  389. Part18.Parent = Model0
  390. Part18.Material = Enum.Material.Glass
  391. Part18.BrickColor = BrickColor.new("Really black")
  392. Part18.CanCollide = false
  393. Part18.Size = Vector3.new(0.100000024, 0.900000036, 0.0500000007)
  394. Part18.CFrame = CFrame.new(-106.292465, 117.067612, -79.2685471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  395. Part18.BottomSurface = Enum.SurfaceType.Smooth
  396. Part18.TopSurface = Enum.SurfaceType.Smooth
  397. Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  398. Part18.Position = Vector3.new(-106.292465, 117.067612, -79.2685471)
  399. Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  400. ManualWeld19.Name = "Weld"
  401. ManualWeld19.Parent = Part18
  402. ManualWeld19.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  403. ManualWeld19.C1 = CFrame.new(0, 0.299987793, -0.375, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  404. ManualWeld19.Part0 = Part18
  405. ManualWeld19.Part1 = Part5
  406. Part20.Name = "snowmanbod1"
  407. Part20.Parent = Model0
  408. Part20.Material = Enum.Material.Glass
  409. Part20.BrickColor = BrickColor.new("Institutional white")
  410. Part20.CanCollide = false
  411. Part20.Shape = Enum.PartType.Cylinder
  412. Part20.Size = Vector3.new(0.0500000007, 0.450000048, 0.450000048)
  413. Part20.CFrame = CFrame.new(-103.413956, 116.832909, -78.8948059, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  414. Part20.BottomSurface = Enum.SurfaceType.Smooth
  415. Part20.TopSurface = Enum.SurfaceType.Smooth
  416. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  417. Part20.Position = Vector3.new(-103.413956, 116.832909, -78.8948059)
  418. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  419. ManualWeld21.Name = "Weld"
  420. ManualWeld21.Parent = Part20
  421. ManualWeld21.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  422. ManualWeld21.C1 = CFrame.new(2.87850952, 0.065284729, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  423. ManualWeld21.Part0 = Part20
  424. ManualWeld21.Part1 = Part5
  425. Part22.Name = "snowmanbod2"
  426. Part22.Parent = Model0
  427. Part22.Material = Enum.Material.Glass
  428. Part22.BrickColor = BrickColor.new("Institutional white")
  429. Part22.CanCollide = false
  430. Part22.Shape = Enum.PartType.Cylinder
  431. Part22.Size = Vector3.new(0.0500000007, 0.350000054, 0.350000054)
  432. Part22.CFrame = CFrame.new(-103.413956, 117.082909, -78.8948059, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  433. Part22.BottomSurface = Enum.SurfaceType.Smooth
  434. Part22.TopSurface = Enum.SurfaceType.Smooth
  435. Part22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  436. Part22.Position = Vector3.new(-103.413956, 117.082909, -78.8948059)
  437. Part22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  438. ManualWeld23.Name = "Weld"
  439. ManualWeld23.Parent = Part22
  440. ManualWeld23.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  441. ManualWeld23.C1 = CFrame.new(2.87850952, 0.315284729, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  442. ManualWeld23.Part0 = Part22
  443. ManualWeld23.Part1 = Part5
  444. Part24.Name = "snowmanhead"
  445. Part24.Parent = Model0
  446. Part24.Material = Enum.Material.Glass
  447. Part24.BrickColor = BrickColor.new("Institutional white")
  448. Part24.CanCollide = false
  449. Part24.Shape = Enum.PartType.Cylinder
  450. Part24.Size = Vector3.new(0.0500000007, 0.25000006, 0.25000006)
  451. Part24.CFrame = CFrame.new(-103.413956, 117.282913, -78.8948059, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  452. Part24.BottomSurface = Enum.SurfaceType.Smooth
  453. Part24.TopSurface = Enum.SurfaceType.Smooth
  454. Part24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  455. Part24.Position = Vector3.new(-103.413956, 117.282913, -78.8948059)
  456. Part24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  457. ManualWeld25.Name = "Weld"
  458. ManualWeld25.Parent = Part24
  459. ManualWeld25.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  460. ManualWeld25.C1 = CFrame.new(2.87850952, 0.515289307, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  461. ManualWeld25.Part0 = Part24
  462. ManualWeld25.Part1 = Part5
  463. Part26.Name = "snowmaneye2"
  464. Part26.Parent = Model0
  465. Part26.Material = Enum.Material.Glass
  466. Part26.BrickColor = BrickColor.new("Really black")
  467. Part26.CanCollide = false
  468. Part26.Shape = Enum.PartType.Cylinder
  469. Part26.Size = Vector3.new(0.100000001, 0.0500000529, 0.0500000529)
  470. Part26.CFrame = CFrame.new(-103.388954, 117.332916, -78.854805, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  471. Part26.BottomSurface = Enum.SurfaceType.Smooth
  472. Part26.TopSurface = Enum.SurfaceType.Smooth
  473. Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  474. Part26.Position = Vector3.new(-103.388954, 117.332916, -78.854805)
  475. Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  476. ManualWeld27.Name = "Weld"
  477. ManualWeld27.Parent = Part26
  478. ManualWeld27.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  479. ManualWeld27.C1 = CFrame.new(2.90351105, 0.565292358, 0.0387420654, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  480. ManualWeld27.Part0 = Part26
  481. ManualWeld27.Part1 = Part5
  482. Part28.Name = "snowmaneye1"
  483. Part28.Parent = Model0
  484. Part28.Material = Enum.Material.Glass
  485. Part28.BrickColor = BrickColor.new("Really black")
  486. Part28.CanCollide = false
  487. Part28.Shape = Enum.PartType.Cylinder
  488. Part28.Size = Vector3.new(0.100000001, 0.0500000529, 0.0500000529)
  489. Part28.CFrame = CFrame.new(-103.388954, 117.332916, -78.9448013, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  490. Part28.BottomSurface = Enum.SurfaceType.Smooth
  491. Part28.TopSurface = Enum.SurfaceType.Smooth
  492. Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  493. Part28.Position = Vector3.new(-103.388954, 117.332916, -78.9448013)
  494. Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  495. ManualWeld29.Name = "Weld"
  496. ManualWeld29.Parent = Part28
  497. ManualWeld29.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  498. ManualWeld29.C1 = CFrame.new(2.90351105, 0.565292358, -0.0512542725, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  499. ManualWeld29.Part0 = Part28
  500. ManualWeld29.Part1 = Part5
  501. Part30.Name = "snowmanmouth2"
  502. Part30.Parent = Model0
  503. Part30.Material = Enum.Material.Glass
  504. Part30.BrickColor = BrickColor.new("Really black")
  505. Part30.CanCollide = false
  506. Part30.Shape = Enum.PartType.Cylinder
  507. Part30.Size = Vector3.new(0.100000001, 0.0500000529, 0.0500000529)
  508. Part30.CFrame = CFrame.new(-103.388954, 117.232918, -78.904808, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  509. Part30.BottomSurface = Enum.SurfaceType.Smooth
  510. Part30.TopSurface = Enum.SurfaceType.Smooth
  511. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  512. Part30.Position = Vector3.new(-103.388954, 117.232918, -78.904808)
  513. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  514. ManualWeld31.Name = "Weld"
  515. ManualWeld31.Parent = Part30
  516. ManualWeld31.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  517. ManualWeld31.C1 = CFrame.new(2.90351105, 0.465293884, -0.0112609863, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  518. ManualWeld31.Part0 = Part30
  519. ManualWeld31.Part1 = Part5
  520. Part32.Name = "snowmannose"
  521. Part32.Parent = Model0
  522. Part32.Material = Enum.Material.Glass
  523. Part32.BrickColor = BrickColor.new("Deep orange")
  524. Part32.CanCollide = false
  525. Part32.Shape = Enum.PartType.Cylinder
  526. Part32.Size = Vector3.new(0.100000001, 0.0500000529, 0.0500000529)
  527. Part32.CFrame = CFrame.new(-103.388954, 117.282921, -78.904808, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  528. Part32.BottomSurface = Enum.SurfaceType.Smooth
  529. Part32.TopSurface = Enum.SurfaceType.Smooth
  530. Part32.Color = Color3.new(1, 0.690196, 0)
  531. Part32.Position = Vector3.new(-103.388954, 117.282921, -78.904808)
  532. Part32.Color = Color3.new(1, 0.690196, 0)
  533. ManualWeld33.Name = "Weld"
  534. ManualWeld33.Parent = Part32
  535. ManualWeld33.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  536. ManualWeld33.C1 = CFrame.new(2.90351105, 0.515296936, -0.0112609863, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  537. ManualWeld33.Part0 = Part32
  538. ManualWeld33.Part1 = Part5
  539. Part34.Name = "snowmanmouth3"
  540. Part34.Parent = Model0
  541. Part34.Material = Enum.Material.Glass
  542. Part34.BrickColor = BrickColor.new("Really black")
  543. Part34.CanCollide = false
  544. Part34.Shape = Enum.PartType.Cylinder
  545. Part34.Size = Vector3.new(0.100000001, 0.0500000529, 0.0500000529)
  546. Part34.CFrame = CFrame.new(-103.388954, 117.252914, -78.8448105, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  547. Part34.BottomSurface = Enum.SurfaceType.Smooth
  548. Part34.TopSurface = Enum.SurfaceType.Smooth
  549. Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  550. Part34.Position = Vector3.new(-103.388954, 117.252914, -78.8448105)
  551. Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  552. ManualWeld35.Name = "Weld"
  553. ManualWeld35.Parent = Part34
  554. ManualWeld35.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  555. ManualWeld35.C1 = CFrame.new(2.90351105, 0.485290527, 0.0487365723, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  556. ManualWeld35.Part0 = Part34
  557. ManualWeld35.Part1 = Part5
  558. Part36.Name = "snowmanmouth1"
  559. Part36.Parent = Model0
  560. Part36.Material = Enum.Material.Glass
  561. Part36.BrickColor = BrickColor.new("Really black")
  562. Part36.CanCollide = false
  563. Part36.Shape = Enum.PartType.Cylinder
  564. Part36.Size = Vector3.new(0.100000001, 0.0500000529, 0.0500000529)
  565. Part36.CFrame = CFrame.new(-103.388954, 117.252914, -78.9748077, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  566. Part36.BottomSurface = Enum.SurfaceType.Smooth
  567. Part36.TopSurface = Enum.SurfaceType.Smooth
  568. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  569. Part36.Position = Vector3.new(-103.388954, 117.252914, -78.9748077)
  570. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  571. ManualWeld37.Name = "Weld"
  572. ManualWeld37.Parent = Part36
  573. ManualWeld37.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  574. ManualWeld37.C1 = CFrame.new(2.90351105, 0.485290527, -0.0812606812, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  575. ManualWeld37.Part0 = Part36
  576. ManualWeld37.Part1 = Part5
  577. Part38.Name = "snowmanbutton1"
  578. Part38.Parent = Model0
  579. Part38.Material = Enum.Material.Glass
  580. Part38.BrickColor = BrickColor.new("Really black")
  581. Part38.CanCollide = false
  582. Part38.Shape = Enum.PartType.Cylinder
  583. Part38.Size = Vector3.new(0.100000001, 0.100000054, 0.100000054)
  584. Part38.CFrame = CFrame.new(-103.388954, 117.107918, -78.904808, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  585. Part38.BottomSurface = Enum.SurfaceType.Smooth
  586. Part38.TopSurface = Enum.SurfaceType.Smooth
  587. Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  588. Part38.Position = Vector3.new(-103.388954, 117.107918, -78.904808)
  589. Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  590. ManualWeld39.Name = "Weld"
  591. ManualWeld39.Parent = Part38
  592. ManualWeld39.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  593. ManualWeld39.C1 = CFrame.new(2.90351105, 0.340293884, -0.0112609863, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  594. ManualWeld39.Part0 = Part38
  595. ManualWeld39.Part1 = Part5
  596. Part40.Name = "snowmanbutton2"
  597. Part40.Parent = Model0
  598. Part40.Material = Enum.Material.Glass
  599. Part40.BrickColor = BrickColor.new("Really black")
  600. Part40.CanCollide = false
  601. Part40.Shape = Enum.PartType.Cylinder
  602. Part40.Size = Vector3.new(0.100000001, 0.100000054, 0.100000054)
  603. Part40.CFrame = CFrame.new(-103.388954, 116.957916, -78.904808, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  604. Part40.BottomSurface = Enum.SurfaceType.Smooth
  605. Part40.TopSurface = Enum.SurfaceType.Smooth
  606. Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  607. Part40.Position = Vector3.new(-103.388954, 116.957916, -78.904808)
  608. Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  609. ManualWeld41.Name = "Weld"
  610. ManualWeld41.Parent = Part40
  611. ManualWeld41.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  612. ManualWeld41.C1 = CFrame.new(2.90351105, 0.190292358, -0.0112609863, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  613. ManualWeld41.Part0 = Part40
  614. ManualWeld41.Part1 = Part5
  615. Part42.Name = "snowmanbutton3"
  616. Part42.Parent = Model0
  617. Part42.Material = Enum.Material.Glass
  618. Part42.BrickColor = BrickColor.new("Really black")
  619. Part42.CanCollide = false
  620. Part42.Shape = Enum.PartType.Cylinder
  621. Part42.Size = Vector3.new(0.100000001, 0.100000054, 0.100000054)
  622. Part42.CFrame = CFrame.new(-103.388954, 116.807915, -78.904808, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  623. Part42.BottomSurface = Enum.SurfaceType.Smooth
  624. Part42.TopSurface = Enum.SurfaceType.Smooth
  625. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  626. Part42.Position = Vector3.new(-103.388954, 116.807915, -78.904808)
  627. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  628. ManualWeld43.Name = "Weld"
  629. ManualWeld43.Parent = Part42
  630. ManualWeld43.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  631. ManualWeld43.C1 = CFrame.new(2.90351105, 0.0402908325, -0.0112609863, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  632. ManualWeld43.Part0 = Part42
  633. ManualWeld43.Part1 = Part5
  634. Part44.Name = "snowmantophat1"
  635. Part44.Parent = Model0
  636. Part44.Material = Enum.Material.Glass
  637. Part44.BrickColor = BrickColor.new("Really black")
  638. Part44.CanCollide = false
  639. Part44.Size = Vector3.new(0.100000001, 0.0500000529, 0.25000006)
  640. Part44.CFrame = CFrame.new(-103.418953, 117.419205, -78.8998032, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  641. Part44.BottomSurface = Enum.SurfaceType.Smooth
  642. Part44.TopSurface = Enum.SurfaceType.Smooth
  643. Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  644. Part44.Position = Vector3.new(-103.418953, 117.419205, -78.8998032)
  645. Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  646. ManualWeld45.Name = "Weld"
  647. ManualWeld45.Parent = Part44
  648. ManualWeld45.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  649. ManualWeld45.C1 = CFrame.new(2.87351227, 0.651580811, -0.00625610352, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  650. ManualWeld45.Part0 = Part44
  651. ManualWeld45.Part1 = Part5
  652. Part46.Name = "snowmantophat2"
  653. Part46.Parent = Model0
  654. Part46.Material = Enum.Material.Glass
  655. Part46.BrickColor = BrickColor.new("Really black")
  656. Part46.CanCollide = false
  657. Part46.Size = Vector3.new(0.100000001, 0.150000051, 0.100000054)
  658. Part46.CFrame = CFrame.new(-103.418953, 117.469208, -78.9048004, 1, -5.56362707e-08, 0, 5.56362707e-08, 1, 0, 0, 0, 0.999998629)
  659. Part46.BottomSurface = Enum.SurfaceType.Smooth
  660. Part46.TopSurface = Enum.SurfaceType.Smooth
  661. Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  662. Part46.Position = Vector3.new(-103.418953, 117.469208, -78.9048004)
  663. Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  664. ManualWeld47.Name = "Weld"
  665. ManualWeld47.Parent = Part46
  666. ManualWeld47.C0 = CFrame.new(0, 0, 0, 1, 5.56362707e-08, 0, -5.56362707e-08, 1, 0, 0, 0, 0.999999344)
  667. ManualWeld47.C1 = CFrame.new(2.87351227, 0.701583862, -0.0112533569, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  668. ManualWeld47.Part0 = Part46
  669. ManualWeld47.Part1 = Part5
  670. Part48.Name = "rightbelt"
  671. Part48.Parent = Model0
  672. Part48.Material = Enum.Material.Glass
  673. Part48.BrickColor = BrickColor.new("Deep blue")
  674. Part48.CanCollide = false
  675. Part48.Size = Vector3.new(0.0999999046, 0.300000012, 1.60000002)
  676. Part48.CFrame = CFrame.new(-103.824539, 115.657906, -79.681488, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  677. Part48.BottomSurface = Enum.SurfaceType.Smooth
  678. Part48.TopSurface = Enum.SurfaceType.Smooth
  679. Part48.Color = Color3.new(0.129412, 0.329412, 0.72549)
  680. Part48.Position = Vector3.new(-103.824539, 115.657906, -79.681488)
  681. Part48.Color = Color3.new(0.129412, 0.329412, 0.72549)
  682. ManualWeld49.Name = "Weld"
  683. ManualWeld49.Parent = Part48
  684. ManualWeld49.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  685. ManualWeld49.C1 = CFrame.new(2.46792603, -1.10971832, -0.787940979, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  686. ManualWeld49.Part0 = Part48
  687. ManualWeld49.Part1 = Part5
  688. Part50.Name = "leftbelt"
  689. Part50.Parent = Model0
  690. Part50.Material = Enum.Material.Glass
  691. Part50.BrickColor = BrickColor.new("Deep blue")
  692. Part50.CanCollide = false
  693. Part50.Size = Vector3.new(0.0999999046, 0.300000012, 1.60000002)
  694. Part50.CFrame = CFrame.new(-105.874535, 115.657906, -79.681488, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  695. Part50.BottomSurface = Enum.SurfaceType.Smooth
  696. Part50.TopSurface = Enum.SurfaceType.Smooth
  697. Part50.Color = Color3.new(0.129412, 0.329412, 0.72549)
  698. Part50.Position = Vector3.new(-105.874535, 115.657906, -79.681488)
  699. Part50.Color = Color3.new(0.129412, 0.329412, 0.72549)
  700. ManualWeld51.Name = "Weld"
  701. ManualWeld51.Parent = Part50
  702. ManualWeld51.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  703. ManualWeld51.C1 = CFrame.new(0.417930603, -1.10971832, -0.787940979, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  704. ManualWeld51.Part0 = Part50
  705. ManualWeld51.Part1 = Part5
  706. Part52.Name = "beltringbottom"
  707. Part52.Parent = Model0
  708. Part52.Material = Enum.Material.Glass
  709. Part52.BrickColor = BrickColor.new("Institutional white")
  710. Part52.Rotation = Vector3.new(0, 90, 0)
  711. Part52.CanCollide = false
  712. Part52.Size = Vector3.new(0.150000006, 0.0500000007, 0.649999857)
  713. Part52.CFrame = CFrame.new(-104.79953, 115.507904, -80.4814682, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -0.999999166, 0, -4.37113528e-08)
  714. Part52.BottomSurface = Enum.SurfaceType.Smooth
  715. Part52.TopSurface = Enum.SurfaceType.Smooth
  716. Part52.Color = Color3.new(0.972549, 0.972549, 0.972549)
  717. Part52.Position = Vector3.new(-104.79953, 115.507904, -80.4814682)
  718. Part52.Orientation = Vector3.new(0, 90, 0)
  719. Part52.Color = Color3.new(0.972549, 0.972549, 0.972549)
  720. ManualWeld53.Name = "Weld"
  721. ManualWeld53.Parent = Part52
  722. ManualWeld53.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -0.999999762, 0, 0.99999994, 0, 1, 0, -4.37113776e-08)
  723. ManualWeld53.C1 = CFrame.new(1.49293518, -1.25971985, -1.58792114, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  724. ManualWeld53.Part0 = Part52
  725. ManualWeld53.Part1 = Part5
  726. Part54.Name = "beltringright"
  727. Part54.Parent = Model0
  728. Part54.Material = Enum.Material.Glass
  729. Part54.BrickColor = BrickColor.new("Institutional white")
  730. Part54.Rotation = Vector3.new(0, 90, 0)
  731. Part54.CanCollide = false
  732. Part54.Size = Vector3.new(0.150000006, 0.300000012, 0.0500000007)
  733. Part54.CFrame = CFrame.new(-104.499527, 115.657906, -80.4814682, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -0.999999166, 0, -4.37113528e-08)
  734. Part54.BottomSurface = Enum.SurfaceType.Smooth
  735. Part54.TopSurface = Enum.SurfaceType.Smooth
  736. Part54.Color = Color3.new(0.972549, 0.972549, 0.972549)
  737. Part54.Position = Vector3.new(-104.499527, 115.657906, -80.4814682)
  738. Part54.Orientation = Vector3.new(0, 90, 0)
  739. Part54.Color = Color3.new(0.972549, 0.972549, 0.972549)
  740. ManualWeld55.Name = "Weld"
  741. ManualWeld55.Parent = Part54
  742. ManualWeld55.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -0.999999762, 0, 0.99999994, 0, 1, 0, -4.37113776e-08)
  743. ManualWeld55.C1 = CFrame.new(1.79293823, -1.10971832, -1.58792114, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  744. ManualWeld55.Part0 = Part54
  745. ManualWeld55.Part1 = Part5
  746. Part56.Name = "beltringleft"
  747. Part56.Parent = Model0
  748. Part56.Material = Enum.Material.Glass
  749. Part56.BrickColor = BrickColor.new("Institutional white")
  750. Part56.Rotation = Vector3.new(0, 90, 0)
  751. Part56.CanCollide = false
  752. Part56.Size = Vector3.new(0.150000006, 0.300000012, 0.0500000007)
  753. Part56.CFrame = CFrame.new(-105.099525, 115.657906, -80.4814682, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -0.999999166, 0, -4.37113528e-08)
  754. Part56.BottomSurface = Enum.SurfaceType.Smooth
  755. Part56.TopSurface = Enum.SurfaceType.Smooth
  756. Part56.Color = Color3.new(0.972549, 0.972549, 0.972549)
  757. Part56.Position = Vector3.new(-105.099525, 115.657906, -80.4814682)
  758. Part56.Orientation = Vector3.new(0, 90, 0)
  759. Part56.Color = Color3.new(0.972549, 0.972549, 0.972549)
  760. ManualWeld57.Name = "Weld"
  761. ManualWeld57.Parent = Part56
  762. ManualWeld57.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -0.999999762, 0, 0.99999994, 0, 1, 0, -4.37113776e-08)
  763. ManualWeld57.C1 = CFrame.new(1.19293976, -1.10971832, -1.58792114, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  764. ManualWeld57.Part0 = Part56
  765. ManualWeld57.Part1 = Part5
  766. Part58.Name = "body"
  767. Part58.Parent = Model0
  768. Part58.Material = Enum.Material.Metal
  769. Part58.BrickColor = BrickColor.new("Institutional white")
  770. Part58.Rotation = Vector3.new(0, 0, 90)
  771. Part58.Shape = Enum.PartType.Cylinder
  772. Part58.Size = Vector3.new(1.39999998, 2, 2)
  773. Part58.CFrame = CFrame.new(-104.838966, 116.207901, -78.4198074, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.999999106)
  774. Part58.BottomSurface = Enum.SurfaceType.Smooth
  775. Part58.TopSurface = Enum.SurfaceType.Smooth
  776. Part58.Color = Color3.new(0.972549, 0.972549, 0.972549)
  777. Part58.Position = Vector3.new(-104.838966, 116.207901, -78.4198074)
  778. Part58.Orientation = Vector3.new(0, 0, 90)
  779. Part58.Color = Color3.new(0.972549, 0.972549, 0.972549)
  780. ManualWeld59.Name = "Weld"
  781. ManualWeld59.Parent = Part58
  782. ManualWeld59.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.999999702)
  783. ManualWeld59.C1 = CFrame.new(1.45349884, -0.5597229, 0.473739624, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  784. ManualWeld59.Part0 = Part58
  785. ManualWeld59.Part1 = Part5
  786. Part60.Name = "bodypart2"
  787. Part60.Parent = Model0
  788. Part60.Material = Enum.Material.Metal
  789. Part60.BrickColor = BrickColor.new("Institutional white")
  790. Part60.Rotation = Vector3.new(0, 0, 90)
  791. Part60.CanCollide = false
  792. Part60.Shape = Enum.PartType.Cylinder
  793. Part60.Size = Vector3.new(0.299999952, 2.20000005, 2.20000005)
  794. Part60.CFrame = CFrame.new(-104.838966, 115.857903, -78.4198074, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.999998629)
  795. Part60.BottomSurface = Enum.SurfaceType.Smooth
  796. Part60.TopSurface = Enum.SurfaceType.Smooth
  797. Part60.Color = Color3.new(0.972549, 0.972549, 0.972549)
  798. Part60.Position = Vector3.new(-104.838966, 115.857903, -78.4198074)
  799. Part60.Orientation = Vector3.new(0, 0, 90)
  800. Part60.Color = Color3.new(0.972549, 0.972549, 0.972549)
  801. ManualWeld61.Name = "Weld"
  802. ManualWeld61.Parent = Part60
  803. ManualWeld61.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.999999344)
  804. ManualWeld61.C1 = CFrame.new(1.45349884, -0.909721375, 0.473739624, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  805. ManualWeld61.Part0 = Part60
  806. ManualWeld61.Part1 = Part5
  807. Part62.Name = "bodypart1"
  808. Part62.Parent = Model0
  809. Part62.Material = Enum.Material.Metal
  810. Part62.BrickColor = BrickColor.new("Institutional white")
  811. Part62.Rotation = Vector3.new(0, 0, 90)
  812. Part62.CanCollide = false
  813. Part62.Shape = Enum.PartType.Cylinder
  814. Part62.Size = Vector3.new(0.299999952, 2.20000005, 2.20000005)
  815. Part62.CFrame = CFrame.new(-104.838966, 116.582901, -78.4198074, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.99999994)
  816. Part62.BottomSurface = Enum.SurfaceType.Smooth
  817. Part62.TopSurface = Enum.SurfaceType.Smooth
  818. Part62.Color = Color3.new(0.972549, 0.972549, 0.972549)
  819. Part62.Position = Vector3.new(-104.838966, 116.582901, -78.4198074)
  820. Part62.Orientation = Vector3.new(0, 0, 90)
  821. Part62.Color = Color3.new(0.972549, 0.972549, 0.972549)
  822. ManualWeld63.Name = "Weld"
  823. ManualWeld63.Parent = Part62
  824. ManualWeld63.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.99999994)
  825. ManualWeld63.C1 = CFrame.new(1.45349884, -0.1847229, 0.473739624, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  826. ManualWeld63.Part0 = Part62
  827. ManualWeld63.Part1 = Part5
  828. Part64.Name = "machineLeft"
  829. Part64.Parent = Model0
  830. Part64.Material = Enum.Material.Glass
  831. Part64.BrickColor = BrickColor.new("Deep blue")
  832. Part64.Size = Vector3.new(1, 1, 1)
  833. Part64.CFrame = CFrame.new(-105.74247, 117.117615, -78.8935471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  834. Part64.BottomSurface = Enum.SurfaceType.Smooth
  835. Part64.TopSurface = Enum.SurfaceType.Smooth
  836. Part64.Color = Color3.new(0.129412, 0.329412, 0.72549)
  837. Part64.Position = Vector3.new(-105.74247, 117.117615, -78.8935471)
  838. Part64.Color = Color3.new(0.129412, 0.329412, 0.72549)
  839. ManualWeld65.Name = "Weld"
  840. ManualWeld65.Parent = Part64
  841. ManualWeld65.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  842. ManualWeld65.C1 = CFrame.new(0.549995422, 0.349990845, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  843. ManualWeld65.Part0 = Part64
  844. ManualWeld65.Part1 = Part5
  845. Part66.Name = "bodytop"
  846. Part66.Parent = Model0
  847. Part66.Material = Enum.Material.Metal
  848. Part66.BrickColor = BrickColor.new("Institutional white")
  849. Part66.Size = Vector3.new(2, 1.0999999, 2)
  850. Part66.CFrame = CFrame.new(-104.840225, 116.792618, -78.4294357, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  851. Part66.BottomSurface = Enum.SurfaceType.Smooth
  852. Part66.TopSurface = Enum.SurfaceType.Smooth
  853. Part66.Color = Color3.new(0.972549, 0.972549, 0.972549)
  854. Part66.Position = Vector3.new(-104.840225, 116.792618, -78.4294357)
  855. Part66.Color = Color3.new(0.972549, 0.972549, 0.972549)
  856. SpecialMesh67.Parent = Part66
  857. SpecialMesh67.MeshType = Enum.MeshType.Sphere
  858. ManualWeld68.Name = "Weld"
  859. ManualWeld68.Parent = Part66
  860. ManualWeld68.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  861. ManualWeld68.C1 = CFrame.new(1.45223999, 0.0249938965, 0.464111328, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  862. ManualWeld68.Part0 = Part66
  863. ManualWeld68.Part1 = Part5
  864. Part69.Name = "bodybottom"
  865. Part69.Parent = Model0
  866. Part69.Material = Enum.Material.Metal
  867. Part69.BrickColor = BrickColor.new("Institutional white")
  868. Part69.Size = Vector3.new(2, 1.0999999, 2)
  869. Part69.CFrame = CFrame.new(-104.840225, 115.667618, -78.4294357, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999046)
  870. Part69.BottomSurface = Enum.SurfaceType.Smooth
  871. Part69.TopSurface = Enum.SurfaceType.Smooth
  872. Part69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  873. Part69.Position = Vector3.new(-104.840225, 115.667618, -78.4294357)
  874. Part69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  875. SpecialMesh70.Parent = Part69
  876. SpecialMesh70.MeshType = Enum.MeshType.Sphere
  877. ManualWeld71.Name = "Weld"
  878. ManualWeld71.Parent = Part69
  879. ManualWeld71.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  880. ManualWeld71.C1 = CFrame.new(1.45223999, -1.1000061, 0.464111328, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999762)
  881. ManualWeld71.Part0 = Part69
  882. ManualWeld71.Part1 = Part5
  883. Part72.Name = "machineLeftTank"
  884. Part72.Parent = Model0
  885. Part72.Material = Enum.Material.Glass
  886. Part72.BrickColor = BrickColor.new("Deep blue")
  887. Part72.Rotation = Vector3.new(0, 0, 90)
  888. Part72.Shape = Enum.PartType.Cylinder
  889. Part72.Size = Vector3.new(1.4000001, 1, 1)
  890. Part72.CFrame = CFrame.new(-105.713966, 116.007904, -78.8948059, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.999998748)
  891. Part72.BottomSurface = Enum.SurfaceType.Smooth
  892. Part72.TopSurface = Enum.SurfaceType.Smooth
  893. Part72.Color = Color3.new(0.129412, 0.329412, 0.72549)
  894. Part72.Position = Vector3.new(-105.713966, 116.007904, -78.8948059)
  895. Part72.Orientation = Vector3.new(0, 0, 90)
  896. Part72.Color = Color3.new(0.129412, 0.329412, 0.72549)
  897. ManualWeld73.Name = "Weld"
  898. ManualWeld73.Parent = Part72
  899. ManualWeld73.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.999999464)
  900. ManualWeld73.C1 = CFrame.new(0.57849884, -0.759719849, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  901. ManualWeld73.Part0 = Part72
  902. ManualWeld73.Part1 = Part5
  903. Part74.Name = "machineRightTank"
  904. Part74.Parent = Model0
  905. Part74.Material = Enum.Material.Glass
  906. Part74.BrickColor = BrickColor.new("Deep blue")
  907. Part74.Rotation = Vector3.new(0, 0, 90)
  908. Part74.Shape = Enum.PartType.Cylinder
  909. Part74.Size = Vector3.new(1.39999998, 1, 1)
  910. Part74.CFrame = CFrame.new(-103.963959, 116.007904, -78.8948059, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.999998629)
  911. Part74.BottomSurface = Enum.SurfaceType.Smooth
  912. Part74.TopSurface = Enum.SurfaceType.Smooth
  913. Part74.Color = Color3.new(0.129412, 0.329412, 0.72549)
  914. Part74.Position = Vector3.new(-103.963959, 116.007904, -78.8948059)
  915. Part74.Orientation = Vector3.new(0, 0, 90)
  916. Part74.Color = Color3.new(0.129412, 0.329412, 0.72549)
  917. ManualWeld75.Name = "Weld"
  918. ManualWeld75.Parent = Part74
  919. ManualWeld75.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.999999344)
  920. ManualWeld75.C1 = CFrame.new(2.32850647, -0.759719849, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  921. ManualWeld75.Part0 = Part74
  922. ManualWeld75.Part1 = Part5
  923. Part76.Name = "machineRight"
  924. Part76.Parent = Model0
  925. Part76.Material = Enum.Material.Glass
  926. Part76.BrickColor = BrickColor.new("Deep blue")
  927. Part76.Size = Vector3.new(1, 1, 1)
  928. Part76.CFrame = CFrame.new(-103.942467, 117.117615, -78.8935471, 1, 0, 0, 0, 1, 0, 0, 0, 0.999998689)
  929. Part76.BottomSurface = Enum.SurfaceType.Smooth
  930. Part76.TopSurface = Enum.SurfaceType.Smooth
  931. Part76.Color = Color3.new(0.129412, 0.329412, 0.72549)
  932. Part76.Position = Vector3.new(-103.942467, 117.117615, -78.8935471)
  933. Part76.Color = Color3.new(0.129412, 0.329412, 0.72549)
  934. ManualWeld77.Name = "Weld"
  935. ManualWeld77.Parent = Part76
  936. ManualWeld77.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999404)
  937. ManualWeld77.C1 = CFrame.new(2.34999847, 0.349990845, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  938. ManualWeld77.Part0 = Part76
  939. ManualWeld77.Part1 = Part5
  940. Part78.Name = "machineLeftPart2"
  941. Part78.Parent = Model0
  942. Part78.Material = Enum.Material.Glass
  943. Part78.BrickColor = BrickColor.new("Deep blue")
  944. Part78.Rotation = Vector3.new(0, 0, 90)
  945. Part78.CanCollide = false
  946. Part78.Shape = Enum.PartType.Cylinder
  947. Part78.Size = Vector3.new(0.399999976, 0.5, 0.5)
  948. Part78.CFrame = CFrame.new(-105.713966, 115.307907, -78.8948059, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.999998629)
  949. Part78.BottomSurface = Enum.SurfaceType.Smooth
  950. Part78.TopSurface = Enum.SurfaceType.Smooth
  951. Part78.Color = Color3.new(0.129412, 0.329412, 0.72549)
  952. Part78.Position = Vector3.new(-105.713966, 115.307907, -78.8948059)
  953. Part78.Orientation = Vector3.new(0, 0, 90)
  954. Part78.Color = Color3.new(0.129412, 0.329412, 0.72549)
  955. ManualWeld79.Name = "Weld"
  956. ManualWeld79.Parent = Part78
  957. ManualWeld79.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.999999344)
  958. ManualWeld79.C1 = CFrame.new(0.57849884, -1.4597168, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  959. ManualWeld79.Part0 = Part78
  960. ManualWeld79.Part1 = Part5
  961. Part80.Name = "machineRightPart2"
  962. Part80.Parent = Model0
  963. Part80.Material = Enum.Material.Glass
  964. Part80.BrickColor = BrickColor.new("Deep blue")
  965. Part80.Rotation = Vector3.new(0, 0, 90)
  966. Part80.CanCollide = false
  967. Part80.Shape = Enum.PartType.Cylinder
  968. Part80.Size = Vector3.new(0.399999976, 0.5, 0.5)
  969. Part80.CFrame = CFrame.new(-103.963959, 115.307907, -78.8948059, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.999998629)
  970. Part80.BottomSurface = Enum.SurfaceType.Smooth
  971. Part80.TopSurface = Enum.SurfaceType.Smooth
  972. Part80.Color = Color3.new(0.129412, 0.329412, 0.72549)
  973. Part80.Position = Vector3.new(-103.963959, 115.307907, -78.8948059)
  974. Part80.Orientation = Vector3.new(0, 0, 90)
  975. Part80.Color = Color3.new(0.129412, 0.329412, 0.72549)
  976. ManualWeld81.Name = "Weld"
  977. ManualWeld81.Parent = Part80
  978. ManualWeld81.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.999999344)
  979. ManualWeld81.C1 = CFrame.new(2.32850647, -1.4597168, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  980. ManualWeld81.Part0 = Part80
  981. ManualWeld81.Part1 = Part5
  982. Part82.Name = "machineRightPart1"
  983. Part82.Parent = Model0
  984. Part82.Material = Enum.Material.Glass
  985. Part82.BrickColor = BrickColor.new("Deep blue")
  986. Part82.Rotation = Vector3.new(0, 0, 90)
  987. Part82.CanCollide = false
  988. Part82.Shape = Enum.PartType.Cylinder
  989. Part82.Size = Vector3.new(0.399999976, 1.20000005, 1.20000005)
  990. Part82.CFrame = CFrame.new(-103.963959, 115.807907, -78.8948059, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.999998629)
  991. Part82.BottomSurface = Enum.SurfaceType.Smooth
  992. Part82.TopSurface = Enum.SurfaceType.Smooth
  993. Part82.Color = Color3.new(0.129412, 0.329412, 0.72549)
  994. Part82.Position = Vector3.new(-103.963959, 115.807907, -78.8948059)
  995. Part82.Orientation = Vector3.new(0, 0, 90)
  996. Part82.Color = Color3.new(0.129412, 0.329412, 0.72549)
  997. ManualWeld83.Name = "Weld"
  998. ManualWeld83.Parent = Part82
  999. ManualWeld83.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.999999344)
  1000. ManualWeld83.C1 = CFrame.new(2.32850647, -0.959716797, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  1001. ManualWeld83.Part0 = Part82
  1002. ManualWeld83.Part1 = Part5
  1003. Part84.Name = "machineLeftPart1"
  1004. Part84.Parent = Model0
  1005. Part84.Material = Enum.Material.Glass
  1006. Part84.BrickColor = BrickColor.new("Deep blue")
  1007. Part84.Rotation = Vector3.new(0, 0, 90)
  1008. Part84.CanCollide = false
  1009. Part84.Shape = Enum.PartType.Cylinder
  1010. Part84.Size = Vector3.new(0.399999976, 1.20000005, 1.20000005)
  1011. Part84.CFrame = CFrame.new(-105.713966, 115.807907, -78.8948059, -4.37113883e-08, -1, 0, 1, -4.37113883e-08, 0, 0, 0, 0.999998629)
  1012. Part84.BottomSurface = Enum.SurfaceType.Smooth
  1013. Part84.TopSurface = Enum.SurfaceType.Smooth
  1014. Part84.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1015. Part84.Position = Vector3.new(-105.713966, 115.807907, -78.8948059)
  1016. Part84.Orientation = Vector3.new(0, 0, 90)
  1017. Part84.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1018. ManualWeld85.Name = "Weld"
  1019. ManualWeld85.Parent = Part84
  1020. ManualWeld85.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1, 0, -1, -4.37113883e-08, 0, 0, 0, 0.999999344)
  1021. ManualWeld85.C1 = CFrame.new(0.57849884, -0.959716797, -0.0012588501, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  1022. ManualWeld85.Part0 = Part84
  1023. ManualWeld85.Part1 = Part5
  1024. Part86.Name = "machineLeftPipe"
  1025. Part86.Parent = Model0
  1026. Part86.Material = Enum.Material.Glass
  1027. Part86.BrickColor = BrickColor.new("Deep blue")
  1028. Part86.Rotation = Vector3.new(-90, 0, 90)
  1029. Part86.CanCollide = false
  1030. Part86.Shape = Enum.PartType.Cylinder
  1031. Part86.Size = Vector3.new(0.399999976, 0.300000042, 0.300000042)
  1032. Part86.CFrame = CFrame.new(-105.913963, 116.257904, -78.2948074, -4.37113883e-08, -1, 0, 1.19248806e-08, -5.21253064e-16, 0.99999994, -0.999998689, 4.3711335e-08, 1.19248638e-08)
  1033. Part86.BottomSurface = Enum.SurfaceType.Smooth
  1034. Part86.TopSurface = Enum.SurfaceType.Smooth
  1035. Part86.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1036. Part86.Position = Vector3.new(-105.913963, 116.257904, -78.2948074)
  1037. Part86.Orientation = Vector3.new(-89.9799957, 0, 90)
  1038. Part86.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1039. ManualWeld87.Name = "Weld"
  1040. ManualWeld87.Parent = Part86
  1041. ManualWeld87.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1.19248806e-08, -0.999999404, -1, -5.21253064e-16, 4.37113634e-08, 0, 0.99999994, 1.19248726e-08)
  1042. ManualWeld87.C1 = CFrame.new(0.378501892, -0.509719849, 0.598739624, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  1043. ManualWeld87.Part0 = Part86
  1044. ManualWeld87.Part1 = Part5
  1045. Part88.Name = "machinePipe"
  1046. Part88.Parent = Model0
  1047. Part88.Material = Enum.Material.Glass
  1048. Part88.BrickColor = BrickColor.new("Deep blue")
  1049. Part88.Rotation = Vector3.new(-90, 0, -180)
  1050. Part88.CanCollide = false
  1051. Part88.Shape = Enum.PartType.Cylinder
  1052. Part88.Size = Vector3.new(2.5999999, 0.300000042, 0.300000042)
  1053. Part88.CFrame = CFrame.new(-104.813957, 116.257904, -78.0948105, -1, 8.74227766e-08, 1.19248798e-08, 1.19248798e-08, -5.21253011e-16, 0.999999881, 8.742267e-08, 0.999998689, -5.21252323e-16)
  1054. Part88.BottomSurface = Enum.SurfaceType.Smooth
  1055. Part88.TopSurface = Enum.SurfaceType.Smooth
  1056. Part88.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1057. Part88.Position = Vector3.new(-104.813957, 116.257904, -78.0948105)
  1058. Part88.Orientation = Vector3.new(-89.9700012, 90, 90)
  1059. Part88.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1060. ManualWeld89.Name = "Weld"
  1061. ManualWeld89.Parent = Part88
  1062. ManualWeld89.C0 = CFrame.new(0, 0, 0, -1, 1.19248798e-08, 8.74227268e-08, 8.74227766e-08, -5.21253011e-16, 0.999999404, 1.19248798e-08, 0.999999881, -5.21252747e-16)
  1063. ManualWeld89.C1 = CFrame.new(1.478508, -0.509719849, 0.798736572, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  1064. ManualWeld89.Part0 = Part88
  1065. ManualWeld89.Part1 = Part5
  1066. Part90.Name = "machineRightPipe"
  1067. Part90.Parent = Model0
  1068. Part90.Material = Enum.Material.Glass
  1069. Part90.BrickColor = BrickColor.new("Deep blue")
  1070. Part90.Rotation = Vector3.new(-90, 0, 90)
  1071. Part90.CanCollide = false
  1072. Part90.Shape = Enum.PartType.Cylinder
  1073. Part90.Size = Vector3.new(0.399999976, 0.300000042, 0.300000042)
  1074. Part90.CFrame = CFrame.new(-103.713966, 116.257904, -78.2948074, -4.37113883e-08, -1, 0, 1.19248806e-08, -5.21253064e-16, 0.99999994, -0.999998689, 4.3711335e-08, 1.19248638e-08)
  1075. Part90.BottomSurface = Enum.SurfaceType.Smooth
  1076. Part90.TopSurface = Enum.SurfaceType.Smooth
  1077. Part90.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1078. Part90.Position = Vector3.new(-103.713966, 116.257904, -78.2948074)
  1079. Part90.Orientation = Vector3.new(-89.9799957, 0, 90)
  1080. Part90.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1081. ManualWeld91.Name = "Weld"
  1082. ManualWeld91.Parent = Part90
  1083. ManualWeld91.C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 1.19248806e-08, -0.999999404, -1, -5.21253064e-16, 4.37113634e-08, 0, 0.99999994, 1.19248726e-08)
  1084. ManualWeld91.C1 = CFrame.new(2.57849884, -0.509719849, 0.598739624, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  1085. ManualWeld91.Part0 = Part90
  1086. ManualWeld91.Part1 = Part5
  1087. Part92.Name = "mainPART"
  1088. Part92.Parent = Model0
  1089. Part92.Transparency = 1
  1090. Part92.CanCollide = false
  1091. Part92.Size = Vector3.new(1, 1, 1)
  1092. Part92.CFrame = CFrame.new(-104.762779, 116.299995, -78.9024048, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999285)
  1093. Part92.BottomSurface = Enum.SurfaceType.Smooth
  1094. Part92.TopSurface = Enum.SurfaceType.Smooth
  1095. Part92.Position = Vector3.new(-104.762779, 116.299995, -78.9024048)
  1096. ManualWeld93.Name = "Weld"
  1097. ManualWeld93.Parent = Part92
  1098. ManualWeld93.C1 = CFrame.new(1.52968597, -0.467628479, -0.00885772705, 1, 0, 0, 0, 1, 0, 0, 0, 0.999999642)
  1099. ManualWeld93.Part0 = Part92
  1100. ManualWeld93.Part1 = Part5
  1101. for i,v in pairs(mas:GetChildren()) do
  1102. v.Parent = char
  1103. mainpart = Part92
  1104. body = Part58
  1105. level1 = Part5
  1106. level2 = Part6
  1107. level3 = Part10
  1108. level4 = Part12
  1109. pcall(function() v:MakeJoints() end)
  1110. end
  1111. mas:Destroy()
  1112. for i,v in pairs(cors) do
  1113. spawn(function()
  1114. pcall(v)
  1115. end)
  1116. end
  1117.  
  1118. local freezepar = Instance.new("ParticleEmitter", Part80)
  1119. freezepar.LightInfluence = 1
  1120. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  1121. freezepar.Texture = "rbxassetid://476778304"
  1122. freezepar.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0, 0), NumberSequenceKeypoint.new(1, 0.5, 0)})
  1123. freezepar.LockedToPart = true
  1124. freezepar.Enabled = false
  1125. freezepar.Lifetime = NumberRange.new(0.2)
  1126. freezepar.Rate = 300
  1127. freezepar.SpreadAngle = Vector2.new(40, 40)
  1128. freezepar.EmissionDirection = "Left"
  1129.  
  1130. local freezepar2 = Instance.new("ParticleEmitter", Part78)
  1131. freezepar2.LightInfluence = 1
  1132. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  1133. freezepar2.Texture = "rbxassetid://476778304"
  1134. freezepar2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0, 0), NumberSequenceKeypoint.new(1, 0.5, 0)})
  1135. freezepar2.LockedToPart = true
  1136. freezepar2.Enabled = false
  1137. freezepar2.Lifetime = NumberRange.new(0.2)
  1138. freezepar2.Rate = 300
  1139. freezepar2.SpreadAngle = Vector2.new(40, 40)
  1140. freezepar2.EmissionDirection = "Left"
  1141.  
  1142. local ws = hum.WalkSpeed
  1143. local jp = hum.JumpPower
  1144. local nws = ws
  1145. local njp = jp
  1146.  
  1147. local rootj0 = rootj.C0
  1148. local neck0 = neck.C0
  1149. local LS0 = LS.C0
  1150. local RS0 = RS.C0
  1151. local LH0 = LH.C0
  1152. local RH0 = RH.C0
  1153. local rootj1 = rootj.C1
  1154. local neck1 = neck.C1
  1155. local LS1 = LS.C1
  1156. local RS1 = RS.C1
  1157. local LH1 = LH.C1
  1158. local RH1 = RH.C1
  1159.  
  1160. -----------------------------------------------------------------------------
  1161.  
  1162. local CFn = CFrame.new
  1163. local CFa = CFrame.Angles
  1164. local Rad = math.rad
  1165. local Cos = math.cos
  1166. local Sin = math.sin
  1167. local sine = 1
  1168. local attacking = false
  1169. local Reloading = false
  1170. local Throwing = false
  1171. local makingCone = false
  1172. local Snowconing = false
  1173. local ThrowingAway = false
  1174. local snowmanning = false
  1175. local Eating = false
  1176. local stage = 0
  1177. local eatstage = 6
  1178. local yumrot = 1
  1179. local BallDamage = 10
  1180. local BallDamage2 = 10
  1181. local SnowBlasting = false
  1182.  
  1183. -----------------------------------------------------------------------------
  1184.  
  1185. local gloves = Instance.new("Model", char)
  1186. gloves.Name = "Glvoes"
  1187.  
  1188. local leftglove = Instance.new("Part", gloves)
  1189. leftglove.Size = Vector3.new(1, 1, 1)
  1190. leftglove.Transparency = 1
  1191. leftglove.CanCollide = false
  1192.  
  1193. local leftgloveW = Instance.new("Weld", leftglove)
  1194. leftgloveW.Part0 = larm
  1195. leftgloveW.Part1 = leftglove
  1196. leftgloveW.C1 = CFn(0, 0.5, 0)
  1197.  
  1198. local upperleftglove = Instance.new("Part", gloves)
  1199. upperleftglove.Size = Vector3.new(1.1, 0.6, 1.1)
  1200. upperleftglove.BrickColor = BrickColor.new("Lapis")
  1201. upperleftglove.CanCollide = false
  1202. upperleftglove.Material = "SmoothPlastic"
  1203.  
  1204. local upperleftgloveW = Instance.new("Weld", upperleftglove)
  1205. upperleftgloveW.Part0 = leftglove
  1206. upperleftgloveW.Part1 = upperleftglove
  1207. upperleftgloveW.C1 = CFn(0, -0.2, 0)
  1208.  
  1209. local lowerleftglove = Instance.new("Part", gloves)
  1210. lowerleftglove.Size = Vector3.new(0.7, 0.5, 1.1)
  1211. lowerleftglove.BrickColor = BrickColor.new("Lapis")
  1212. lowerleftglove.CanCollide = false
  1213. lowerleftglove.Material = "SmoothPlastic"
  1214.  
  1215. local lowerleftgloveW = Instance.new("Weld", lowerleftglove)
  1216. lowerleftgloveW.Part0 = leftglove
  1217. lowerleftgloveW.Part1 = lowerleftglove
  1218. lowerleftgloveW.C1 = CFn(0.2, 0.3, 0)
  1219.  
  1220. local rightglove = Instance.new("Part", gloves)
  1221. rightglove.Size = Vector3.new(1, 1, 1)
  1222. rightglove.Transparency = 1
  1223. rightglove.CanCollide = false
  1224.  
  1225. local rightgloveW = Instance.new("Weld", rightglove)
  1226. rightgloveW.Part0 = rarm
  1227. rightgloveW.Part1 = rightglove
  1228. rightgloveW.C1 = CFn(0, 0.5, 0)
  1229.  
  1230. local upperrightglove = Instance.new("Part", gloves)
  1231. upperrightglove.Size = Vector3.new(1.1, 0.6, 1.1)
  1232. upperrightglove.BrickColor = BrickColor.new("Lapis")
  1233. upperrightglove.CanCollide = false
  1234. upperrightglove.Material = "SmoothPlastic"
  1235.  
  1236. local upperrightgloveW = Instance.new("Weld", upperrightglove)
  1237. upperrightgloveW.Part0 = rightglove
  1238. upperrightgloveW.Part1 = upperrightglove
  1239. upperrightgloveW.C1 = CFn(0, -0.2, 0)
  1240.  
  1241. local lowerrightglove = Instance.new("Part", gloves)
  1242. lowerrightglove.Size = Vector3.new(0.7, 0.5, 1.1)
  1243. lowerrightglove.BrickColor = BrickColor.new("Lapis")
  1244. lowerrightglove.CanCollide = false
  1245. lowerrightglove.Material = "SmoothPlastic"
  1246.  
  1247. local lowerrightgloveW = Instance.new("Weld", lowerrightglove)
  1248. lowerrightgloveW.Part0 = rightglove
  1249. lowerrightgloveW.Part1 = lowerrightglove
  1250. lowerrightgloveW.C1 = CFn(-0.2, 0.3, 0)
  1251.  
  1252. local machineW = Instance.new("Weld", mainpart)
  1253. machineW.Part0 = tor
  1254. machineW.Part1 = mainpart
  1255. machineW.C1 = CFn(-0.1, 0, -1)
  1256.  
  1257. -----------------------------------------------------------------------------
  1258.  
  1259. ArtificialHB = Instance.new("BindableEvent", script)
  1260. ArtificialHB.Name = "Heartbeat"
  1261. script:WaitForChild("Heartbeat")
  1262.  
  1263. frame = 1 / 60
  1264. tf = 0
  1265. allowframeloss = false
  1266. tossremainder = false
  1267.  
  1268.  
  1269. lastframe = tick()
  1270. script.Heartbeat:Fire()
  1271.  
  1272.  
  1273. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1274. tf = tf + s
  1275. if tf >= frame then
  1276. if allowframeloss then
  1277. script.Heartbeat:Fire()
  1278. lastframe = tick()
  1279. else
  1280. for i = 1, math.floor(tf / frame) do
  1281. script.Heartbeat:Fire()
  1282. end
  1283. lastframe = tick()
  1284. end
  1285. if tossremainder then
  1286. tf = 0
  1287. else
  1288. tf = tf - frame * math.floor(tf / frame)
  1289. end
  1290. end
  1291. end)
  1292.  
  1293. function swait(num)
  1294. if num == 0 or num == nil then
  1295. game:service("RunService").Stepped:wait(0)
  1296. else
  1297. for i = 0, num do
  1298. game:service("RunService").Stepped:wait(0)
  1299. end
  1300. end
  1301. end
  1302.  
  1303. function clerp(a, b, t)
  1304. return a:lerp(b, t)
  1305. end
  1306.  
  1307. function GetTorsos(pos, dis)
  1308. local people = workspace:GetChildren()
  1309. local peopletab = {}
  1310. local temp = nil
  1311. local humtor = nil
  1312. local temp2 = nil
  1313. for x = 1, #people do
  1314. temp2 = people[x]
  1315. if temp2.className == "Model" and temp2 ~= char and temp2:FindFirstChildOfClass("Humanoid") then
  1316. temp = temp2:FindFirstChild("Torso") or temp2:FindFirstChild("UpperTorso")
  1317. humtor = temp2:FindFirstChildOfClass("Humanoid")
  1318. if temp ~= nil and humtor ~= nil and humtor.Health > 0 then
  1319. if (temp.Position - pos).magnitude < dis then
  1320. table.insert(peopletab,temp)
  1321. dis = (temp.Position - pos).magnitude
  1322. end
  1323. end
  1324. end
  1325. end
  1326. return peopletab
  1327. end
  1328.  
  1329. function FindNearestTorso(pos)
  1330. local list = game.Workspace:GetChildren()
  1331. local torso = nil
  1332. local dist = 10000
  1333. local temp = nil
  1334. local human = nil
  1335. local temp2 = nil
  1336. for x = 1, #list do
  1337. temp2 = list[x]
  1338. if (temp2.className == "Model") and temp2:FindFirstChildOfClass("Humanoid") and temp2 ~= char then
  1339. temp = temp2:FindFirstChild("Torso") or temp2:FindFirstChild("UpperTorso")
  1340. human = temp2:FindFirstChildOfClass("Humanoid")
  1341. if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  1342. if (temp.Position - pos).magnitude < dist then
  1343. torso = temp
  1344. dist = (temp.Position - pos).magnitude
  1345. end
  1346. end
  1347. end
  1348. end
  1349. return torso
  1350. end
  1351.  
  1352. function Throw()
  1353. if attacking == false and Throwing == false and 4 - stage >= 0.25 then
  1354. attacking = true
  1355. Throwing = true
  1356. BallDamage = math.random(5, 15)
  1357. local CritorNocrit = math.random(1, 10)
  1358. hum.WalkSpeed = 2
  1359. hum.JumpPower = 5
  1360. if not Part80:FindFirstChild("SPOOOOS") then
  1361. spraysound = Instance.new("Sound", Part80)
  1362. spraysound.SoundId = "rbxassetid://843338638"
  1363. spraysound.Looped = true
  1364. spraysound.Volume = 2
  1365. spraysound.Name = "SPOOOOS"
  1366. spraysound:Play()
  1367. else
  1368. spraysound = Part80:FindFirstChild("SPOOOOS")
  1369. spraysound:Play()
  1370. end
  1371. freezepar.Enabled = true
  1372. for i = 0,1,.15 do
  1373. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, Rad(20)), i)
  1374. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1375. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(10), 0, 0), i)
  1376. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(55)), i)
  1377. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1378. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1379. neck.C0 = clerp(neck.C0, neck0, i)
  1380. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1381. LS.C0 = clerp(LS.C0, LS0, i)
  1382. RS.C0 = clerp(RS.C0, RS0, i)
  1383. LH.C0 = clerp(LH.C0, LH0, i)
  1384. RH.C0 = clerp(RH.C0, RH0, i)
  1385. swait()
  1386. end
  1387. local snowball = Instance.new("Part", char)
  1388. snowball.Size = Vector3.new(0.8, 0.8, 0.8)
  1389. snowball.Material = "Sand"
  1390. snowball.Shape = "Ball"
  1391. if CritorNocrit == 5 then
  1392. snowball.BrickColor = BrickColor.new("Gold")
  1393. BallDamage = 30
  1394. else
  1395. snowball.BrickColor = BrickColor.new("Institutional white")
  1396. end
  1397. snowball.CanCollide = false
  1398. snowball.Locked = true
  1399. snowball.CFrame = rarm.CFrame * CFn(0, 1.2, 0)
  1400. local snowballW = Instance.new("Weld", snowball)
  1401. snowballW.Part0 = rarm
  1402. snowballW.Part1 = snowball
  1403. snowballW.C1 = CFn(0, 1.2, 0)
  1404. freezepar.Enabled = false
  1405. spraysound:Stop()
  1406. for i = 0,1,.15 do
  1407. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-25), 0, 0), i)
  1408. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(0, 0, Rad(70)), i)
  1409. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-45), 0, Rad(80)), i)
  1410. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(-45), 0, Rad(-80)), i)
  1411. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), Rad(-70), 0), i)
  1412. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1413. neck.C0 = clerp(neck.C0, neck0, i)
  1414. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1415. LS.C0 = clerp(LS.C0, LS0, i)
  1416. RS.C0 = clerp(RS.C0, RS0, i)
  1417. LH.C0 = clerp(LH.C0, LH0, i)
  1418. RH.C0 = clerp(RH.C0, RH0, i)
  1419. swait()
  1420. end
  1421. if not rightglove:FindFirstChild("HEYTHEREOMGOMGOMGOMGOGMOGMOGMOGM") then
  1422. local throwsound = Instance.new("Sound", rightglove)
  1423. throwsound.SoundId = "rbxassetid://711753382"
  1424. throwsound.Name = "HEYTHEREOMGOMGOMGOMGOGMOGMOGMOGM"
  1425. throwsound.Volume = 2
  1426. if CritorNocrit == 5 then
  1427. throwsound.Pitch = 2
  1428. else
  1429. throwsound.Pitch = 1
  1430. end
  1431. throwsound:Play()
  1432. else
  1433. local throwsound = rightglove:FindFirstChild("HEYTHEREOMGOMGOMGOMGOGMOGMOGMOGM")
  1434. if CritorNocrit == 5 then
  1435. throwsound.Pitch = 2
  1436. else
  1437. throwsound.Pitch = 1
  1438. end
  1439. throwsound:Play()
  1440. end
  1441. snowballW:Destroy()
  1442. local dis = (snowball.Position - Mouse.Hit.p).unit * -1
  1443. snowball.Velocity = dis * 200 + Vector3.new(0, 5, 0)
  1444. local snowballBF = Instance.new("BodyForce", snowball)
  1445. snowballBF.force = Vector3.new(0, snowball:GetMass() * 140, 0)
  1446. local AT0 = Instance.new("Attachment", snowball)
  1447. AT0.Position = Vector3.new(-0.1, 0, 0)
  1448. local AT1 = Instance.new("Attachment", snowball)
  1449. AT1.Position = Vector3.new(0.1, 0, 0)
  1450. local snowtrail = Instance.new("Trail", snowball)
  1451. snowtrail.Attachment0 = AT0
  1452. snowtrail.Attachment1 = AT1
  1453. snowtrail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.4, 0), NumberSequenceKeypoint.new(1, 1, 0)})
  1454. snowtrail.Lifetime = 0.5
  1455. snowtrail.MaxLength = 50
  1456. snowtrail.MinLength = 0.05
  1457. snowtrail.WidthScale = NumberSequence.new({NumberSequenceKeypoint.new(0, 1, 0), NumberSequenceKeypoint.new(1, 0, 0)})
  1458. if CritorNocrit == 5 then
  1459. snowtrail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(239, 184, 56), 0), ColorSequenceKeypoint.new(1, Color3.fromRGB(239, 184, 56), 0)})
  1460. else
  1461. snowball.BrickColor = BrickColor.new("Institutional white")
  1462. end
  1463. game:GetService("Debris"):AddItem(snowball, 30)
  1464. snowball.Touched:connect(function(hit)
  1465. if not hit:IsDescendantOf(char) then
  1466. if hit.Parent:FindFirstChildOfClass("Humanoid") then
  1467. hit.Material = "Sand"
  1468. if CritorNocrit == 5 then
  1469. hit.BrickColor = BrickColor.new("Gold")
  1470. else
  1471. hit.BrickColor = BrickColor.new("Institutional white")
  1472. end
  1473. local thrownhum = hit.Parent:FindFirstChildOfClass("Humanoid")
  1474. thrownhum.Health = thrownhum.Health - BallDamage
  1475. elseif hit.Parent.Parent:FindFirstChildOfClass("Humanoid") then
  1476. hit.Material = "Sand"
  1477. if CritorNocrit == 5 then
  1478. hit.BrickColor = BrickColor.new("Gold")
  1479. else
  1480. hit.BrickColor = BrickColor.new("Institutional white")
  1481. end
  1482. local thrownhum = hit.Parent.Parent:FindFirstChildOfClass("Humanoid")
  1483. thrownhum.Health = thrownhum.Health - BallDamage
  1484. end
  1485. for i = 1,5 do
  1486. local ranAng = math.random(-360, 360)
  1487. local ranPos = math.random(-20, 20)
  1488. local ranPos2 = math.random(-20, 20)
  1489. local ranPos3 = math.random(-20, 20)
  1490. local snowf = Instance.new("Part", char)
  1491. snowf.Size = Vector3.new(0.5, 0.3, 0.5)
  1492. snowf.Material = "Sand"
  1493. if CritorNocrit == 5 then
  1494. snowf.BrickColor = BrickColor.new("Gold")
  1495. else
  1496. snowf.BrickColor = BrickColor.new("Institutional white")
  1497. end
  1498. snowf.Locked = true
  1499. snowf.CFrame = snowball.CFrame * CFa(ranAng, ranAng, ranAng) + Vector3.new(ranPos / 10, ranPos2 / 10, ranPos3 / 10)
  1500. game:GetService("Debris"):AddItem(snowf, 5)
  1501. end
  1502. snowtrail:Destroy()
  1503. local snowballjustforthesound = snowball:Clone()
  1504. snowballjustforthesound.Parent = workspace
  1505. snowballjustforthesound.Anchored = true
  1506. snowball:Destroy()
  1507. snowballjustforthesound.Transparency = 1
  1508. game:GetService("Debris"):AddItem(snowballjustforthesound, 0.3)
  1509. local snowhitsound = Instance.new("Sound", snowballjustforthesound)
  1510. snowhitsound.Volume = 3
  1511. snowhitsound.Name = "finallyifoundahitsoundGOD"
  1512. snowhitsound.SoundId = "rbxassetid://1874310149"
  1513. snowhitsound:Play()
  1514. end
  1515. end)
  1516. for i = 0,1,.15 do
  1517. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(10), 0, 0), i)
  1518. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(-30), Rad(-20), Rad(-40)), i)
  1519. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, Rad(-60)), i)
  1520. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(-5), 0, Rad(-120)), i)
  1521. LH.C1 = clerp(LH.C1, LH1 * CFa(0, Rad(20), Rad(40)), i)
  1522. RH.C1 = clerp(RH.C1, RH1 * CFa(0, 0, Rad(60)), i)
  1523. neck.C0 = clerp(neck.C0, neck0, i)
  1524. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1525. LS.C0 = clerp(LS.C0, LS0, i)
  1526. RS.C0 = clerp(RS.C0, RS0, i)
  1527. LH.C0 = clerp(LH.C0, LH0, i)
  1528. RH.C0 = clerp(RH.C0, RH0, i)
  1529. swait()
  1530. end
  1531. hum.WalkSpeed = nws
  1532. hum.JumpPower = jp
  1533. stage = stage + 0.25
  1534. Throwing = false
  1535. attacking = false
  1536. elseif attacking == false and 4 - stage < 0.25 then
  1537. attacking = true
  1538. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0))})
  1539. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0))})
  1540. if not Part78:FindFirstChild("ASDASDASDASDACOMINE") then
  1541. errorsound = Instance.new("Sound", Part78)
  1542. errorsound.Volume = 2
  1543. errorsound.Name = "ASDASDASDASDACOMINE"
  1544. errorsound.SoundId = "rbxassetid://1388726556"
  1545. errorsound.Pitch = 0.5
  1546. errorsound:Play()
  1547. else
  1548. errorsound = Part78:FindFirstChild("ASDASDASDASDACOMINE")
  1549. errorsound:Play()
  1550. end
  1551. if not Part80:FindFirstChild("ASDASDASDASDACOMINE") then
  1552. errorsound2 = Instance.new("Sound", Part80)
  1553. errorsound2.Volume = 2
  1554. errorsound2.Name = "ASDASDASDASDACOMINE"
  1555. errorsound2.SoundId = "rbxassetid://1388726556"
  1556. errorsound2.Pitch = 0.5
  1557. errorsound2:Play()
  1558. else
  1559. errorsound2 = Part80:FindFirstChild("ASDASDASDASDACOMINE")
  1560. errorsound2:Play()
  1561. end
  1562. freezepar.Enabled = true
  1563. freezepar2.Enabled = true
  1564. wait(0.15)
  1565. freezepar.Enabled = false
  1566. freezepar2.Enabled = false
  1567. wait(0.2)
  1568. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  1569. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  1570. attacking = false
  1571. end
  1572. end
  1573.  
  1574. function Reload()
  1575. if attacking == false and Reloading == false and stage > 0 and Snowconing == false then
  1576. attacking = true
  1577. Reloading = true
  1578. hum.WalkSpeed = 0
  1579. hum.JumpPower = 0
  1580. for i = 0,1,.15 do
  1581. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, Rad(20)), i)
  1582. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1583. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, 0), i)
  1584. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(60), 0, Rad(55)), i)
  1585. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1586. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1587. neck.C0 = clerp(neck.C0, neck0, i)
  1588. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1589. LS.C0 = clerp(LS.C0, LS0, i)
  1590. RS.C0 = clerp(RS.C0, RS0, i)
  1591. LH.C0 = clerp(LH.C0, LH0, i)
  1592. RH.C0 = clerp(RH.C0, RH0, i)
  1593. swait()
  1594. end
  1595. if not rarm:FindFirstChild("BUMPBUMP") then
  1596. relsound = Instance.new("Sound", rightglove)
  1597. relsound.SoundId = "rbxassetid://1874401444"
  1598. relsound.Volume = 2
  1599. relsound:Play()
  1600. else
  1601. relsound = rarm:FindFirstChild("BUMPBUMP")
  1602. relsound:Play()
  1603. end
  1604. for i = 0,1,.15 do
  1605. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-25), 0, Rad(20)), i)
  1606. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1607. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, 0), i)
  1608. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(55)), i)
  1609. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1610. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1611. neck.C0 = clerp(neck.C0, neck0, i)
  1612. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1613. LS.C0 = clerp(LS.C0, LS0, i)
  1614. RS.C0 = clerp(RS.C0, RS0, i)
  1615. LH.C0 = clerp(LH.C0, LH0, i)
  1616. RH.C0 = clerp(RH.C0, RH0, i)
  1617. swait()
  1618. end
  1619. for i = 0,1,.15 do
  1620. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, Rad(20)), i)
  1621. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1622. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, 0), i)
  1623. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(60), 0, Rad(55)), i)
  1624. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1625. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1626. neck.C0 = clerp(neck.C0, neck0, i)
  1627. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1628. LS.C0 = clerp(LS.C0, LS0, i)
  1629. RS.C0 = clerp(RS.C0, RS0, i)
  1630. LH.C0 = clerp(LH.C0, LH0, i)
  1631. RH.C0 = clerp(RH.C0, RH0, i)
  1632. swait()
  1633. end
  1634. relsound:Play()
  1635. for i = 0,1,.15 do
  1636. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-25), 0, Rad(20)), i)
  1637. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1638. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, 0), i)
  1639. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(55)), i)
  1640. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1641. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1642. neck.C0 = clerp(neck.C0, neck0, i)
  1643. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1644. LS.C0 = clerp(LS.C0, LS0, i)
  1645. RS.C0 = clerp(RS.C0, RS0, i)
  1646. LH.C0 = clerp(LH.C0, LH0, i)
  1647. RH.C0 = clerp(RH.C0, RH0, i)
  1648. swait()
  1649. end
  1650. hum.WalkSpeed = nws
  1651. hum.JumpPower = jp
  1652. stage = 0
  1653. Reloading = false
  1654. attacking = false
  1655. elseif attacking == false and Reloading == false and stage >= 1 and Snowconing == true then
  1656. attacking = true
  1657. Reloading = true
  1658. hum.WalkSpeed = 0
  1659. hum.JumpPower = 0
  1660. for i = 0,1,.15 do
  1661. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, Rad(20)), i)
  1662. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1663. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.2, 0.2) * CFa(Rad(-5), Rad(10), Rad(70)), 0.15)
  1664. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(60), 0, Rad(55)), i)
  1665. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1666. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1667. neck.C0 = clerp(neck.C0, neck0, i)
  1668. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1669. LS.C0 = clerp(LS.C0, LS0, i)
  1670. RS.C0 = clerp(RS.C0, RS0, i)
  1671. LH.C0 = clerp(LH.C0, LH0, i)
  1672. RH.C0 = clerp(RH.C0, RH0, i)
  1673. swait()
  1674. end
  1675. for i = 0,1,.15 do
  1676. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-25), 0, Rad(20)), i)
  1677. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1678. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.2, 0.2) * CFa(Rad(-5), Rad(10), Rad(70)), 0.15)
  1679. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(55)), i)
  1680. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1681. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1682. neck.C0 = clerp(neck.C0, neck0, i)
  1683. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1684. LS.C0 = clerp(LS.C0, LS0, i)
  1685. RS.C0 = clerp(RS.C0, RS0, i)
  1686. LH.C0 = clerp(LH.C0, LH0, i)
  1687. RH.C0 = clerp(RH.C0, RH0, i)
  1688. swait()
  1689. end
  1690. for i = 0,1,.15 do
  1691. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, Rad(20)), i)
  1692. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1693. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.2, 0.2) * CFa(Rad(-5), Rad(10), Rad(70)), 0.15)
  1694. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(60), 0, Rad(55)), i)
  1695. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1696. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1697. neck.C0 = clerp(neck.C0, neck0, i)
  1698. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1699. LS.C0 = clerp(LS.C0, LS0, i)
  1700. RS.C0 = clerp(RS.C0, RS0, i)
  1701. LH.C0 = clerp(LH.C0, LH0, i)
  1702. RH.C0 = clerp(RH.C0, RH0, i)
  1703. swait()
  1704. end
  1705. for i = 0,1,.15 do
  1706. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-25), 0, Rad(20)), i)
  1707. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1708. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.2, 0.2) * CFa(Rad(-5), Rad(10), Rad(70)), 0.15)
  1709. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(55)), i)
  1710. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1711. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1712. neck.C0 = clerp(neck.C0, neck0, i)
  1713. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1714. LS.C0 = clerp(LS.C0, LS0, i)
  1715. RS.C0 = clerp(RS.C0, RS0, i)
  1716. LH.C0 = clerp(LH.C0, LH0, i)
  1717. RH.C0 = clerp(RH.C0, RH0, i)
  1718. swait()
  1719. end
  1720. hum.WalkSpeed = nws
  1721. hum.JumpPower = jp
  1722. stage = 0
  1723. Reloading = false
  1724. attacking = false
  1725. end
  1726. end
  1727.  
  1728. function Snowcone()
  1729. if attacking == false and Snowconing == false and makingCone == false and 4 - stage >= 0.25 then
  1730. attacking = true
  1731. makingCone = true
  1732. hum.WalkSpeed = 2
  1733. hum.JumpPower = 5
  1734. snowcone = Instance.new("Model", char)
  1735. cone = Instance.new("Part", snowcone)
  1736. cone.Size = Vector3.new(0.8, 0.8, 0.8)
  1737. cone.CanCollide = false
  1738. cone.BrickColor = BrickColor.new("Institutional white")
  1739. cone.Material = "SmoothPlastic"
  1740. local conem = Instance.new("SpecialMesh", cone)
  1741. conem.MeshId = "rbxassetid://1182397201"
  1742. conem.Scale = Vector3.new(0.8, 0.8, 1.2)
  1743. conew = Instance.new("Weld", cone)
  1744. conew.Part0 = larm
  1745. conew.Part1 = cone
  1746. conew.Name = "himynameisWELDiweldlarmandcone"
  1747. conew.C1 = CFn(0, 1, 0)
  1748. if not Part78:FindFirstChild("SPOOOOS") then
  1749. spraysound = Instance.new("Sound", Part78)
  1750. spraysound.SoundId = "rbxassetid://843338638"
  1751. spraysound.Looped = true
  1752. spraysound.Volume = 2
  1753. spraysound.Name = "SPOOOOS"
  1754. spraysound:Play()
  1755. else
  1756. spraysound = Part78:FindFirstChild("SPOOOOS")
  1757. spraysound:Play()
  1758. end
  1759. freezepar2.Enabled = true
  1760. for i = 0,1,.1 do
  1761. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, Rad(-20)), i)
  1762. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1763. LS.C1 = clerp(LS.C1, LS1 * CFa(0, 0, Rad(-35)), i)
  1764. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(10), 0, 0), i)
  1765. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1766. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1767. neck.C0 = clerp(neck.C0, neck0, i)
  1768. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1769. LS.C0 = clerp(LS.C0, LS0, i)
  1770. RS.C0 = clerp(RS.C0, RS0, i)
  1771. LH.C0 = clerp(LH.C0, LH0, i)
  1772. RH.C0 = clerp(RH.C0, RH0, i)
  1773. swait()
  1774. end
  1775. yum = Instance.new("Part", snowcone)
  1776. yum.Size = Vector3.new(0.85, 0.85, 0.85)
  1777. yum.Shape = "Ball"
  1778. yum.BrickColor = BrickColor.new("Institutional white")
  1779. yum.Material = "Sand"
  1780. yum.CanCollide = false
  1781. local yumw = Instance.new("Weld", cone)
  1782. yumw.Part0 = cone
  1783. yumw.Part1 = yum
  1784. yumw.C1 = CFn(0, 0,-0.8)
  1785. freezepar2.Enabled = false
  1786. spraysound:Stop()
  1787. stage = stage + 0.25
  1788. if not leftglove:FindFirstChild("SPINSPINROUNDROUNDDD") then
  1789. local SPINSOUND = Instance.new("Sound", leftglove)
  1790. SPINSOUND.SoundId = "rbxassetid://158475221"
  1791. SPINSOUND.Name = "SPINSPINROUNDROUNDDD"
  1792. SPINSOUND.Volume = 2
  1793. SPINSOUND:Play()
  1794. else
  1795. local SPINSOUND = leftglove:FindFirstChild("SPINSPINROUNDROUNDDD")
  1796. SPINSOUND:Play()
  1797. end
  1798. for i = 0,1,.15 do
  1799. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  1800. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1801. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-5), 0, Rad(55)), i)
  1802. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(50), 0, Rad(-55)), i)
  1803. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1804. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1805. neck.C0 = clerp(neck.C0, neck0, i)
  1806. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1807. LS.C0 = clerp(LS.C0, LS0, i)
  1808. RS.C0 = clerp(RS.C0, RS0, i)
  1809. LH.C0 = clerp(LH.C0, LH0, i)
  1810. RH.C0 = clerp(RH.C0, RH0, i)
  1811. conew.C1 = clerp(conew.C1, CFn(0, 1, 0) * CFa(0, Rad(yumrot), 0), i)
  1812. swait()
  1813. end
  1814. for i = 0,1,.1 do
  1815. conew.C1 = clerp(conew.C1, CFn(0, 1, 0) * CFa(0, Rad(yumrot), 0), i)
  1816. swait()
  1817. end
  1818. if not leftglove:FindFirstChild("SMACKK") then
  1819. local SMACKSOUND = Instance.new("Sound", leftglove)
  1820. SMACKSOUND.SoundId = "rbxassetid://511340819"
  1821. SMACKSOUND.Name = "SMACKK"
  1822. SMACKSOUND.Volume = 2
  1823. SMACKSOUND:Play()
  1824. else
  1825. local SMACKSOUND = leftglove:FindFirstChild("SMACKK")
  1826. SMACKSOUND:Play()
  1827. end
  1828. for i = 0,1,.1 do
  1829. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  1830. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1831. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-50), 0, Rad(70)), i)
  1832. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(-50), 0, Rad(-70)), i)
  1833. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1834. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1835. neck.C0 = clerp(neck.C0, neck0, i)
  1836. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1837. LS.C0 = clerp(LS.C0, LS0, i)
  1838. RS.C0 = clerp(RS.C0, RS0, i)
  1839. LH.C0 = clerp(LH.C0, LH0, i)
  1840. RH.C0 = clerp(RH.C0, RH0, i)
  1841. conew.C1 = clerp(conew.C1, CFn(0, 1, 0) * CFa(0, Rad(180), 0), i)
  1842. swait()
  1843. end
  1844. hum.WalkSpeed = nws
  1845. hum.JumpPower = jp
  1846. makingCone = false
  1847. Snowconing = true
  1848. attacking = false
  1849. elseif attacking == false and 4 - stage < 0.25 and Snowconing == false then
  1850. attacking = true
  1851. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0))})
  1852. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0))})
  1853. if not Part78:FindFirstChild("ASDASDASDASDACOMINE") then
  1854. errorsound = Instance.new("Sound", Part78)
  1855. errorsound.Volume = 2
  1856. errorsound.Name = "ASDASDASDASDACOMINE"
  1857. errorsound.SoundId = "rbxassetid://1388726556"
  1858. errorsound.Pitch = 0.5
  1859. errorsound:Play()
  1860. else
  1861. errorsound = Part78:FindFirstChild("ASDASDASDASDACOMINE")
  1862. errorsound:Play()
  1863. end
  1864. if not Part80:FindFirstChild("ASDASDASDASDACOMINE") then
  1865. errorsound2 = Instance.new("Sound", Part80)
  1866. errorsound2.Volume = 2
  1867. errorsound2.Name = "ASDASDASDASDACOMINE"
  1868. errorsound2.SoundId = "rbxassetid://1388726556"
  1869. errorsound2.Pitch = 0.5
  1870. errorsound2:Play()
  1871. else
  1872. errorsound2 = Part80:FindFirstChild("ASDASDASDASDACOMINE")
  1873. errorsound2:Play()
  1874. end
  1875. freezepar.Enabled = true
  1876. freezepar2.Enabled = true
  1877. wait(0.15)
  1878. freezepar.Enabled = false
  1879. freezepar2.Enabled = false
  1880. wait(0.2)
  1881. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  1882. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  1883. attacking = false
  1884. end
  1885. end
  1886.  
  1887. function Eat()
  1888. if attacking == false and Snowconing == true and Eating == false then
  1889. attacking = true
  1890. Eating = true
  1891. hum.WalkSpeed = 2
  1892. hum.JumpPower = 5
  1893. for i = 0,1,.1 do
  1894. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-10), 0, 0), i)
  1895. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1896. LS.C1 = clerp(LS.C1, LS1 * CFn(0, -0.2, 0) * CFa(Rad(-55), Rad(40), Rad(120)), i)
  1897. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(40), 0, 0), i)
  1898. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1899. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1900. neck.C0 = clerp(neck.C0, neck0, i)
  1901. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1902. LS.C0 = clerp(LS.C0, LS0, i)
  1903. RS.C0 = clerp(RS.C0, RS0, i)
  1904. LH.C0 = clerp(LH.C0, LH0, i)
  1905. RH.C0 = clerp(RH.C0, RH0, i)
  1906. swait()
  1907. end
  1908. if not head:FindFirstChild("URMINENOW") then
  1909. local licksound = Instance.new("Sound", head)
  1910. licksound.SoundId = "rbxassetid://1162994853"
  1911. licksound.Name = "URMINENOW"
  1912. licksound.Volume = 2
  1913. licksound:Play()
  1914. else
  1915. local licksound = head:FindFirstChild("URMINENOW")
  1916. licksound:Play()
  1917. end
  1918. for i = 0,1,.1 do
  1919. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(10), 0, 0), i)
  1920. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1921. LS.C1 = clerp(LS.C1, LS1 * CFn(0, -0.2, 0) * CFa(Rad(-55), Rad(30), Rad(100)), i)
  1922. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(40), 0, 0), i)
  1923. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1924. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1925. neck.C0 = clerp(neck.C0, neck0, i)
  1926. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1927. LS.C0 = clerp(LS.C0, LS0, i)
  1928. RS.C0 = clerp(RS.C0, RS0, i)
  1929. LH.C0 = clerp(LH.C0, LH0, i)
  1930. RH.C0 = clerp(RH.C0, RH0, i)
  1931. swait()
  1932. end
  1933. hum.Health = hum.Health + 20
  1934. eatstage = eatstage - 1
  1935. if eatstage <= 0 then
  1936. snowcone:Destroy()
  1937. Snowconing = false
  1938. eatstage = 6
  1939. end
  1940. hum.WalkSpeed = nws
  1941. hum.JumpPower = jp
  1942. Eating = false
  1943. attacking = false
  1944. end
  1945. end
  1946.  
  1947. function ThrowAway()
  1948. if attacking == false and ThrowingAway == false and Snowconing == true then
  1949. attacking = true
  1950. ThrowingAway = true
  1951. hum.WalkSpeed = 2
  1952. hum.JumpPower = 5
  1953. eatstage = 6
  1954. for i = 0,1,.1 do
  1955. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-15), 0, 0), i)
  1956. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1957. LS.C1 = clerp(LS.C1, LS1 * CFa(0, 0, Rad(10)), i)
  1958. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(10), 0, 0), i)
  1959. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1960. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1961. neck.C0 = clerp(neck.C0, neck0, i)
  1962. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1963. LS.C0 = clerp(LS.C0, LS0, i)
  1964. RS.C0 = clerp(RS.C0, RS0, i)
  1965. LH.C0 = clerp(LH.C0, LH0, i)
  1966. RH.C0 = clerp(RH.C0, RH0, i)
  1967. swait()
  1968. end
  1969. if not leftglove:FindFirstChild("REKTLOLOLOLOL") then
  1970. local throwawaysound = Instance.new("Sound", leftglove)
  1971. throwawaysound.SoundId = "rbxassetid://711753382"
  1972. throwawaysound.Name = "REKTLOLOLOLOL"
  1973. throwawaysound.Volume = 2
  1974. throwawaysound:Play()
  1975. else
  1976. local throwawaysound = leftglove:FindFirstChild("REKTLOLOLOLOL")
  1977. throwawaysound:Play()
  1978. end
  1979. snowcone.Parent = workspace
  1980. cone.CanCollide = true
  1981. yum.CanCollide = true
  1982. conew:Destroy()
  1983. local dis2 = (cone.Position - Mouse.Hit.p).unit * -1
  1984. cone.Velocity = dis2 * 70 + Vector3.new(0, 2, 0)
  1985. local coneBF = Instance.new("BodyForce", cone)
  1986. coneBF.force = Vector3.new(0, cone:GetMass() * 70, 0)
  1987. game:GetService("Debris"):AddItem(snowcone, 6)
  1988. for i = 0,1,.1 do
  1989. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  1990. rootj.C1 = clerp(rootj.C1, rootj1, i)
  1991. LS.C1 = clerp(LS.C1, LS1 * CFa(0, 0, Rad(40)), i)
  1992. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(10), 0, 0), i)
  1993. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  1994. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  1995. neck.C0 = clerp(neck.C0, neck0, i)
  1996. rootj.C0 = clerp(rootj.C0, rootj0, i)
  1997. LS.C0 = clerp(LS.C0, LS0, i)
  1998. RS.C0 = clerp(RS.C0, RS0, i)
  1999. LH.C0 = clerp(LH.C0, LH0, i)
  2000. RH.C0 = clerp(RH.C0, RH0, i)
  2001. swait()
  2002. end
  2003. hum.WalkSpeed = nws
  2004. hum.JumpPower = jp
  2005. ThrowingAway = false
  2006. Snowconing = false
  2007. attacking = false
  2008. end
  2009. end
  2010.  
  2011. function snowMAN()
  2012. if attacking == false and snowmanning == false and 4 - stage >= 1 and Snowconing == false then
  2013. attacking = true
  2014. snowmanning = true
  2015. hum.WalkSpeed = 2
  2016. hum.JumpPower = 5
  2017. stage = stage + 1
  2018.  
  2019. local snowmanbottom = Instance.new("Part", char)
  2020. snowmanbottom.Shape = "Ball"
  2021. snowmanbottom.BrickColor = BrickColor.new("Institutional white")
  2022. snowmanbottom.Material = "Sand"
  2023. snowmanbottom.CanCollide = false
  2024. snowmanbottom.Locked = true
  2025. snowmanbottom.Size = Vector3.new(0.1, 0.1, 0.1)
  2026. local bottomsound = Instance.new("Sound", snowmanbottom)
  2027. bottomsound.Volume = 3
  2028. bottomsound.Name = "finallyifoundahitsoundGOD1"
  2029. bottomsound.SoundId = "rbxassetid://1874310149"
  2030. local snowmanbottomM = Instance.new("SpecialMesh", snowmanbottom)
  2031. snowmanbottomM.MeshType = "Sphere"
  2032. local snowmanbottomW = Instance.new("Weld", snowmanbottom)
  2033. snowmanbottomW.Part0 = rarm
  2034. snowmanbottomW.Part1 = snowmanbottom
  2035. snowmanbottomW.C1 = CFn(0, 1, 0)
  2036. if not Part80:FindFirstChild("SPOOOOS") then
  2037. spraysound = Instance.new("Sound", Part80)
  2038. spraysound.SoundId = "rbxassetid://843338638"
  2039. spraysound.Looped = true
  2040. spraysound.Volume = 2
  2041. spraysound.Name = "SPOOOOS"
  2042. spraysound:Play()
  2043. else
  2044. spraysound = Part80:FindFirstChild("SPOOOOS")
  2045. spraysound:Play()
  2046. end
  2047. freezepar.Enabled = true
  2048. for i = 0,1,.2 do
  2049. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, Rad(20)), i)
  2050. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2051. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(10), 0, 0), i)
  2052. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(35)), i)
  2053. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  2054. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  2055. neck.C0 = clerp(neck.C0, neck0, i)
  2056. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2057. LS.C0 = clerp(LS.C0, LS0, i)
  2058. RS.C0 = clerp(RS.C0, RS0, i)
  2059. LH.C0 = clerp(LH.C0, LH0, i)
  2060. RH.C0 = clerp(RH.C0, RH0, i)
  2061. swait()
  2062. end
  2063. freezepar.Enabled = false
  2064. spraysound:Stop()
  2065. for i = 0,1,.2 do
  2066. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2067. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2068. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, 0), i)
  2069. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(-170)), i)
  2070. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  2071. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  2072. neck.C0 = clerp(neck.C0, neck0, i)
  2073. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2074. LS.C0 = clerp(LS.C0, LS0, i)
  2075. RS.C0 = clerp(RS.C0, RS0, i)
  2076. LH.C0 = clerp(LH.C0, LH0, i)
  2077. RH.C0 = clerp(RH.C0, RH0, i)
  2078. snowmanbottomM.Scale = clerp(snowmanbottomM.Scale, Vector3.new(45, 45, 45), i)
  2079. swait()
  2080. end
  2081. snowmanbottomW.Part0 = nil
  2082. snowmanbottomW.Part1 = nil
  2083. snowmanbottom.Anchored = true
  2084. for i = 0,1,.2 do
  2085. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2086. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(-20), 0, 0), i)
  2087. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-5), 0, Rad(10)), i)
  2088. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(-15), 0, Rad(-85)), i)
  2089. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, Rad(-50)), i)
  2090. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, Rad(-20)), i)
  2091. neck.C0 = clerp(neck.C0, neck0, i)
  2092. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2093. LS.C0 = clerp(LS.C0, LS0, i)
  2094. RS.C0 = clerp(RS.C0, RS0, i)
  2095. LH.C0 = clerp(LH.C0, LH0, i)
  2096. RH.C0 = clerp(RH.C0, RH0, i)
  2097. snowmanbottom.CFrame = clerp(snowmanbottom.CFrame, tor.CFrame * CFn(0, 0.3, -4), i)
  2098. swait()
  2099. end
  2100. local snowmanMod = Instance.new("Model", workspace)
  2101. snowmanMod.Name = "THESNOWMANMADEBYSNOWMACHINEPROTOTYPEAAAAAAAAAAA"
  2102. snowmanbottom.Parent = snowmanMod
  2103. snowmanbottom.CFrame = tor.CFrame * CFn(0, 0.3, -4)
  2104. bottomsound:Play()
  2105. snowmanbottom.CanCollide = true
  2106.  
  2107. local snowmanmid = Instance.new("Part", char)
  2108. snowmanmid.Shape = "Ball"
  2109. snowmanmid.BrickColor = BrickColor.new("Institutional white")
  2110. snowmanmid.Material = "Sand"
  2111. snowmanmid.CanCollide = false
  2112. snowmanmid.Locked = true
  2113. snowmanmid.Size = Vector3.new(0.1, 0.1, 0.1)
  2114. local midsound = Instance.new("Sound", snowmanmid)
  2115. midsound.Volume = 3
  2116. midsound.Name = "finallyifoundahitsoundGOD2"
  2117. midsound.SoundId = "rbxassetid://1874310149"
  2118. local snowmanmidM = Instance.new("SpecialMesh", snowmanmid)
  2119. snowmanmidM.MeshType = "Sphere"
  2120. local snowmanmidW = Instance.new("Weld", snowmanmid)
  2121. snowmanmidW.Part0 = larm
  2122. snowmanmidW.Part1 = snowmanmid
  2123. snowmanmidW.C1 = CFn(0, 1, 0)
  2124. if not Part78:FindFirstChild("SPOOOOS") then
  2125. spraysound = Instance.new("Sound", Part78)
  2126. spraysound.SoundId = "rbxassetid://843338638"
  2127. spraysound.Looped = true
  2128. spraysound.Volume = 2
  2129. spraysound.Name = "SPOOOOS"
  2130. spraysound:Play()
  2131. else
  2132. spraysound = Part78:FindFirstChild("SPOOOOS")
  2133. spraysound:Play()
  2134. end
  2135. freezepar2.Enabled = true
  2136. for i = 0,1,.2 do
  2137. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, Rad(20)), i)
  2138. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2139. LS.C1 = clerp(LS.C1, LS1 * CFa(0, 0, Rad(-35)), i)
  2140. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(10), 0, 0), i)
  2141. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  2142. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  2143. neck.C0 = clerp(neck.C0, neck0, i)
  2144. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2145. LS.C0 = clerp(LS.C0, LS0, i)
  2146. RS.C0 = clerp(RS.C0, RS0, i)
  2147. LH.C0 = clerp(LH.C0, LH0, i)
  2148. RH.C0 = clerp(RH.C0, RH0, i)
  2149. swait()
  2150. end
  2151. freezepar2.Enabled = false
  2152. spraysound:Stop()
  2153. for i = 0,1,.2 do
  2154. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2155. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2156. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, Rad(170)), i)
  2157. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, 0), i)
  2158. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  2159. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  2160. neck.C0 = clerp(neck.C0, neck0, i)
  2161. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2162. LS.C0 = clerp(LS.C0, LS0, i)
  2163. RS.C0 = clerp(RS.C0, RS0, i)
  2164. LH.C0 = clerp(LH.C0, LH0, i)
  2165. RH.C0 = clerp(RH.C0, RH0, i)
  2166. snowmanmidM.Scale = clerp(snowmanmidM.Scale, Vector3.new(30, 30, 30), i)
  2167. swait()
  2168. end
  2169. snowmanmidW.Part0 = nil
  2170. snowmanmidW.Part1 = nil
  2171. snowmanmid.Anchored = true
  2172. for i = 0,1,.2 do
  2173. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2174. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(-20), 0, 0), i)
  2175. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-15), 0, Rad(115)), i)
  2176. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(-5), 0, Rad(-10)), i)
  2177. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, Rad(20)), i)
  2178. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, Rad(50)), i)
  2179. neck.C0 = clerp(neck.C0, neck0, i)
  2180. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2181. LS.C0 = clerp(LS.C0, LS0, i)
  2182. RS.C0 = clerp(RS.C0, RS0, i)
  2183. LH.C0 = clerp(LH.C0, LH0, i)
  2184. RH.C0 = clerp(RH.C0, RH0, i)
  2185. snowmanmid.Position = clerp(snowmanmid.Position, snowmanbottom.Position + Vector3.new(0, 2.5, 0), i)
  2186. swait()
  2187. end
  2188. snowmanmid.Parent = snowmanMod
  2189. snowmanmid.Position = snowmanbottom.Position + Vector3.new(0, 2.5, 0)
  2190. midsound:Play()
  2191. snowmanmid.CanCollide = true
  2192.  
  2193. local snowmantop = Instance.new("Part", char)
  2194. snowmantop.Shape = "Ball"
  2195. snowmantop.BrickColor = BrickColor.new("Institutional white")
  2196. snowmantop.Material = "Sand"
  2197. snowmantop.CanCollide = false
  2198. snowmantop.Locked = true
  2199. snowmantop.Size = Vector3.new(0.1, 0.1, 0.1)
  2200. local topsound = Instance.new("Sound", snowmantop)
  2201. topsound.Volume = 3
  2202. topsound.Name = "finallyifoundahitsoundGOD3"
  2203. topsound.SoundId = "rbxassetid://1874310149"
  2204. local snowmantopM = Instance.new("SpecialMesh", snowmantop)
  2205. snowmantopM.MeshType = "Sphere"
  2206. local snowmantopW = Instance.new("Weld", snowmantop)
  2207. snowmantopW.Part0 = rarm
  2208. snowmantopW.Part1 = snowmantop
  2209. snowmantopW.C1 = CFn(0, 1, 0)
  2210. if not Part80:FindFirstChild("SPOOOOS") then
  2211. spraysound = Instance.new("Sound", Part80)
  2212. spraysound.SoundId = "rbxassetid://843338638"
  2213. spraysound.Looped = true
  2214. spraysound.Volume = 2
  2215. spraysound.Name = "SPOOOOS"
  2216. spraysound:Play()
  2217. else
  2218. spraysound = Part80:FindFirstChild("SPOOOOS")
  2219. spraysound:Play()
  2220. end
  2221. freezepar.Enabled = true
  2222. for i = 0,1,.2 do
  2223. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, Rad(20)), i)
  2224. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2225. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(10), 0, 0), i)
  2226. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(35)), i)
  2227. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  2228. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  2229. neck.C0 = clerp(neck.C0, neck0, i)
  2230. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2231. LS.C0 = clerp(LS.C0, LS0, i)
  2232. RS.C0 = clerp(RS.C0, RS0, i)
  2233. LH.C0 = clerp(LH.C0, LH0, i)
  2234. RH.C0 = clerp(RH.C0, RH0, i)
  2235. swait()
  2236. end
  2237. freezepar.Enabled = false
  2238. spraysound:Stop()
  2239. for i = 0,1,.2 do
  2240. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2241. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2242. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, 0), i)
  2243. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(-170)), i)
  2244. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, 0), i)
  2245. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, 0), i)
  2246. neck.C0 = clerp(neck.C0, neck0, i)
  2247. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2248. LS.C0 = clerp(LS.C0, LS0, i)
  2249. RS.C0 = clerp(RS.C0, RS0, i)
  2250. LH.C0 = clerp(LH.C0, LH0, i)
  2251. RH.C0 = clerp(RH.C0, RH0, i)
  2252. snowmantopM.Scale = clerp(snowmantopM.Scale, Vector3.new(20, 20, 20), i)
  2253. swait()
  2254. end
  2255. snowmantopW.Part0 = nil
  2256. snowmantopW.Part1 = nil
  2257. snowmantop.Anchored = true
  2258. for i = 0,1,.2 do
  2259. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2260. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(-20), 0, 0), i)
  2261. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-5), 0, Rad(10)), i)
  2262. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(-15), 0, Rad(-85)), i)
  2263. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), 0, Rad(-50)), i)
  2264. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), 0, Rad(-20)), i)
  2265. neck.C0 = clerp(neck.C0, neck0, i)
  2266. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2267. LS.C0 = clerp(LS.C0, LS0, i)
  2268. RS.C0 = clerp(RS.C0, RS0, i)
  2269. LH.C0 = clerp(LH.C0, LH0, i)
  2270. RH.C0 = clerp(RH.C0, RH0, i)
  2271. snowmantop.Position = clerp(snowmantop.Position, snowmanmid.Position + Vector3.new(0, 2, 0), i)
  2272. swait()
  2273. end
  2274. snowmantop.Parent = snowmanMod
  2275. snowmantop.Position = snowmanmid.Position + Vector3.new(0, 2, 0)
  2276. topsound:Play()
  2277. snowmantop.CanCollide = true
  2278. if snowmanMod then
  2279. game:GetService("Debris"):AddItem(snowmanMod, 60)
  2280. local EYESONU = FindNearestTorso(snowmanmid.Position)
  2281. coroutine.resume(coroutine.create(function()
  2282. if EYESONU ~= nil then
  2283. for i = 1, math.huge do
  2284. wait(1)
  2285. BallDamage2 = math.random(5, 15)
  2286. EYESONU = FindNearestTorso(snowmanmid.Position)
  2287. local snowmanball = Instance.new("Part", snowmanMod)
  2288. snowmanball.Shape = "Ball"
  2289. snowmanball.Size = Vector3.new(0.8, 0.8, 0.8)
  2290. snowmanball.Material = "Sand"
  2291. snowmanball.CanCollide = false
  2292. snowmanball.BrickColor = BrickColor.new("Institutional white")
  2293. snowmanball.Locked = true
  2294. snowmanball.CFrame = snowmanmid.CFrame
  2295. local dis = (snowmanball.Position - EYESONU.CFrame.p).unit * -1
  2296. snowmanball.Velocity = dis * 200 + Vector3.new(0, 10, 0)
  2297. local snowmanballBF = Instance.new("BodyForce", snowmanball)
  2298. snowmanballBF.force = Vector3.new(0, snowmanball:GetMass() * 140, 0)
  2299. local AT0 = Instance.new("Attachment", snowmanball)
  2300. AT0.Position = Vector3.new(-0.1, 0, 0)
  2301. local AT1 = Instance.new("Attachment", snowmanball)
  2302. AT1.Position = Vector3.new(0.1, 0, 0)
  2303. local snowmantrail = Instance.new("Trail", snowmanball)
  2304. snowmantrail.Attachment0 = AT0
  2305. snowmantrail.Attachment1 = AT1
  2306. snowmantrail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.4, 0), NumberSequenceKeypoint.new(1, 1, 0)})
  2307. snowmantrail.Lifetime = 0.5
  2308. snowmantrail.MaxLength = 50
  2309. snowmantrail.MinLength = 0.05
  2310. snowmantrail.WidthScale = NumberSequence.new({NumberSequenceKeypoint.new(0, 1, 0), NumberSequenceKeypoint.new(1, 0, 0)})
  2311. game:GetService("Debris"):AddItem(snowmanball, 30)
  2312. snowmanball.Touched:connect(function(hit)
  2313. if not hit:IsDescendantOf(char) and hit.Parent.Name ~= "THESNOWMANMADEBYSNOWMACHINEPROTOTYPEAAAAAAAAAAA" then
  2314. if hit.Parent:FindFirstChildOfClass("Humanoid") then
  2315. hit.Material = "Sand"
  2316. hit.BrickColor = BrickColor.new("Institutional white")
  2317. local thrownhum = hit.Parent:FindFirstChildOfClass("Humanoid")
  2318. thrownhum.Health = thrownhum.Health - BallDamage2
  2319. elseif hit.Parent.Parent:FindFirstChildOfClass("Humanoid") then
  2320. hit.Material = "Sand"
  2321. hit.BrickColor = BrickColor.new("Institutional white")
  2322. local thrownhum = hit.Parent.Parent:FindFirstChildOfClass("Humanoid")
  2323. thrownhum.Health = thrownhum.Health - BallDamage2
  2324. end
  2325. for i = 1,5 do
  2326. local ranAng = math.random(-360, 360)
  2327. local ranPos = math.random(-20, 20)
  2328. local ranPos2 = math.random(-20, 20)
  2329. local ranPos3 = math.random(-20, 20)
  2330. local snowf = Instance.new("Part", snowmanMod)
  2331. snowf.Size = Vector3.new(0.5, 0.3, 0.5)
  2332. snowf.Material = "Sand"
  2333. snowf.BrickColor = BrickColor.new("Institutional white")
  2334. snowf.Locked = true
  2335. snowf.CFrame = snowmanball.CFrame * CFa(ranAng, ranAng, ranAng) + Vector3.new(ranPos / 10, ranPos2 / 10, ranPos3 / 10)
  2336. game:GetService("Debris"):AddItem(snowf, 5)
  2337. end
  2338. snowmanball:Destroy()
  2339. end
  2340. end)
  2341. wait(1)
  2342. end
  2343. end
  2344. end))
  2345. end
  2346. hum.WalkSpeed = nws
  2347. hum.JumpPower = jp
  2348. attacking = false
  2349. snowmanning = false
  2350. elseif attacking == false and 4 - stage < 1 then
  2351. attacking = true
  2352. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0))})
  2353. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0))})
  2354. if not Part78:FindFirstChild("ASDASDASDASDACOMINE") then
  2355. errorsound = Instance.new("Sound", Part78)
  2356. errorsound.Volume = 2
  2357. errorsound.Name = "ASDASDASDASDACOMINE"
  2358. errorsound.SoundId = "rbxassetid://1388726556"
  2359. errorsound.Pitch = 0.5
  2360. errorsound:Play()
  2361. else
  2362. errorsound = Part78:FindFirstChild("ASDASDASDASDACOMINE")
  2363. errorsound:Play()
  2364. end
  2365. if not Part80:FindFirstChild("ASDASDASDASDACOMINE") then
  2366. errorsound2 = Instance.new("Sound", Part80)
  2367. errorsound2.Volume = 2
  2368. errorsound2.Name = "ASDASDASDASDACOMINE"
  2369. errorsound2.SoundId = "rbxassetid://1388726556"
  2370. errorsound2.Pitch = 0.5
  2371. errorsound2:Play()
  2372. else
  2373. errorsound2 = Part80:FindFirstChild("ASDASDASDASDACOMINE")
  2374. errorsound2:Play()
  2375. end
  2376. freezepar.Enabled = true
  2377. freezepar2.Enabled = true
  2378. wait(0.15)
  2379. freezepar.Enabled = false
  2380. freezepar2.Enabled = false
  2381. wait(0.2)
  2382. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  2383. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  2384. attacking = false
  2385. end
  2386. end
  2387.  
  2388. function SnowBlast()
  2389. if attacking == false and SnowBlasting == false and 4 - stage >= 0.5 then
  2390. attacking = true
  2391. SnowBlasting = true
  2392. hum.WalkSpeed = 2
  2393. hum.JumpPower = 0
  2394. stage = stage + 0.5
  2395. for i = 0,1,.1 do
  2396. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(40), 0, 0), i)
  2397. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 1) * CFa(Rad(-55), 0, 0), i)
  2398. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.2, 0.2) * CFa(0, 0, Rad(50)), i)
  2399. RS.C1 = clerp(RS.C1, RS1 * CFn(0, 0.2, 0.2) * CFa(0, 0, Rad(-50)), i)
  2400. LH.C1 = clerp(LH.C1, LH1 * CFn(1, -0.1, 0) * CFa(Rad(5), 0, Rad(60)), i)
  2401. RH.C1 = clerp(RH.C1, RH1 * CFn(-0.5, -0.3, 0) * CFa(Rad(5), 0, Rad(30)), i)
  2402. neck.C0 = clerp(neck.C0, neck0, i)
  2403. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2404. LS.C0 = clerp(LS.C0, LS0, i)
  2405. RS.C0 = clerp(RS.C0, RS0, i)
  2406. LH.C0 = clerp(LH.C0, LH0, i)
  2407. RH.C0 = clerp(RH.C0, RH0, i)
  2408. swait()
  2409. end
  2410. local bv = Instance.new("BodyVelocity", tor)
  2411. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2412. bv.Velocity = CFn(tor.Position).upVector * 110
  2413. freezepar.Enabled = true
  2414. freezepar2.Enabled = true
  2415. local left = true
  2416. coroutine.resume(coroutine.create(function()
  2417. for i = 1,10 do
  2418. left = not left
  2419. local snowball = Instance.new("Part", char)
  2420. snowball.Size = Vector3.new(0.8, 0.8, 0.8)
  2421. snowball.Material = "Sand"
  2422. snowball.Shape = "Ball"
  2423. snowball.CanCollide = false
  2424. snowball.BrickColor = BrickColor.new("Institutional white")
  2425. snowball.Locked = true
  2426. if left == true then
  2427. snowball.CFrame = Part78.CFrame
  2428. else
  2429. snowball.CFrame = Part80.CFrame
  2430. end
  2431. local sbv = Instance.new("BodyVelocity", snowball)
  2432. sbv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2433. sbv.Velocity = tor.CFrame.upVector * -220
  2434. snowball.Touched:connect(function(hit)
  2435. if not hit:IsDescendantOf(char) then
  2436. if hit.Parent:FindFirstChildOfClass("Humanoid") then
  2437. hit.Material = "Sand"
  2438. BallDamage = 5
  2439. local thrownhum = hit.Parent:FindFirstChildOfClass("Humanoid")
  2440. thrownhum.Health = thrownhum.Health - BallDamage
  2441. elseif hit.Parent.Parent:FindFirstChildOfClass("Humanoid") then
  2442. hit.Material = "Sand"
  2443. BallDamage = 5
  2444. local thrownhum = hit.Parent.Parent:FindFirstChildOfClass("Humanoid")
  2445. thrownhum.Health = thrownhum.Health - BallDamage
  2446. end
  2447. for i = 1,5 do
  2448. local ranAng = math.random(-360, 360)
  2449. local ranPos = math.random(-20, 20)
  2450. local ranPos2 = math.random(-20, 20)
  2451. local ranPos3 = math.random(-20, 20)
  2452. local snowf = Instance.new("Part", char)
  2453. snowf.Size = Vector3.new(0.5, 0.3, 0.5)
  2454. snowf.Material = "Sand"
  2455. snowf.BrickColor = BrickColor.new("Institutional white")
  2456. snowf.Locked = true
  2457. snowf.CFrame = snowball.CFrame * CFa(ranAng, ranAng, ranAng) + Vector3.new(ranPos / 10, ranPos2 / 10, ranPos3 / 10)
  2458. game:GetService("Debris"):AddItem(snowf, 5)
  2459. end
  2460. local snowballjustforthesound = snowball:Clone()
  2461. snowballjustforthesound.Parent = workspace
  2462. snowballjustforthesound.Anchored = true
  2463. snowball:Destroy()
  2464. snowballjustforthesound.Transparency = 1
  2465. game:GetService("Debris"):AddItem(snowballjustforthesound, 0.3)
  2466. local snowhitsound = Instance.new("Sound", snowballjustforthesound)
  2467. snowhitsound.Volume = 3
  2468. snowhitsound.Name = "finallyifoundahitsoundGOD"
  2469. snowhitsound.SoundId = "rbxassetid://1874310149"
  2470. snowhitsound:Play()
  2471. end
  2472. end)
  2473. wait(0.05)
  2474. end
  2475. end))
  2476. for i = 0,1,.15 do
  2477. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(30), 0, 0), i)
  2478. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2479. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(10), 0, 0), i)
  2480. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(10), 0, 0), i)
  2481. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(10), 0, 0), i)
  2482. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(10), 0, 0), i)
  2483. neck.C0 = clerp(neck.C0, neck0, i)
  2484. rootj.C0 = clerp(rootj.C0, rootj0, i)
  2485. LS.C0 = clerp(LS.C0, LS0, i)
  2486. RS.C0 = clerp(RS.C0, RS0, i)
  2487. LH.C0 = clerp(LH.C0, LH0, i)
  2488. RH.C0 = clerp(RH.C0, RH0, i)
  2489. swait()
  2490. end
  2491. wait(0.3)
  2492. bv:Destroy()
  2493. freezepar.Enabled = false
  2494. freezepar2.Enabled = false
  2495. hum.WalkSpeed = nws
  2496. hum.JumpPower = njp
  2497. SnowBlasting = false
  2498. attacking = false
  2499. elseif attacking == false and 4 - stage < 0.5 then
  2500. attacking = true
  2501. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0))})
  2502. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0))})
  2503. if not Part78:FindFirstChild("ASDASDASDASDACOMINE") then
  2504. errorsound = Instance.new("Sound", Part78)
  2505. errorsound.Volume = 2
  2506. errorsound.Name = "ASDASDASDASDACOMINE"
  2507. errorsound.SoundId = "rbxassetid://1388726556"
  2508. errorsound.Pitch = 0.5
  2509. errorsound:Play()
  2510. else
  2511. errorsound = Part78:FindFirstChild("ASDASDASDASDACOMINE")
  2512. errorsound:Play()
  2513. end
  2514. if not Part80:FindFirstChild("ASDASDASDASDACOMINE") then
  2515. errorsound2 = Instance.new("Sound", Part80)
  2516. errorsound2.Volume = 2
  2517. errorsound2.Name = "ASDASDASDASDACOMINE"
  2518. errorsound2.SoundId = "rbxassetid://1388726556"
  2519. errorsound2.Pitch = 0.5
  2520. errorsound2:Play()
  2521. else
  2522. errorsound2 = Part80:FindFirstChild("ASDASDASDASDACOMINE")
  2523. errorsound2:Play()
  2524. end
  2525. freezepar.Enabled = true
  2526. freezepar2.Enabled = true
  2527. wait(0.15)
  2528. freezepar.Enabled = false
  2529. freezepar2.Enabled = false
  2530. wait(0.2)
  2531. freezepar.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  2532. freezepar2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 255, 255))})
  2533. attacking = false
  2534. end
  2535. end
  2536.  
  2537. -----------------------------------------------------------------------------
  2538.  
  2539. function kdown(k)
  2540. if k == "r" then
  2541. Reload()
  2542. elseif k == "e" then
  2543. Snowcone()
  2544. elseif k == "x" and Snowconing == true then
  2545. ThrowAway()
  2546. elseif k == "f" then
  2547. snowMAN()
  2548. elseif k == "q" then
  2549. SnowBlast()
  2550. end
  2551. end
  2552.  
  2553. function lmdown()
  2554. if Snowconing == false then
  2555. Throw()
  2556. else
  2557. Eat()
  2558. end
  2559. end
  2560.  
  2561. Mouse.Button1Down:connect(lmdown)
  2562. Mouse.KeyDown:connect(kdown)
  2563.  
  2564. -----------------------------------------------------------------------------
  2565.  
  2566. warn([[
  2567.  
  2568.  
  2569. SNOW-MACHINE-PROTOTYPE.
  2570. last updated: 2018/6/26, 20:50 JST.
  2571.  
  2572. Please do not leak this script.
  2573. ]])
  2574.  
  2575. -----------------------------------------------------------------------------
  2576.  
  2577. while true do
  2578. swait()
  2579. yumrot = yumrot + 25
  2580. if yumrot == 360 then
  2581. yumrot = 1
  2582. end
  2583. if stage == 0 then
  2584. level1.Transparency = 1
  2585. level2.Transparency = 1
  2586. level3.Transparency = 1
  2587. level4.Transparency = 1
  2588. elseif stage >= 1 and stage < 2 then
  2589. level1.Transparency = 0
  2590. level2.Transparency = 1
  2591. level3.Transparency = 1
  2592. level4.Transparency = 1
  2593. elseif stage >= 2 and stage < 3 then
  2594. level1.Transparency = 0
  2595. level2.Transparency = 0
  2596. level3.Transparency = 1
  2597. level4.Transparency = 1
  2598. elseif stage >= 3 and stage < 4 then
  2599. level1.Transparency = 0
  2600. level2.Transparency = 0
  2601. level3.Transparency = 0
  2602. level4.Transparency = 1
  2603. elseif stage >= 4 then
  2604. stage = 4
  2605. level1.Transparency = 0
  2606. level2.Transparency = 0
  2607. level3.Transparency = 0
  2608. level4.Transparency = 0
  2609. end
  2610. sine = sine + 1
  2611. local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
  2612. if Throwing == true then
  2613. state = "Throwing"
  2614. elseif SnowBlasting == true then
  2615. state = "Blasting"
  2616. elseif Eating == true then
  2617. state = "Eating"
  2618. elseif makingCone == true then
  2619. state = "MakingCone"
  2620. elseif ThrowingAway == true then
  2621. state = "ThrowingAway"
  2622. elseif Reloading == true then
  2623. state = "Reloading"
  2624. elseif Snowconing == true and torvel < 1 then
  2625. state = "Snowconing"
  2626. elseif snowmanning == true then
  2627. state = "Snowmanning"
  2628. elseif 1 < root.Velocity.y then
  2629. state = "Jump"
  2630. elseif -1 > root.Velocity.y then
  2631. state = "Fall"
  2632. elseif torvel < 1 then
  2633. state = "Idle"
  2634. elseif tor.Velocity.magnitude < 50 then
  2635. state = "Walk"
  2636. end
  2637. if state == "Jump" then
  2638. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, 0), 0.15)
  2639. rootj.C1 = clerp(rootj.C1, rootj1, 0.15)
  2640. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(20), 0, Rad(-10)), 0.15)
  2641. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(20), 0, Rad(-10)), 0.15)
  2642. LH.C1 = clerp(LH.C1, LH1 * CFn(0.7, -1.3, -0.1) * CFa(Rad(-15), 0, Rad(-55)), 0.15)
  2643. RH.C1 = clerp(RH.C1, RH1 * CFn(-0.5, -1.1, 0) * CFa(Rad(-10), 0, Rad(45)), 0.15)
  2644. neck.C0 = clerp(neck.C0, neck0, 0.15)
  2645. rootj.C0 = clerp(rootj.C0, rootj0, 0.15)
  2646. LS.C0 = clerp(LS.C0, LS0, 0.15)
  2647. RS.C0 = clerp(RS.C0, RS0, 0.15)
  2648. LH.C0 = clerp(LH.C0, LH0, 0.15)
  2649. RH.C0 = clerp(RH.C0, RH0, 0.15)
  2650. elseif state == "Fall" then
  2651. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), 0.15)
  2652. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(10), 0, 0), 0.15)
  2653. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(50), 0, Rad(-10)), 0.15)
  2654. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(50), 0, Rad(-10)), 0.15)
  2655. LH.C1 = clerp(LH.C1, LH1 * CFn(0.4, -0.7, 0) * CFa(Rad(20), 0, Rad(10)), 0.15)
  2656. RH.C1 = clerp(RH.C1, RH1 * CFn(-0.2, -0.5, 0) * CFa(Rad(20), 0, Rad(10)), 0.15)
  2657. neck.C0 = clerp(neck.C0, neck0, 0.15)
  2658. rootj.C0 = clerp(rootj.C0, rootj0, 0.15)
  2659. LS.C0 = clerp(LS.C0, LS0, 0.15)
  2660. RS.C0 = clerp(RS.C0, RS0, 0.15)
  2661. LH.C0 = clerp(LH.C0, LH0 * CFa(0, 0, Rad(20)), 0.15)
  2662. RH.C0 = clerp(RH.C0, RH0 * CFa(0, 0, Rad(-20)), 0.15)
  2663. elseif state == "Snowconing" then
  2664. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(5 * Cos(sine / 25)), 0, Rad(-15)), 0.15)
  2665. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 0.1 * Cos(sine / 20)) * CFa(Rad(-5 * Cos(sine / 20)), 0, 0), 0.15)
  2666. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.2, 0.2) * CFa(Rad(-5), Rad(10), Rad(80)), 0.15)
  2667. RS.C1 = clerp(RS.C1, RS1 * CFn(0, 0.2, 0.2) * CFa(Rad(-70), Rad(10), Rad(-50)), 0.15)
  2668. LH.C1 = clerp(LH.C1, LH1 * CFn(0.1 * Cos(sine / 20), -0.1 * Cos(sine / 20), 0) * CFa(Rad(5), Rad(-5), Rad(5 * Cos(sine / 20))), 0.15)
  2669. RH.C1 = clerp(RH.C1, RH1 * CFn(-0.1 * Cos(sine / 20), -0.1 * Cos(sine / 20), 0) * CFa(Rad(5), Rad(5), Rad(-5 * Cos(sine / 20))), 0.15)
  2670. neck.C0 = clerp(neck.C0, neck0 * CFa(Rad(5), 0, 0), 0.15)
  2671. rootj.C0 = clerp(rootj.C0, rootj0 * CFa(Rad(5), 0, 0), 0.15)
  2672. LS.C0 = clerp(LS.C0, LS0, 0.15)
  2673. RS.C0 = clerp(RS.C0, RS0, 0.15)
  2674. LH.C0 = clerp(LH.C0, LH0 * CFa(0, 0, Rad(-5)), 0.15)
  2675. RH.C0 = clerp(RH.C0, RH0 * CFa(0, 0, Rad(5)), 0.15)
  2676. elseif state == "Idle" then
  2677. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(5 * Cos(sine / 25)), 0, Rad(-15)), 0.15)
  2678. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 0.1 * Cos(sine / 20)) * CFa(Rad(-5 * Cos(sine / 20)), 0, 0), 0.15)
  2679. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.2, 0.2) * CFa(Rad(-70), Rad(10), Rad(50)), 0.15)
  2680. RS.C1 = clerp(RS.C1, RS1 * CFn(0, 0.2, 0.2) * CFa(Rad(-70), Rad(10), Rad(-50)), 0.15)
  2681. LH.C1 = clerp(LH.C1, LH1 * CFn(0.1 * Cos(sine / 20), -0.1 * Cos(sine / 20), 0) * CFa(Rad(5), Rad(-5), Rad(5 * Cos(sine / 20))), 0.15)
  2682. RH.C1 = clerp(RH.C1, RH1 * CFn(-0.1 * Cos(sine / 20), -0.1 * Cos(sine / 20), 0) * CFa(Rad(5), Rad(5), Rad(-5 * Cos(sine / 20))), 0.15)
  2683. neck.C0 = clerp(neck.C0, neck0 * CFa(Rad(5), 0, 0), 0.15)
  2684. rootj.C0 = clerp(rootj.C0, rootj0 * CFa(Rad(5), 0, 0), 0.15)
  2685. LS.C0 = clerp(LS.C0, LS0, 0.15)
  2686. RS.C0 = clerp(RS.C0, RS0, 0.15)
  2687. LH.C0 = clerp(LH.C0, LH0 * CFa(0, 0, Rad(-5)), 0.15)
  2688. RH.C0 = clerp(RH.C0, RH0 * CFa(0, 0, Rad(5)), 0.15)
  2689. elseif state == "Walk" then
  2690. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), 0.15)
  2691. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(-5 * Cos(sine / 3)), 0, Rad(5 * Cos(sine / 6))), 0.15)
  2692. LS.C1 = clerp(LS.C1, LS1 * CFa(0, 0, Rad(-35 * Cos(sine / 6))), 0.15)
  2693. RS.C1 = clerp(RS.C1, RS1 * CFa(0, 0, Rad(-35 * Cos(sine / 6))), 0.15)
  2694. LH.C1 = clerp(LH.C1, LH1 * CFa(0, 0, Rad(50 * Cos(sine / 6))), 0.15)
  2695. RH.C1 = clerp(RH.C1, RH1 * CFa(0, 0, Rad(50 * Cos(sine / 6))), 0.15)
  2696. neck.C0 = clerp(neck.C0, neck0, 0.15)
  2697. rootj.C0 = clerp(rootj.C0, rootj0 * CFa(Rad(5), 0, 0), 0.15)
  2698. LS.C0 = clerp(LS.C0, LS0, 0.15)
  2699. RS.C0 = clerp(RS.C0, RS0, 0.15)
  2700. LH.C0 = clerp(LH.C0, LH0, 0.15)
  2701. RH.C0 = clerp(RH.C0, RH0, 0.15)
  2702. end
  2703. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement