Advertisement
roblox1234createscri

Freddy script fe roblox

Jan 16th, 2021
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.74 KB | None | 0 0
  1.  
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Model0 = Instance.new("Model")
  19. Humanoid1 = Instance.new("Humanoid")
  20. Part2 = Instance.new("Part")
  21. Script3 = Instance.new("Script")
  22. Script4 = Instance.new("Script")
  23. Script5 = Instance.new("Script")
  24. Script6 = Instance.new("Script")
  25. Script7 = Instance.new("Script")
  26. Script8 = Instance.new("Script")
  27. CylinderMesh9 = Instance.new("CylinderMesh")
  28. Script10 = Instance.new("Script")
  29. Script11 = Instance.new("Script")
  30. Model12 = Instance.new("Model")
  31. Part13 = Instance.new("Part")
  32. Part14 = Instance.new("Part")
  33. Part15 = Instance.new("Part")
  34. Model16 = Instance.new("Model")
  35. Part17 = Instance.new("Part")
  36. Part18 = Instance.new("Part")
  37. Part19 = Instance.new("Part")
  38. Model20 = Instance.new("Model")
  39. Part21 = Instance.new("Part")
  40. Part22 = Instance.new("Part")
  41. Part23 = Instance.new("Part")
  42. Part24 = Instance.new("Part")
  43. SpecialMesh25 = Instance.new("SpecialMesh")
  44. Model26 = Instance.new("Model")
  45. Part27 = Instance.new("Part")
  46. Part28 = Instance.new("Part")
  47. Part29 = Instance.new("Part")
  48. Part30 = Instance.new("Part")
  49. Model31 = Instance.new("Model")
  50. Part32 = Instance.new("Part")
  51. Part33 = Instance.new("Part")
  52. Part34 = Instance.new("Part")
  53. Part35 = Instance.new("Part")
  54. Model36 = Instance.new("Model")
  55. Part37 = Instance.new("Part")
  56. Part38 = Instance.new("Part")
  57. Part39 = Instance.new("Part")
  58. Part40 = Instance.new("Part")
  59. Part41 = Instance.new("Part")
  60. Part42 = Instance.new("Part")
  61. Part43 = Instance.new("Part")
  62. Part44 = Instance.new("Part")
  63. Part45 = Instance.new("Part")
  64. Part46 = Instance.new("Part")
  65. Sound47 = Instance.new("Sound")
  66. ClickDetector48 = Instance.new("ClickDetector")
  67. Script49 = Instance.new("Script")
  68. Part50 = Instance.new("Part")
  69. Part51 = Instance.new("Part")
  70. Part52 = Instance.new("Part")
  71. Part53 = Instance.new("Part")
  72. Part54 = Instance.new("Part")
  73. Part55 = Instance.new("Part")
  74. CylinderMesh56 = Instance.new("CylinderMesh")
  75. Part57 = Instance.new("Part")
  76. CylinderMesh58 = Instance.new("CylinderMesh")
  77. Part59 = Instance.new("Part")
  78. CylinderMesh60 = Instance.new("CylinderMesh")
  79. Part61 = Instance.new("Part")
  80. CylinderMesh62 = Instance.new("CylinderMesh")
  81. Part63 = Instance.new("Part")
  82. SpecialMesh64 = Instance.new("SpecialMesh")
  83. Model0.Name = "Freddy"
  84. Model0.Parent = mas
  85. Humanoid1.Parent = Model0
  86. Humanoid1.Health = 0
  87. Humanoid1.MaxHealth = 0
  88. Humanoid1.maxHealth = 0
  89. Part2.Name = "Head"
  90. Part2.Parent = Model0
  91. Part2.CFrame = CFrame.new(-12.5088158, 0.780892372, -18.7652817, 8.64276662e-05, -3.09588466e-12, -1.00000036, 1.88011029e-09, 1, -1.49954771e-11, 1.00000036, -1.85854176e-09, 8.64276662e-05)
  92. Part2.Orientation = Vector3.new(0, -90, 0)
  93. Part2.Position = Vector3.new(-12.5088158, 0.780892372, -18.7652817)
  94. Part2.Rotation = Vector3.new(0, -90, 0)
  95. Part2.Color = Color3.new(0.768627, 0.156863, 0.109804)
  96. Part2.Size = Vector3.new(4, 1, 4)
  97. Part2.Anchored = true
  98. Part2.BottomSurface = Enum.SurfaceType.Smooth
  99. Part2.BrickColor = BrickColor.new("Bright red")
  100. Part2.TopSurface = Enum.SurfaceType.Smooth
  101. Part2.brickColor = BrickColor.new("Bright red")
  102. Part2.FormFactor = Enum.FormFactor.Symmetric
  103. Part2.formFactor = Enum.FormFactor.Symmetric
  104. Script3.Name = "Arms Do Not Change!"
  105. Script3.Parent = Part2
  106. table.insert(cors,sandbox(Script3,function()
  107. function onTouched(hit)
  108. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm1") == nil then
  109. local g = script.Parent.Parent.Arm1:clone()
  110. g.Parent = hit.Parent
  111. local C = g:GetChildren()
  112. for i=1, #C do
  113. if C[i].className == "UnionOperation" or C[i].className =="Part" then
  114. local W = Instance.new("Weld")
  115. W.Part0 = g.Middle
  116. W.Part1 = C[i]
  117. local CJ = CFrame.new(g.Middle.Position)
  118. local C0 = g.Middle.CFrame:inverse()*CJ
  119. local C1 = C[i].CFrame:inverse()*CJ
  120. W.C0 = C0
  121. W.C1 = C1
  122. W.Parent = g.Middle
  123. end
  124. local Y = Instance.new("Weld")
  125. Y.Part0 = hit.Parent["Left Arm"]
  126. Y.Part1 = g.Middle
  127. Y.C0 = CFrame.new(0, 0, 0)
  128. Y.Parent = Y.Part0
  129. end
  130.  
  131. local h = g:GetChildren()
  132. for i = 1, # h do
  133. h[i].Anchored = false
  134. h[i].CanCollide = false
  135. end
  136.  
  137. end
  138.  
  139. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm2") == nil then
  140. local g = script.Parent.Parent.Arm2:clone()
  141. g.Parent = hit.Parent
  142. local C = g:GetChildren()
  143. for i=1, #C do
  144. if C[i].className == "UnionOperation"or C[i].className =="Part" then
  145. local W = Instance.new("Weld")
  146. W.Part0 = g.Middle
  147. W.Part1 = C[i]
  148. local CJ = CFrame.new(g.Middle.Position)
  149. local C0 = g.Middle.CFrame:inverse()*CJ
  150. local C1 = C[i].CFrame:inverse()*CJ
  151. W.C0 = C0
  152. W.C1 = C1
  153. W.Parent = g.Middle
  154. end
  155. local Y = Instance.new("Weld")
  156. Y.Part0 = hit.Parent["Right Arm"]
  157. Y.Part1 = g.Middle
  158. Y.C0 = CFrame.new(0, 0, 0)
  159. Y.Parent = Y.Part0
  160. end
  161.  
  162. local h = g:GetChildren()
  163. for i = 1, # h do
  164. h[i].Anchored = false
  165. h[i].CanCollide = false
  166. end
  167.  
  168. end
  169. end
  170.  
  171. script.Parent.Touched:connect(onTouched)
  172. end))
  173. Script4.Name = "Chest Do Not Change"
  174. Script4.Parent = Part2
  175. table.insert(cors,sandbox(Script4,function()
  176. function onTouched(hit)
  177. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Chest") == nil then
  178. local g = script.Parent.Parent.Chest:clone()
  179. g.Parent = hit.Parent
  180. local C = g:GetChildren()
  181. for i=1, #C do
  182. if C[i].className == "UnionOperation"or C[i].className == "Part" then
  183. local W = Instance.new("Weld")
  184. W.Part0 = g.Middle
  185. W.Part1 = C[i]
  186. local CJ = CFrame.new(g.Middle.Position)
  187. local C0 = g.Middle.CFrame:inverse()*CJ
  188. local C1 = C[i].CFrame:inverse()*CJ
  189. W.C0 = C0
  190. W.C1 = C1
  191. W.Parent = g.Middle
  192. end
  193. local Y = Instance.new("Weld")
  194. Y.Part0 = hit.Parent.Torso
  195. Y.Part1 = g.Middle
  196. Y.C0 = CFrame.new(0, 0, 0)
  197. Y.Parent = Y.Part0
  198. end
  199.  
  200. local h = g:GetChildren()
  201. for i = 1, # h do
  202. h[i].Anchored = false
  203. h[i].CanCollide = false
  204. end
  205.  
  206. end
  207. end
  208.  
  209. script.Parent.Touched:connect(onTouched)
  210. end))
  211. Script5.Name = "HatRemover"
  212. Script5.Parent = Part2
  213. table.insert(cors,sandbox(Script5,function()
  214. function onTouched(hit)
  215. local d = hit.Parent:GetChildren()
  216. for i=1, #d do
  217. if (d[i].className == "Hat") then
  218. d[i].Handle.Transparency = 1
  219. end
  220. end
  221. end
  222.  
  223. script.Parent.Touched:connect(onTouched)
  224. end))
  225. Script6.Name = "Legs Do Not Change"
  226. Script6.Parent = Part2
  227. table.insert(cors,sandbox(Script6,function()
  228. function onTouched(hit)
  229. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg1") == nil then
  230. local g = script.Parent.Parent.Leg1:clone()
  231. g.Parent = hit.Parent
  232. local C = g:GetChildren()
  233. for i=1, #C do
  234. if C[i].className == "UnionOperation"or C[i].className =="Part" then
  235. local W = Instance.new("Weld")
  236. W.Part0 = g.Middle
  237. W.Part1 = C[i]
  238. local CJ = CFrame.new(g.Middle.Position)
  239. local C0 = g.Middle.CFrame:inverse()*CJ
  240. local C1 = C[i].CFrame:inverse()*CJ
  241. W.C0 = C0
  242. W.C1 = C1
  243. W.Parent = g.Middle
  244. end
  245. local Y = Instance.new("Weld")
  246. Y.Part0 = hit.Parent["Left Leg"]
  247. Y.Part1 = g.Middle
  248. Y.C0 = CFrame.new(0, 0, 0)
  249. Y.Parent = Y.Part0
  250. end
  251.  
  252. local h = g:GetChildren()
  253. for i = 1, # h do
  254. h[i].Anchored = false
  255. h[i].CanCollide = false
  256. end
  257.  
  258. end
  259.  
  260. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg2") == nil then
  261. local g = script.Parent.Parent.Leg2:clone()
  262. g.Parent = hit.Parent
  263. local C = g:GetChildren()
  264. for i=1, #C do
  265. if C[i].className == "UnionOperation"or C[i].className =="Part" then
  266. local W = Instance.new("Weld")
  267. W.Part0 = g.Middle
  268. W.Part1 = C[i]
  269. local CJ = CFrame.new(g.Middle.Position)
  270. local C0 = g.Middle.CFrame:inverse()*CJ
  271. local C1 = C[i].CFrame:inverse()*CJ
  272. W.C0 = C0
  273. W.C1 = C1
  274. W.Parent = g.Middle
  275. end
  276. local Y = Instance.new("Weld")
  277. Y.Part0 = hit.Parent["Right Leg"]
  278. Y.Part1 = g.Middle
  279. Y.C0 = CFrame.new(0, 0, 0)
  280. Y.Parent = Y.Part0
  281. end
  282.  
  283. local h = g:GetChildren()
  284. for i = 1, # h do
  285. h[i].Anchored = false
  286. h[i].CanCollide = false
  287. end
  288.  
  289. end
  290. end
  291.  
  292. script.Parent.Touched:connect(onTouched)
  293. end))
  294. Script7.Parent = Part2
  295. table.insert(cors,sandbox(Script7,function()
  296. function onTouch(part)
  297. local human = part.Parent:findFirstChild("Humanoid")
  298. if human ~= nil then
  299. part.Parent:findFirstChild("Head").Transparency = 1
  300. part.Parent:findFirstChild("Torso").Transparency = 1
  301. part.Parent:findFirstChild("Left Arm").Transparency = 1
  302. part.Parent:findFirstChild("Right Arm").Transparency = 1
  303. part.Parent:findFirstChild("Left Leg").CanCollide = true
  304. part.Parent:findFirstChild("Left Leg").Transparency = 1
  305. part.Parent:findFirstChild("Right Leg").CanCollide = true
  306. part.Parent:findFirstChild("Right Leg").Transparency = 1
  307. end
  308. end
  309. script.Parent.Touched:connect(onTouch)
  310.  
  311. --COLORS
  312.  
  313. --1 = white
  314. --208 = Light stone grey
  315. --194 = Medium stone grey
  316. --199 = Dark stone grey
  317. --26 = Black
  318. --21 = Bright red
  319. --24 = Bright yellow
  320. --226 = Cool yellow
  321. --23 = Bright blue
  322. --107 = Bright bluish green
  323. --102 = Medium blue
  324. --11 = Pastel blue
  325. --45 = Light blue
  326. --135 = Sand blue
  327. --106 = Bright orange
  328. --105 = Br. yellowish orange
  329. --141 = Earth green
  330. --28 = Dark green
  331. --37 = Bright green
  332. --119 = Br. yellowish green
  333. --29 = Medium green
  334. --151 = Sand green
  335. --38 = Dark orange
  336. --192 = Reddish brown
  337. --104 = Bright violet
  338. --9 = Light reddish violet
  339. --101 = Medium red
  340. --5 = Brick Yellow
  341. --153 = Sand red
  342. --217 = Brown
  343. --18 = Nougat
  344. --125 = Light orange
  345.  
  346.  
  347. end))
  348. Script8.Name = "Head"
  349. Script8.Parent = Part2
  350. table.insert(cors,sandbox(Script8,function()
  351. function onTouched(hit)
  352. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("HeadPart") == nil then
  353. local g = script.Parent.Parent.HeadPart:clone()
  354. g.Parent = hit.Parent
  355. local C = g:GetChildren()
  356. for i=1, #C do
  357. if C[i].className == "Part" or C[i].className == "UnionOperation" then
  358. local W = Instance.new("Weld")
  359. W.Part0 = g.Middle
  360. W.Part1 = C[i]
  361. local CJ = CFrame.new(g.Middle.Position)
  362. local C0 = g.Middle.CFrame:inverse()*CJ
  363. local C1 = C[i].CFrame:inverse()*CJ
  364. W.C0 = C0
  365. W.C1 = C1
  366. W.Parent = g.Middle
  367. end
  368. local Y = Instance.new("Weld")
  369. Y.Part0 = hit.Parent.Head
  370. Y.Part1 = g.Middle
  371. Y.C0 = CFrame.new(0, 0, 0)
  372. Y.Parent = Y.Part0
  373. end
  374.  
  375. local h = g:GetChildren()
  376. for i = 1, # h do
  377. h[i].Anchored = false
  378. h[i].CanCollide = false
  379. end
  380.  
  381. end
  382. end
  383.  
  384. script.Parent.Touched:connect(onTouched)
  385. end))
  386. CylinderMesh9.Parent = Part2
  387. Script10.Name = "HatRemover"
  388. Script10.Parent = Part2
  389. table.insert(cors,sandbox(Script10,function()
  390. function onTouched(hit)
  391. local d = hit.Parent:GetChildren()
  392. for i=1, #d do
  393. if (d[i].className == "Accessory") then
  394. d[i].Handle.Transparency = 1
  395. end
  396. end
  397. end
  398.  
  399. script.Parent.Touched:connect(onTouched)
  400. end))
  401. Script11.Name = "READ ME"
  402. Script11.Parent = Model0
  403. table.insert(cors,sandbox(Script11,function()
  404. ---AW animatronic morph V2 by gombert22
  405. end))
  406. Model12.Name = "Arm1"
  407. Model12.Parent = Model0
  408. Part13.Name = "Middle"
  409. Part13.Parent = Model12
  410. Part13.CFrame = CFrame.new(-8.00852585, 3.25100851, -17.2647858, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  411. Part13.Orientation = Vector3.new(0, 90, 0)
  412. Part13.Position = Vector3.new(-8.00852585, 3.25100851, -17.2647858)
  413. Part13.Rotation = Vector3.new(0, 90, 0)
  414. Part13.Color = Color3.new(0.486275, 0.360784, 0.27451)
  415. Part13.Transparency = 1
  416. Part13.Size = Vector3.new(1, 2, 1)
  417. Part13.Anchored = true
  418. Part13.BottomSurface = Enum.SurfaceType.Smooth
  419. Part13.BrickColor = BrickColor.new("Brown")
  420. Part13.Material = Enum.Material.Concrete
  421. Part13.TopSurface = Enum.SurfaceType.Smooth
  422. Part13.brickColor = BrickColor.new("Brown")
  423. Part13.FormFactor = Enum.FormFactor.Symmetric
  424. Part13.formFactor = Enum.FormFactor.Symmetric
  425. Part14.Name = "arm"
  426. Part14.Parent = Model12
  427. Part14.CFrame = CFrame.new(-8.00842667, 3.75093126, -17.2647858, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  428. Part14.Orientation = Vector3.new(0, 90, 0)
  429. Part14.Position = Vector3.new(-8.00842667, 3.75093126, -17.2647858)
  430. Part14.Rotation = Vector3.new(0, 90, 0)
  431. Part14.Color = Color3.new(0.486275, 0.360784, 0.27451)
  432. Part14.Size = Vector3.new(1, 1, 1)
  433. Part14.Anchored = true
  434. Part14.BottomSurface = Enum.SurfaceType.Smooth
  435. Part14.BrickColor = BrickColor.new("Brown")
  436. Part14.Material = Enum.Material.Concrete
  437. Part14.TopSurface = Enum.SurfaceType.Smooth
  438. Part14.brickColor = BrickColor.new("Brown")
  439. Part14.FormFactor = Enum.FormFactor.Symmetric
  440. Part14.formFactor = Enum.FormFactor.Symmetric
  441. Part15.Name = "arm"
  442. Part15.Parent = Model12
  443. Part15.CFrame = CFrame.new(-8.00850677, 2.75100851, -17.2647858, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  444. Part15.Orientation = Vector3.new(0, 90, 0)
  445. Part15.Position = Vector3.new(-8.00850677, 2.75100851, -17.2647858)
  446. Part15.Rotation = Vector3.new(0, 90, 0)
  447. Part15.Color = Color3.new(0.486275, 0.360784, 0.27451)
  448. Part15.Size = Vector3.new(1, 1, 1)
  449. Part15.Anchored = true
  450. Part15.BottomSurface = Enum.SurfaceType.Smooth
  451. Part15.BrickColor = BrickColor.new("Brown")
  452. Part15.Material = Enum.Material.Concrete
  453. Part15.TopSurface = Enum.SurfaceType.Smooth
  454. Part15.brickColor = BrickColor.new("Brown")
  455. Part15.FormFactor = Enum.FormFactor.Symmetric
  456. Part15.formFactor = Enum.FormFactor.Symmetric
  457. Model16.Name = "Arm2"
  458. Model16.Parent = Model0
  459. Part17.Name = "Middle"
  460. Part17.Parent = Model16
  461. Part17.CFrame = CFrame.new(-8.00891113, 3.25100875, -20.2452545, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  462. Part17.Orientation = Vector3.new(0, 90, 0)
  463. Part17.Position = Vector3.new(-8.00891113, 3.25100875, -20.2452545)
  464. Part17.Rotation = Vector3.new(0, 90, 0)
  465. Part17.Color = Color3.new(0.486275, 0.360784, 0.27451)
  466. Part17.Transparency = 1
  467. Part17.Size = Vector3.new(1, 2, 1)
  468. Part17.Anchored = true
  469. Part17.BottomSurface = Enum.SurfaceType.Smooth
  470. Part17.BrickColor = BrickColor.new("Brown")
  471. Part17.Material = Enum.Material.Concrete
  472. Part17.TopSurface = Enum.SurfaceType.Smooth
  473. Part17.brickColor = BrickColor.new("Brown")
  474. Part17.FormFactor = Enum.FormFactor.Symmetric
  475. Part17.formFactor = Enum.FormFactor.Symmetric
  476. Part18.Name = "arm"
  477. Part18.Parent = Model16
  478. Part18.CFrame = CFrame.new(-8.00893402, 3.75093174, -20.2452545, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  479. Part18.Orientation = Vector3.new(0, 90, 0)
  480. Part18.Position = Vector3.new(-8.00893402, 3.75093174, -20.2452545)
  481. Part18.Rotation = Vector3.new(0, 90, 0)
  482. Part18.Color = Color3.new(0.486275, 0.360784, 0.27451)
  483. Part18.Size = Vector3.new(1, 1, 1)
  484. Part18.Anchored = true
  485. Part18.BottomSurface = Enum.SurfaceType.Smooth
  486. Part18.BrickColor = BrickColor.new("Brown")
  487. Part18.Material = Enum.Material.Concrete
  488. Part18.TopSurface = Enum.SurfaceType.Smooth
  489. Part18.brickColor = BrickColor.new("Brown")
  490. Part18.FormFactor = Enum.FormFactor.Symmetric
  491. Part18.formFactor = Enum.FormFactor.Symmetric
  492. Part19.Name = "arm"
  493. Part19.Parent = Model16
  494. Part19.CFrame = CFrame.new(-8.00901794, 2.75100875, -20.2452545, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  495. Part19.Orientation = Vector3.new(0, 90, 0)
  496. Part19.Position = Vector3.new(-8.00901794, 2.75100875, -20.2452545)
  497. Part19.Rotation = Vector3.new(0, 90, 0)
  498. Part19.Color = Color3.new(0.486275, 0.360784, 0.27451)
  499. Part19.Size = Vector3.new(1, 1, 1)
  500. Part19.Anchored = true
  501. Part19.BottomSurface = Enum.SurfaceType.Smooth
  502. Part19.BrickColor = BrickColor.new("Brown")
  503. Part19.Material = Enum.Material.Concrete
  504. Part19.TopSurface = Enum.SurfaceType.Smooth
  505. Part19.brickColor = BrickColor.new("Brown")
  506. Part19.FormFactor = Enum.FormFactor.Symmetric
  507. Part19.formFactor = Enum.FormFactor.Symmetric
  508. Model20.Name = "Chest"
  509. Model20.Parent = Model0
  510. Part21.Name = "Middle"
  511. Part21.Parent = Model20
  512. Part21.CFrame = CFrame.new(-8.00814819, 3.25100851, -18.7354889, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  513. Part21.Orientation = Vector3.new(0, 90, 0)
  514. Part21.Position = Vector3.new(-8.00814819, 3.25100851, -18.7354889)
  515. Part21.Rotation = Vector3.new(0, 90, 0)
  516. Part21.Color = Color3.new(0.486275, 0.360784, 0.27451)
  517. Part21.Transparency = 1
  518. Part21.Size = Vector3.new(2, 2, 1)
  519. Part21.Anchored = true
  520. Part21.BottomSurface = Enum.SurfaceType.Smooth
  521. Part21.BrickColor = BrickColor.new("Brown")
  522. Part21.Material = Enum.Material.Concrete
  523. Part21.TopSurface = Enum.SurfaceType.Smooth
  524. Part21.brickColor = BrickColor.new("Brown")
  525. Part21.FormFactor = Enum.FormFactor.Symmetric
  526. Part21.formFactor = Enum.FormFactor.Symmetric
  527. Part22.Name = "torso"
  528. Part22.Parent = Model20
  529. Part22.CFrame = CFrame.new(-8.00814819, 3.25100851, -18.7354889, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  530. Part22.Orientation = Vector3.new(0, 90, 0)
  531. Part22.Position = Vector3.new(-8.00814819, 3.25100851, -18.7354889)
  532. Part22.Rotation = Vector3.new(0, 90, 0)
  533. Part22.Color = Color3.new(0.486275, 0.360784, 0.27451)
  534. Part22.Size = Vector3.new(2, 2, 1)
  535. Part22.Anchored = true
  536. Part22.BottomSurface = Enum.SurfaceType.Smooth
  537. Part22.BrickColor = BrickColor.new("Brown")
  538. Part22.Material = Enum.Material.Concrete
  539. Part22.TopSurface = Enum.SurfaceType.Smooth
  540. Part22.brickColor = BrickColor.new("Brown")
  541. Part22.FormFactor = Enum.FormFactor.Symmetric
  542. Part22.formFactor = Enum.FormFactor.Symmetric
  543. Part23.Name = "torso"
  544. Part23.Parent = Model20
  545. Part23.CFrame = CFrame.new(-8.04812622, 3.25100684, -18.7353821, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  546. Part23.Orientation = Vector3.new(0, 90, 0)
  547. Part23.Position = Vector3.new(-8.04812622, 3.25100684, -18.7353821)
  548. Part23.Rotation = Vector3.new(0, 90, 0)
  549. Part23.Color = Color3.new(0.666667, 0.333333, 0)
  550. Part23.Size = Vector3.new(1.5999999, 1.5999999, 1)
  551. Part23.Anchored = true
  552. Part23.BottomSurface = Enum.SurfaceType.Smooth
  553. Part23.BrickColor = BrickColor.new("CGA brown")
  554. Part23.Material = Enum.Material.Concrete
  555. Part23.TopSurface = Enum.SurfaceType.Smooth
  556. Part23.brickColor = BrickColor.new("CGA brown")
  557. Part23.FormFactor = Enum.FormFactor.Symmetric
  558. Part23.formFactor = Enum.FormFactor.Symmetric
  559. Part24.Name = "Handle"
  560. Part24.Parent = Model20
  561. Part24.CFrame = CFrame.new(-8.61491013, 4.08313322, -18.7007065, 0.0307268575, -4.25553735e-05, 0.99952817, -4.17689298e-05, 1, 4.38595162e-05, -0.99952811, -4.30968576e-05, 0.0307268612)
  562. Part24.Orientation = Vector3.new(0, 88.2399979, 0)
  563. Part24.Position = Vector3.new(-8.61491013, 4.08313322, -18.7007065)
  564. Part24.Rotation = Vector3.new(-0.0799999982, 88.2399979, 0.0799999982)
  565. Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  566. Part24.Size = Vector3.new(1, 1, 1)
  567. Part24.Anchored = true
  568. Part24.BottomSurface = Enum.SurfaceType.Smooth
  569. Part24.BrickColor = BrickColor.new("Really black")
  570. Part24.Material = Enum.Material.SmoothPlastic
  571. Part24.TopSurface = Enum.SurfaceType.Smooth
  572. Part24.brickColor = BrickColor.new("Really black")
  573. Part24.FormFactor = Enum.FormFactor.Symmetric
  574. Part24.formFactor = Enum.FormFactor.Symmetric
  575. SpecialMesh25.Parent = Part24
  576. SpecialMesh25.MeshId = "http://www.roblox.com/asset/?id=16593970"
  577. SpecialMesh25.Scale = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  578. SpecialMesh25.MeshType = Enum.MeshType.FileMesh
  579. Model26.Name = "Leg1"
  580. Model26.Parent = Model0
  581. Part27.Name = "Middle"
  582. Part27.Parent = Model26
  583. Part27.CFrame = CFrame.new(-8.00865555, 1.25111842, -18.2449417, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  584. Part27.Orientation = Vector3.new(0, 90, 0)
  585. Part27.Position = Vector3.new(-8.00865555, 1.25111842, -18.2449417)
  586. Part27.Rotation = Vector3.new(0, 90, 0)
  587. Part27.Color = Color3.new(0.486275, 0.360784, 0.27451)
  588. Part27.Transparency = 1
  589. Part27.Size = Vector3.new(1, 2, 1)
  590. Part27.Anchored = true
  591. Part27.BottomSurface = Enum.SurfaceType.Smooth
  592. Part27.BrickColor = BrickColor.new("Brown")
  593. Part27.Material = Enum.Material.Concrete
  594. Part27.TopSurface = Enum.SurfaceType.Smooth
  595. Part27.brickColor = BrickColor.new("Brown")
  596. Part27.FormFactor = Enum.FormFactor.Symmetric
  597. Part27.formFactor = Enum.FormFactor.Symmetric
  598. Part28.Name = "leg"
  599. Part28.Parent = Model26
  600. Part28.CFrame = CFrame.new(-8.00867462, 1.75111675, -18.2449417, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  601. Part28.Orientation = Vector3.new(0, 90, 0)
  602. Part28.Position = Vector3.new(-8.00867462, 1.75111675, -18.2449417)
  603. Part28.Rotation = Vector3.new(0, 90, 0)
  604. Part28.Color = Color3.new(0.486275, 0.360784, 0.27451)
  605. Part28.Size = Vector3.new(1, 1, 1)
  606. Part28.Anchored = true
  607. Part28.BottomSurface = Enum.SurfaceType.Smooth
  608. Part28.BrickColor = BrickColor.new("Brown")
  609. Part28.Material = Enum.Material.Concrete
  610. Part28.TopSurface = Enum.SurfaceType.Smooth
  611. Part28.brickColor = BrickColor.new("Brown")
  612. Part28.FormFactor = Enum.FormFactor.Symmetric
  613. Part28.formFactor = Enum.FormFactor.Symmetric
  614. Part29.Name = "leg"
  615. Part29.Parent = Model26
  616. Part29.CFrame = CFrame.new(-8.00864029, 0.951098442, -18.2449417, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  617. Part29.Orientation = Vector3.new(0, 90, 0)
  618. Part29.Position = Vector3.new(-8.00864029, 0.951098442, -18.2449417)
  619. Part29.Rotation = Vector3.new(0, 90, 0)
  620. Part29.Color = Color3.new(0.486275, 0.360784, 0.27451)
  621. Part29.Size = Vector3.new(1, 0.600000024, 1)
  622. Part29.Anchored = true
  623. Part29.BottomSurface = Enum.SurfaceType.Smooth
  624. Part29.BrickColor = BrickColor.new("Brown")
  625. Part29.Material = Enum.Material.Concrete
  626. Part29.TopSurface = Enum.SurfaceType.Smooth
  627. Part29.brickColor = BrickColor.new("Brown")
  628. Part29.FormFactor = Enum.FormFactor.Symmetric
  629. Part29.formFactor = Enum.FormFactor.Symmetric
  630. Part30.Name = "foot"
  631. Part30.Parent = Model26
  632. Part30.CFrame = CFrame.new(-8.10823441, 0.451112211, -18.2450562, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  633. Part30.Orientation = Vector3.new(0, 90, 0)
  634. Part30.Position = Vector3.new(-8.10823441, 0.451112211, -18.2450562)
  635. Part30.Rotation = Vector3.new(0, 90, 0)
  636. Part30.Color = Color3.new(0.486275, 0.360784, 0.27451)
  637. Part30.Size = Vector3.new(1, 0.399999976, 1.20000005)
  638. Part30.Anchored = true
  639. Part30.BottomSurface = Enum.SurfaceType.Smooth
  640. Part30.BrickColor = BrickColor.new("Brown")
  641. Part30.Material = Enum.Material.Concrete
  642. Part30.TopSurface = Enum.SurfaceType.Smooth
  643. Part30.brickColor = BrickColor.new("Brown")
  644. Part30.FormFactor = Enum.FormFactor.Symmetric
  645. Part30.formFactor = Enum.FormFactor.Symmetric
  646. Model31.Name = "Leg2"
  647. Model31.Parent = Model0
  648. Part32.Name = "Middle"
  649. Part32.Parent = Model31
  650. Part32.CFrame = CFrame.new(-8.00862122, 1.25111854, -19.255867, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  651. Part32.Orientation = Vector3.new(0, 90, 0)
  652. Part32.Position = Vector3.new(-8.00862122, 1.25111854, -19.255867)
  653. Part32.Rotation = Vector3.new(0, 90, 0)
  654. Part32.Color = Color3.new(0.486275, 0.360784, 0.27451)
  655. Part32.Transparency = 1
  656. Part32.Size = Vector3.new(1, 2, 1)
  657. Part32.Anchored = true
  658. Part32.BottomSurface = Enum.SurfaceType.Smooth
  659. Part32.BrickColor = BrickColor.new("Brown")
  660. Part32.Material = Enum.Material.Concrete
  661. Part32.TopSurface = Enum.SurfaceType.Smooth
  662. Part32.brickColor = BrickColor.new("Brown")
  663. Part32.FormFactor = Enum.FormFactor.Symmetric
  664. Part32.formFactor = Enum.FormFactor.Symmetric
  665. Part33.Name = "leg"
  666. Part33.Parent = Model31
  667. Part33.CFrame = CFrame.new(-8.00873184, 1.75111651, -19.255867, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  668. Part33.Orientation = Vector3.new(0, 90, 0)
  669. Part33.Position = Vector3.new(-8.00873184, 1.75111651, -19.255867)
  670. Part33.Rotation = Vector3.new(0, 90, 0)
  671. Part33.Color = Color3.new(0.486275, 0.360784, 0.27451)
  672. Part33.Size = Vector3.new(1, 1, 1)
  673. Part33.Anchored = true
  674. Part33.BottomSurface = Enum.SurfaceType.Smooth
  675. Part33.BrickColor = BrickColor.new("Brown")
  676. Part33.Material = Enum.Material.Concrete
  677. Part33.TopSurface = Enum.SurfaceType.Smooth
  678. Part33.brickColor = BrickColor.new("Brown")
  679. Part33.FormFactor = Enum.FormFactor.Symmetric
  680. Part33.formFactor = Enum.FormFactor.Symmetric
  681. Part34.Name = "leg"
  682. Part34.Parent = Model31
  683. Part34.CFrame = CFrame.new(-8.00857544, 0.951101542, -19.255867, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  684. Part34.Orientation = Vector3.new(0, 90, 0)
  685. Part34.Position = Vector3.new(-8.00857544, 0.951101542, -19.255867)
  686. Part34.Rotation = Vector3.new(0, 90, 0)
  687. Part34.Color = Color3.new(0.486275, 0.360784, 0.27451)
  688. Part34.Size = Vector3.new(1, 0.600000024, 1)
  689. Part34.Anchored = true
  690. Part34.BottomSurface = Enum.SurfaceType.Smooth
  691. Part34.BrickColor = BrickColor.new("Brown")
  692. Part34.Material = Enum.Material.Concrete
  693. Part34.TopSurface = Enum.SurfaceType.Smooth
  694. Part34.brickColor = BrickColor.new("Brown")
  695. Part34.FormFactor = Enum.FormFactor.Symmetric
  696. Part34.formFactor = Enum.FormFactor.Symmetric
  697. Part35.Name = "foot"
  698. Part35.Parent = Model31
  699. Part35.CFrame = CFrame.new(-8.10865402, 0.451112211, -19.2559204, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  700. Part35.Orientation = Vector3.new(0, 90, 0)
  701. Part35.Position = Vector3.new(-8.10865402, 0.451112211, -19.2559204)
  702. Part35.Rotation = Vector3.new(0, 90, 0)
  703. Part35.Color = Color3.new(0.486275, 0.360784, 0.27451)
  704. Part35.Size = Vector3.new(1, 0.399999976, 1.20000005)
  705. Part35.Anchored = true
  706. Part35.BottomSurface = Enum.SurfaceType.Smooth
  707. Part35.BrickColor = BrickColor.new("Brown")
  708. Part35.Material = Enum.Material.Concrete
  709. Part35.TopSurface = Enum.SurfaceType.Smooth
  710. Part35.brickColor = BrickColor.new("Brown")
  711. Part35.FormFactor = Enum.FormFactor.Symmetric
  712. Part35.formFactor = Enum.FormFactor.Symmetric
  713. Model36.Name = "HeadPart"
  714. Model36.Parent = Model0
  715. Part37.Name = "Middle"
  716. Part37.Parent = Model36
  717. Part37.CFrame = CFrame.new(-8.03826904, 4.74095201, -18.7446213, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  718. Part37.Orientation = Vector3.new(0, 90, 0)
  719. Part37.Position = Vector3.new(-8.03826904, 4.74095201, -18.7446213)
  720. Part37.Rotation = Vector3.new(0, 90, 0)
  721. Part37.Color = Color3.new(0.972549, 0.972549, 0.972549)
  722. Part37.Transparency = 1
  723. Part37.Size = Vector3.new(2, 1, 1)
  724. Part37.Anchored = true
  725. Part37.BottomSurface = Enum.SurfaceType.Smooth
  726. Part37.BrickColor = BrickColor.new("Institutional white")
  727. Part37.Material = Enum.Material.SmoothPlastic
  728. Part37.TopSurface = Enum.SurfaceType.Smooth
  729. Part37.brickColor = BrickColor.new("Institutional white")
  730. Part37.FormFactor = Enum.FormFactor.Symmetric
  731. Part37.formFactor = Enum.FormFactor.Symmetric
  732. Part38.Name = "Head"
  733. Part38.Parent = Model36
  734. Part38.CFrame = CFrame.new(-8.02846146, 5.24096489, -18.7443924, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  735. Part38.Orientation = Vector3.new(0, 90, 0)
  736. Part38.Position = Vector3.new(-8.02846146, 5.24096489, -18.7443924)
  737. Part38.Rotation = Vector3.new(0, 90, 0)
  738. Part38.Color = Color3.new(0.486275, 0.360784, 0.27451)
  739. Part38.Size = Vector3.new(2, 2, 2)
  740. Part38.Anchored = true
  741. Part38.BottomSurface = Enum.SurfaceType.Smooth
  742. Part38.BrickColor = BrickColor.new("Brown")
  743. Part38.Material = Enum.Material.Concrete
  744. Part38.TopSurface = Enum.SurfaceType.Smooth
  745. Part38.brickColor = BrickColor.new("Brown")
  746. Part38.FormFactor = Enum.FormFactor.Symmetric
  747. Part38.formFactor = Enum.FormFactor.Symmetric
  748. Part39.Name = "eyes"
  749. Part39.Parent = Model36
  750. Part39.CFrame = CFrame.new(-8.75770569, 5.51092243, -19.1643066, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  751. Part39.Orientation = Vector3.new(0, 90, 0)
  752. Part39.Position = Vector3.new(-8.75770569, 5.51092243, -19.1643066)
  753. Part39.Rotation = Vector3.new(0, 90, 0)
  754. Part39.Color = Color3.new(0.972549, 0.972549, 0.972549)
  755. Part39.Size = Vector3.new(0.600000024, 0.599999964, 0.600000024)
  756. Part39.Anchored = true
  757. Part39.BottomSurface = Enum.SurfaceType.Smooth
  758. Part39.BrickColor = BrickColor.new("Institutional white")
  759. Part39.Material = Enum.Material.SmoothPlastic
  760. Part39.TopSurface = Enum.SurfaceType.Smooth
  761. Part39.brickColor = BrickColor.new("Institutional white")
  762. Part39.FormFactor = Enum.FormFactor.Symmetric
  763. Part39.formFactor = Enum.FormFactor.Symmetric
  764. Part40.Name = "eyes"
  765. Part40.Parent = Model36
  766. Part40.CFrame = CFrame.new(-8.75534439, 5.51090622, -18.3041992, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  767. Part40.Orientation = Vector3.new(0, 90, 0)
  768. Part40.Position = Vector3.new(-8.75534439, 5.51090622, -18.3041992)
  769. Part40.Rotation = Vector3.new(0, 90, 0)
  770. Part40.Color = Color3.new(0.972549, 0.972549, 0.972549)
  771. Part40.Size = Vector3.new(0.600000024, 0.599999964, 0.600000024)
  772. Part40.Anchored = true
  773. Part40.BottomSurface = Enum.SurfaceType.Smooth
  774. Part40.BrickColor = BrickColor.new("Institutional white")
  775. Part40.Material = Enum.Material.SmoothPlastic
  776. Part40.TopSurface = Enum.SurfaceType.Smooth
  777. Part40.brickColor = BrickColor.new("Institutional white")
  778. Part40.FormFactor = Enum.FormFactor.Symmetric
  779. Part40.formFactor = Enum.FormFactor.Symmetric
  780. Part41.Name = "pupil"
  781. Part41.Parent = Model36
  782. Part41.CFrame = CFrame.new(-8.77795792, 5.39591408, -19.0941772, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  783. Part41.Orientation = Vector3.new(0, 90, 0)
  784. Part41.Position = Vector3.new(-8.77795792, 5.39591408, -19.0941772)
  785. Part41.Rotation = Vector3.new(0, 90, 0)
  786. Part41.Color = Color3.new(0.0352941, 0.537255, 0.811765)
  787. Part41.Size = Vector3.new(0.300000012, 0.290000021, 0.600000024)
  788. Part41.Anchored = true
  789. Part41.BottomSurface = Enum.SurfaceType.Smooth
  790. Part41.BrickColor = BrickColor.new("Electric blue")
  791. Part41.Material = Enum.Material.SmoothPlastic
  792. Part41.TopSurface = Enum.SurfaceType.Smooth
  793. Part41.brickColor = BrickColor.new("Electric blue")
  794. Part41.FormFactor = Enum.FormFactor.Symmetric
  795. Part41.formFactor = Enum.FormFactor.Symmetric
  796. Part42.Name = "pupil"
  797. Part42.Parent = Model36
  798. Part42.CFrame = CFrame.new(-8.7759819, 5.39592838, -18.3642044, -6.89027365e-05, -4.32185952e-05, 1.00000048, -4.31025655e-05, 1, 4.32156339e-05, -1.00000048, -4.30995751e-05, -6.89045992e-05)
  799. Part42.Orientation = Vector3.new(0, 90, 0)
  800. Part42.Position = Vector3.new(-8.7759819, 5.39592838, -18.3642044)
  801. Part42.Rotation = Vector3.new(0, 90, 0)
  802. Part42.Color = Color3.new(0.0352941, 0.537255, 0.811765)
  803. Part42.Size = Vector3.new(0.300000012, 0.290000021, 0.600000024)
  804. Part42.Anchored = true
  805. Part42.BottomSurface = Enum.SurfaceType.Smooth
  806. Part42.BrickColor = BrickColor.new("Electric blue")
  807. Part42.Material = Enum.Material.SmoothPlastic
  808. Part42.TopSurface = Enum.SurfaceType.Smooth
  809. Part42.brickColor = BrickColor.new("Electric blue")
  810. Part42.FormFactor = Enum.FormFactor.Symmetric
  811. Part42.formFactor = Enum.FormFactor.Symmetric
  812. Part43.Name = "eyebrow"
  813. Part43.Parent = Model36
  814. Part43.CFrame = CFrame.new(-8.93608475, 6.0149579, -18.3041382, -4.43093013e-05, -0.697851658, 0.71624285, -8.91131131e-05, 0.716242492, 0.697851479, -1.00000036, -3.29049071e-05, -9.39242309e-05)
  815. Part43.Orientation = Vector3.new(-44.25, 90.0100021, -0.00999999978)
  816. Part43.Position = Vector3.new(-8.93608475, 6.0149579, -18.3041382)
  817. Part43.Rotation = Vector3.new(-90.0100021, 45.75, 90)
  818. Part43.Color = Color3.new(0.105882, 0.164706, 0.207843)
  819. Part43.Size = Vector3.new(0.600000024, 0.200000003, 0.200000003)
  820. Part43.Anchored = true
  821. Part43.BottomSurface = Enum.SurfaceType.Smooth
  822. Part43.BrickColor = BrickColor.new("Black")
  823. Part43.Material = Enum.Material.SmoothPlastic
  824. Part43.TopSurface = Enum.SurfaceType.Smooth
  825. Part43.brickColor = BrickColor.new("Black")
  826. Part43.FormFactor = Enum.FormFactor.Symmetric
  827. Part43.formFactor = Enum.FormFactor.Symmetric
  828. Part44.Name = "eyebrow"
  829. Part44.Parent = Model36
  830. Part44.CFrame = CFrame.new(-8.93836212, 6.01497316, -19.1541061, -4.43093013e-05, -0.697851658, 0.71624285, -8.91131131e-05, 0.716242492, 0.697851479, -1.00000036, -3.29049071e-05, -9.39242309e-05)
  831. Part44.Orientation = Vector3.new(-44.25, 90.0100021, -0.00999999978)
  832. Part44.Position = Vector3.new(-8.93836212, 6.01497316, -19.1541061)
  833. Part44.Rotation = Vector3.new(-90.0100021, 45.75, 90)
  834. Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  835. Part44.Size = Vector3.new(0.600000024, 0.200000003, 0.200000003)
  836. Part44.Anchored = true
  837. Part44.BottomSurface = Enum.SurfaceType.Smooth
  838. Part44.BrickColor = BrickColor.new("Black")
  839. Part44.Material = Enum.Material.SmoothPlastic
  840. Part44.TopSurface = Enum.SurfaceType.Smooth
  841. Part44.brickColor = BrickColor.new("Black")
  842. Part44.FormFactor = Enum.FormFactor.Symmetric
  843. Part44.formFactor = Enum.FormFactor.Symmetric
  844. Part45.Name = "TinyBrick"
  845. Part45.Parent = Model36
  846. Part45.CFrame = CFrame.new(-9.11471558, 4.3880887, -18.7290726, -0.00562606845, 3.42866291e-10, -0.999984562, -1.21725975e-07, 1, 1.0077339e-09, 0.999984503, 1.21753132e-07, -0.00562606938)
  847. Part45.Orientation = Vector3.new(0, -90.3199997, 0)
  848. Part45.Position = Vector3.new(-9.11471558, 4.3880887, -18.7290726)
  849. Part45.Rotation = Vector3.new(-180, -89.6800003, -180)
  850. Part45.Color = Color3.new(0.666667, 0.333333, 0)
  851. Part45.Size = Vector3.new(1.38, 0.289999992, 0.5)
  852. Part45.Anchored = true
  853. Part45.BottomSurface = Enum.SurfaceType.Smooth
  854. Part45.BrickColor = BrickColor.new("CGA brown")
  855. Part45.Material = Enum.Material.Concrete
  856. Part45.TopSurface = Enum.SurfaceType.Smooth
  857. Part45.brickColor = BrickColor.new("CGA brown")
  858. Part45.FormFactor = Enum.FormFactor.Custom
  859. Part45.formFactor = Enum.FormFactor.Custom
  860. Part46.Name = "nose"
  861. Part46.Parent = Model36
  862. Part46.CFrame = CFrame.new(-9.23999786, 5.1587882, -18.758522, -0.00562606845, 3.42866291e-10, -0.999984562, -1.21725975e-07, 1, 1.0077339e-09, 0.999984503, 1.21753132e-07, -0.00562606938)
  863. Part46.Orientation = Vector3.new(0, -90.3199997, 0)
  864. Part46.Position = Vector3.new(-9.23999786, 5.1587882, -18.758522)
  865. Part46.Rotation = Vector3.new(-180, -89.6800003, -180)
  866. Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  867. Part46.Size = Vector3.new(0.349999964, 0.200000003, 0.25999999)
  868. Part46.Anchored = true
  869. Part46.BottomSurface = Enum.SurfaceType.Smooth
  870. Part46.BrickColor = BrickColor.new("Really black")
  871. Part46.Material = Enum.Material.Concrete
  872. Part46.TopSurface = Enum.SurfaceType.Smooth
  873. Part46.brickColor = BrickColor.new("Really black")
  874. Part46.FormFactor = Enum.FormFactor.Custom
  875. Part46.formFactor = Enum.FormFactor.Custom
  876. Sound47.Parent = Part46
  877. Sound47.SoundId = "rbxassetid://224719585"
  878. ClickDetector48.Parent = Part46
  879. Script49.Name = "ClickScript"
  880. Script49.Parent = Part46
  881. table.insert(cors,sandbox(Script49,function()
  882. script.Parent.ClickDetector.MouseClick:connect(function()
  883. script.Parent.Sound:Play()
  884. end)
  885.  
  886. script.Parent.ClickDetector.MouseHoverEnter:connect(function()
  887. if script.Parent:findFirstChild("BillboardGui") then
  888. script.Parent.BillboardGui.Frame:TweenSize(UDim2.new(1,0,1,0))
  889. wait(0.1)
  890. script.Parent.BillboardGui.Frame.TextLabel.Visible = true
  891. end
  892. end)
  893.  
  894. script.Parent.ClickDetector.MouseHoverLeave:connect(function()
  895. if script.Parent:findFirstChild("BillboardGui") then
  896. script.Parent.BillboardGui.Frame.TextLabel.Visible = false
  897. script.Parent.BillboardGui.Frame:TweenSize(UDim2.new(0,0,0,0))
  898. end
  899. end)
  900.  
  901. end))
  902. Part50.Name = "TinyBrick"
  903. Part50.Parent = Model36
  904. Part50.CFrame = CFrame.new(-9.1348381, 4.94803905, -18.7297363, -0.00562606845, 3.42866291e-10, -0.999984562, -1.21725975e-07, 1, 1.0077339e-09, 0.999984503, 1.21753132e-07, -0.00562606938)
  905. Part50.Orientation = Vector3.new(0, -90.3199997, 0)
  906. Part50.Position = Vector3.new(-9.1348381, 4.94803905, -18.7297363)
  907. Part50.Rotation = Vector3.new(-180, -89.6800003, -180)
  908. Part50.Color = Color3.new(0.666667, 0.333333, 0)
  909. Part50.Size = Vector3.new(1.38, 0.449999988, 0.5)
  910. Part50.Anchored = true
  911. Part50.BottomSurface = Enum.SurfaceType.Smooth
  912. Part50.BrickColor = BrickColor.new("CGA brown")
  913. Part50.Material = Enum.Material.Concrete
  914. Part50.TopSurface = Enum.SurfaceType.Smooth
  915. Part50.brickColor = BrickColor.new("CGA brown")
  916. Part50.FormFactor = Enum.FormFactor.Custom
  917. Part50.formFactor = Enum.FormFactor.Custom
  918. Part51.Name = "tooth"
  919. Part51.Parent = Model36
  920. Part51.CFrame = CFrame.new(-9.14585114, 4.56309032, -19.166481, -0.00562606845, 3.42866291e-10, -0.999984562, -1.21725975e-07, 1, 1.0077339e-09, 0.999984503, 1.21753132e-07, -0.00562606938)
  921. Part51.Orientation = Vector3.new(0, -90.3199997, 0)
  922. Part51.Position = Vector3.new(-9.14585114, 4.56309032, -19.166481)
  923. Part51.Rotation = Vector3.new(-180, -89.6800003, -180)
  924. Part51.Color = Color3.new(0.929412, 0.917647, 0.917647)
  925. Part51.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  926. Part51.Anchored = true
  927. Part51.BottomSurface = Enum.SurfaceType.Smooth
  928. Part51.BrickColor = BrickColor.new("Lily white")
  929. Part51.TopSurface = Enum.SurfaceType.Smooth
  930. Part51.brickColor = BrickColor.new("Lily white")
  931. Part51.FormFactor = Enum.FormFactor.Custom
  932. Part51.formFactor = Enum.FormFactor.Custom
  933. Part52.Name = "tooth"
  934. Part52.Parent = Model36
  935. Part52.CFrame = CFrame.new(-9.15434647, 4.5630722, -18.8766785, -0.00562606845, 3.42866291e-10, -0.999984562, -1.21725975e-07, 1, 1.0077339e-09, 0.999984503, 1.21753132e-07, -0.00562606938)
  936. Part52.Orientation = Vector3.new(0, -90.3199997, 0)
  937. Part52.Position = Vector3.new(-9.15434647, 4.5630722, -18.8766785)
  938. Part52.Rotation = Vector3.new(-180, -89.6800003, -180)
  939. Part52.Color = Color3.new(0.929412, 0.917647, 0.917647)
  940. Part52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  941. Part52.Anchored = true
  942. Part52.BottomSurface = Enum.SurfaceType.Smooth
  943. Part52.BrickColor = BrickColor.new("Lily white")
  944. Part52.TopSurface = Enum.SurfaceType.Smooth
  945. Part52.brickColor = BrickColor.new("Lily white")
  946. Part52.FormFactor = Enum.FormFactor.Custom
  947. Part52.formFactor = Enum.FormFactor.Custom
  948. Part53.Name = "tooth"
  949. Part53.Parent = Model36
  950. Part53.CFrame = CFrame.new(-9.1713028, 4.56308889, -18.2969055, -0.00562606845, 3.42866291e-10, -0.999984562, -1.21725975e-07, 1, 1.0077339e-09, 0.999984503, 1.21753132e-07, -0.00562606938)
  951. Part53.Orientation = Vector3.new(0, -90.3199997, 0)
  952. Part53.Position = Vector3.new(-9.1713028, 4.56308889, -18.2969055)
  953. Part53.Rotation = Vector3.new(-180, -89.6800003, -180)
  954. Part53.Color = Color3.new(0.929412, 0.917647, 0.917647)
  955. Part53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  956. Part53.Anchored = true
  957. Part53.BottomSurface = Enum.SurfaceType.Smooth
  958. Part53.BrickColor = BrickColor.new("Lily white")
  959. Part53.TopSurface = Enum.SurfaceType.Smooth
  960. Part53.brickColor = BrickColor.new("Lily white")
  961. Part53.FormFactor = Enum.FormFactor.Custom
  962. Part53.formFactor = Enum.FormFactor.Custom
  963. Part54.Name = "tooth"
  964. Part54.Parent = Model36
  965. Part54.CFrame = CFrame.new(-9.16296005, 4.56308937, -18.5868378, -0.00562606845, 3.42866291e-10, -0.999984562, -1.21725975e-07, 1, 1.0077339e-09, 0.999984503, 1.21753132e-07, -0.00562606938)
  966. Part54.Orientation = Vector3.new(0, -90.3199997, 0)
  967. Part54.Position = Vector3.new(-9.16296005, 4.56308937, -18.5868378)
  968. Part54.Rotation = Vector3.new(-180, -89.6800003, -180)
  969. Part54.Color = Color3.new(0.929412, 0.917647, 0.917647)
  970. Part54.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  971. Part54.Anchored = true
  972. Part54.BottomSurface = Enum.SurfaceType.Smooth
  973. Part54.BrickColor = BrickColor.new("Lily white")
  974. Part54.TopSurface = Enum.SurfaceType.Smooth
  975. Part54.brickColor = BrickColor.new("Lily white")
  976. Part54.FormFactor = Enum.FormFactor.Custom
  977. Part54.formFactor = Enum.FormFactor.Custom
  978. Part55.Name = "Flat Cirlce"
  979. Part55.Parent = Model36
  980. Part55.CFrame = CFrame.new(-8.46645355, 6.36395979, -19.8391037, 0.0042503709, -0.999889195, 0.0142934481, -0.999991, -0.00424843514, 0.000165714097, -0.000104970961, -0.0142940264, -0.999898076)
  981. Part55.Orientation = Vector3.new(-0.00999999978, 179.179993, -90.2399979)
  982. Part55.Position = Vector3.new(-8.46645355, 6.36395979, -19.8391037)
  983. Part55.Rotation = Vector3.new(-179.990005, 0.819999993, 89.7600021)
  984. Part55.Color = Color3.new(0.486275, 0.360784, 0.27451)
  985. Part55.Size = Vector3.new(1, 0.400000006, 1)
  986. Part55.Anchored = true
  987. Part55.BrickColor = BrickColor.new("Brown")
  988. Part55.Material = Enum.Material.Concrete
  989. Part55.brickColor = BrickColor.new("Brown")
  990. Part55.FormFactor = Enum.FormFactor.Plate
  991. Part55.formFactor = Enum.FormFactor.Plate
  992. CylinderMesh56.Parent = Part55
  993. Part57.Name = "Flat Cirlce"
  994. Part57.Parent = Model36
  995. Part57.CFrame = CFrame.new(-8.47679138, 6.35395336, -19.8140564, 0.0042503709, -0.999889195, 0.0142934481, -0.999991, -0.00424843514, 0.000165714097, -0.000104970961, -0.0142940264, -0.999898076)
  996. Part57.Orientation = Vector3.new(-0.00999999978, 179.179993, -90.2399979)
  997. Part57.Position = Vector3.new(-8.47679138, 6.35395336, -19.8140564)
  998. Part57.Rotation = Vector3.new(-179.990005, 0.819999993, 89.7600021)
  999. Part57.Color = Color3.new(0.666667, 0.333333, 0)
  1000. Part57.Size = Vector3.new(0.540000021, 0.400000006, 0.850000024)
  1001. Part57.Anchored = true
  1002. Part57.BrickColor = BrickColor.new("CGA brown")
  1003. Part57.Material = Enum.Material.Concrete
  1004. Part57.brickColor = BrickColor.new("CGA brown")
  1005. Part57.FormFactor = Enum.FormFactor.Plate
  1006. Part57.formFactor = Enum.FormFactor.Plate
  1007. CylinderMesh58.Parent = Part57
  1008. Part59.Name = "Flat Cirlce"
  1009. Part59.Parent = Model36
  1010. Part59.CFrame = CFrame.new(-8.47109985, 6.3539362, -17.7140732, 0.0042503709, -0.999889195, 0.0142934481, -0.999991, -0.00424843514, 0.000165714097, -0.000104970961, -0.0142940264, -0.999898076)
  1011. Part59.Orientation = Vector3.new(-0.00999999978, 179.179993, -90.2399979)
  1012. Part59.Position = Vector3.new(-8.47109985, 6.3539362, -17.7140732)
  1013. Part59.Rotation = Vector3.new(-179.990005, 0.819999993, 89.7600021)
  1014. Part59.Color = Color3.new(0.666667, 0.333333, 0)
  1015. Part59.Size = Vector3.new(0.540000021, 0.400000006, 0.850000024)
  1016. Part59.Anchored = true
  1017. Part59.BrickColor = BrickColor.new("CGA brown")
  1018. Part59.Material = Enum.Material.Concrete
  1019. Part59.brickColor = BrickColor.new("CGA brown")
  1020. Part59.FormFactor = Enum.FormFactor.Plate
  1021. Part59.formFactor = Enum.FormFactor.Plate
  1022. CylinderMesh60.Parent = Part59
  1023. Part61.Name = "Flat Cirlce"
  1024. Part61.Parent = Model36
  1025. Part61.CFrame = CFrame.new(-8.4609108, 6.36395979, -17.7390747, 0.0042503709, -0.999889195, 0.0142934481, -0.999991, -0.00424843514, 0.000165714097, -0.000104970961, -0.0142940264, -0.999898076)
  1026. Part61.Orientation = Vector3.new(-0.00999999978, 179.179993, -90.2399979)
  1027. Part61.Position = Vector3.new(-8.4609108, 6.36395979, -17.7390747)
  1028. Part61.Rotation = Vector3.new(-179.990005, 0.819999993, 89.7600021)
  1029. Part61.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1030. Part61.Size = Vector3.new(1, 0.400000006, 1)
  1031. Part61.Anchored = true
  1032. Part61.BrickColor = BrickColor.new("Brown")
  1033. Part61.Material = Enum.Material.Concrete
  1034. Part61.brickColor = BrickColor.new("Brown")
  1035. Part61.FormFactor = Enum.FormFactor.Plate
  1036. Part61.formFactor = Enum.FormFactor.Plate
  1037. CylinderMesh62.Parent = Part61
  1038. Part63.Name = "TopHat"
  1039. Part63.Parent = Model36
  1040. Part63.CFrame = CFrame.new(-7.96744919, 6.56314087, -18.7649612, 0.999656081, -1.30858998e-05, 0.0262370277, 1.22707797e-05, 1, 3.12292905e-05, -0.0262370296, -3.08965791e-05, 0.999656081)
  1041. Part63.Orientation = Vector3.new(0, 1.5, 0)
  1042. Part63.Position = Vector3.new(-7.96744919, 6.56314087, -18.7649612)
  1043. Part63.Rotation = Vector3.new(0, 1.5, 0)
  1044. Part63.Size = Vector3.new(0.799999952, 0.599999964, 0.799999952)
  1045. Part63.Anchored = true
  1046. Part63.BottomSurface = Enum.SurfaceType.Smooth
  1047. Part63.CanCollide = false
  1048. Part63.Material = Enum.Material.SmoothPlastic
  1049. Part63.TopSurface = Enum.SurfaceType.Smooth
  1050. Part63.FormFactor = Enum.FormFactor.Symmetric
  1051. Part63.formFactor = Enum.FormFactor.Symmetric
  1052. SpecialMesh64.Parent = Part63
  1053. SpecialMesh64.MeshId = "http://www.roblox.com/asset/?id=163537933"
  1054. SpecialMesh64.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  1055. SpecialMesh64.TextureId = "http://www.roblox.com/asset/?id=163537949"
  1056. SpecialMesh64.MeshType = Enum.MeshType.FileMesh
  1057. for i,v in pairs(mas:GetChildren()) do
  1058. v.Parent = script
  1059. pcall(function() v:MakeJoints() end)
  1060. end
  1061. mas:Destroy()
  1062. for i,v in pairs(cors) do
  1063. spawn(function()
  1064. pcall(v)
  1065. end)
  1066. end
  1067.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement