Advertisement
HenloMyDude

joofilmorphfixedlolbutitskindabroken

Aug 10th, 2019
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.46 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Model0 = Instance.new("Model")
  20. Part1 = Instance.new("Part")
  21. Decal2 = Instance.new("Decal")
  22. Script3 = Instance.new("Script")
  23. ScreenGui4 = Instance.new("ScreenGui")
  24. Frame5 = Instance.new("Frame")
  25. TextLabel6 = Instance.new("TextLabel")
  26. TextButton7 = Instance.new("TextButton")
  27. Script8 = Instance.new("Script")
  28. LocalScript9 = Instance.new("LocalScript")
  29. Animation10 = Instance.new("Animation")
  30. TextButton11 = Instance.new("TextButton")
  31. Script12 = Instance.new("Script")
  32. LocalScript13 = Instance.new("LocalScript")
  33. Animation14 = Instance.new("Animation")
  34. Script15 = Instance.new("Script")
  35. UnionOperation16 = Instance.new("UnionOperation")
  36. Decal17 = Instance.new("Decal")
  37. SpecialMesh18 = Instance.new("SpecialMesh")
  38. MeshPart19 = Instance.new("MeshPart")
  39. SpecialMesh20 = Instance.new("SpecialMesh")
  40. MeshPart21 = Instance.new("MeshPart")
  41. SpecialMesh22 = Instance.new("SpecialMesh")
  42. MeshPart23 = Instance.new("MeshPart")
  43. SpecialMesh24 = Instance.new("SpecialMesh")
  44. MeshPart25 = Instance.new("MeshPart")
  45. SpecialMesh26 = Instance.new("SpecialMesh")
  46. UnionOperation27 = Instance.new("UnionOperation")
  47. Sound28 = Instance.new("Sound")
  48. Sound29 = Instance.new("Sound")
  49. Sound30 = Instance.new("Sound")
  50. Sound31 = Instance.new("Sound")
  51. Sound32 = Instance.new("Sound")
  52. Sound33 = Instance.new("Sound")
  53. Sound34 = Instance.new("Sound")
  54. Sound35 = Instance.new("Sound")
  55. Sound36 = Instance.new("Sound")
  56. Sound37 = Instance.new("Sound")
  57. Sound38 = Instance.new("Sound")
  58. Sound39 = Instance.new("Sound")
  59. SpecialMesh40 = Instance.new("SpecialMesh")
  60. Part41 = Instance.new("Part")
  61. Motor6D42 = Instance.new("Motor6D")
  62. SpecialMesh43 = Instance.new("SpecialMesh")
  63. Part44 = Instance.new("Part")
  64. SpecialMesh45 = Instance.new("SpecialMesh")
  65. Model0.Name = "BrokenJoofilMorph"
  66. Model0.Parent = mas
  67. Part1.Name = "Morpher"
  68. Part1.Parent = Model0
  69. Part1.CFrame = CFrame.new(-6.20673513, 0.602365971, 121.814262, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  70. Part1.Position = Vector3.new(-6.20673513, 0.602365971, 121.814262)
  71. Part1.Color = Color3.new(1, 1, 0)
  72. Part1.Size = Vector3.new(1.875, 0.375, 1.875)
  73. Part1.Anchored = true
  74. Part1.BottomSurface = Enum.SurfaceType.Smooth
  75. Part1.BrickColor = BrickColor.new("New Yeller")
  76. Part1.TopSurface = Enum.SurfaceType.Smooth
  77. Part1.brickColor = BrickColor.new("New Yeller")
  78. Decal2.Name = "Jevil"
  79. Decal2.Parent = Part1
  80. Decal2.Texture = "http://www.roblox.com/asset/?id=2537357477"
  81. Decal2.Face = Enum.NormalId.Top
  82. Decal2.Color3 = Color3.new(1, 1, 0)
  83. Script3.Name = "Morph"
  84. Script3.Parent = Part1
  85. table.insert(cors,sandbox(Script3,function()
  86.  
  87.  
  88. --//youngmacka123's joofil morph\\--
  89.  
  90. MODEL = script.Parent.Parent
  91. FHEAD = MODEL.Head
  92. FTORS = MODEL.Torso
  93. FRA = MODEL["Right Arm"]
  94. FLA = MODEL["Left Arm"]
  95. FRL = MODEL["Right Leg"]
  96. FLL = MODEL["Left Leg"]
  97.  
  98. function WELD(parent, a, b, cf)
  99. local Weld = Instance.new("Weld",parent)
  100. Weld.Part0 = a
  101. Weld.Part1 = b
  102. Weld.C0 = cf
  103. end
  104.  
  105. function MORPH(hit)
  106. if hit.Parent:FindFirstChild("Joofil") then
  107. for _,v in pairs (hit.Parent:children()) do
  108. if v:IsA("Part") or v:IsA("MeshPart") then
  109. v.Anchored = false
  110. end
  111. if v:IsA("Model") then
  112. for _,v in pairs (v:children()) do
  113. if v:IsA("Part") or v:IsA("MeshPart") then
  114. v.Anchored = false
  115. v.CanCollide = false
  116. end
  117. end
  118. end
  119. end
  120. else
  121. local PLAYER = hit.Parent
  122. local RA = PLAYER["Right Arm"]
  123. local LA = PLAYER["Left Arm"]
  124. local RL = PLAYER["Right Leg"]
  125. local LL = PLAYER["Left Leg"]
  126. local TORS = PLAYER.Torso
  127. local HED = PLAYER.Head
  128. local GUI = script.EmotesGui
  129.  
  130. local MORPHM = Instance.new("Model",PLAYER)
  131. MORPHM.Name = "Joofil"
  132. local MRA = FRA:Clone()
  133. MRA.CanCollide = false
  134. MRA.Anchored = false
  135. MRA.Parent = MORPHM
  136. local MLA = FLA:Clone()
  137. MLA.CanCollide = false
  138. MLA.Anchored = false
  139. MLA.Parent = MORPHM
  140. local MRL = FRL:Clone()
  141. MRL.CanCollide = false
  142. MRL.Anchored = false
  143. MRL.Parent = MORPHM
  144. local MLL = FLL:Clone()
  145. MLL.Anchored = false
  146. MLL.CanCollide = false
  147. MLL.Parent = MORPHM
  148. local MTORS = FTORS:Clone()
  149. MTORS.Anchored = false
  150. MTORS.CanCollide = false
  151. MTORS.Parent = MORPHM
  152. local MHED = FHEAD:Clone()
  153. MHED.Anchored = false
  154. MHED.CanCollide = false
  155. MHED.Parent = MORPHM
  156.  
  157. for _,v in pairs (MTORS:children()) do
  158. if v:IsA("Motor") or v:IsA("Motor6D") then
  159. v:Destroy()
  160. end
  161. end
  162. for _,v in pairs (MHED:children()) do
  163. if v:IsA("Motor") or v:IsA("Motor6D") then
  164. v:Destroy()
  165. end
  166. end
  167. for _,v in pairs (HED:children()) do
  168. if v:IsA("Decal") then
  169. v.Transparency = 1
  170. v.Texture = "rbxassetid://0"
  171. end
  172. end
  173.  
  174. local none = CFrame.new(0, 0, 0)
  175.  
  176. WELD(PLAYER, MRA, RA, none)
  177. RA.Transparency = 1
  178. WELD(PLAYER, MTORS, TORS, none)
  179. TORS.Transparency = 1
  180. WELD(PLAYER, MHED, HED, none)
  181. HED.Transparency = 1
  182. WELD(PLAYER, MLA, LA, none)
  183. LA.Transparency = 1
  184. WELD(PLAYER, MLL, LL, none)
  185. LL.Transparency = 1
  186. WELD(PLAYER, MRL, RL, none)
  187. RL.Transparency = 1
  188.  
  189. local ANIM = PLAYER:FindFirstChild("Animate")
  190. if ANIM then
  191. ANIM.idle.Animation1.AnimationId = "rbxassetid://3621644367"
  192. ANIM.idle.Animation2.AnimationId = "rbxassetid://3628582047"
  193. end
  194. local PERSON = game.Players:GetPlayerFromCharacter(PLAYER)
  195. if PERSON then
  196. GUI:Clone().Parent = PERSON.PlayerGui
  197. end
  198. end
  199. end
  200.  
  201. script.Parent.Touched:Connect(MORPH)
  202. end))
  203. ScreenGui4.Name = "EmotesGui"
  204. ScreenGui4.Parent = Script3
  205. ScreenGui4.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  206. Frame5.Name = "emotes"
  207. Frame5.Parent = ScreenGui4
  208. Frame5.Position = UDim2.new(0.656209171, 0, 0.473484814, 0)
  209. Frame5.Size = UDim2.new(0, 250, 0, 220)
  210. Frame5.BackgroundColor = BrickColor.new("New Yeller")
  211. Frame5.BackgroundColor3 = Color3.new(0.917647, 1, 0)
  212. Frame5.BackgroundTransparency = 0.25
  213. Frame5.BorderColor = BrickColor.new("Tr. Flu. Yellow")
  214. Frame5.BorderColor3 = Color3.new(1, 0.976471, 0.258824)
  215. Frame5.BorderSizePixel = 10
  216. TextLabel6.Name = "Name"
  217. TextLabel6.Parent = Frame5
  218. TextLabel6.Size = UDim2.new(0, 250, 0, 23)
  219. TextLabel6.BackgroundColor = BrickColor.new("Tr. Flu. Yellow")
  220. TextLabel6.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  221. TextLabel6.BorderColor = BrickColor.new("Br. yellowish green")
  222. TextLabel6.BorderColor3 = Color3.new(0.635294, 0.694118, 0)
  223. TextLabel6.BorderSizePixel = 0
  224. TextLabel6.Font = Enum.Font.SourceSans
  225. TextLabel6.FontSize = Enum.FontSize.Size14
  226. TextLabel6.Text = "Joofil but its broken because my converter is bad"
  227. TextLabel6.TextColor3 = Color3.new(0.109804, 0.203922, 0.219608)
  228. TextLabel6.TextScaled = true
  229. TextLabel6.TextSize = 14
  230. TextLabel6.TextWrap = true
  231. TextLabel6.TextWrapped = true
  232. TextButton7.Name = "ChaosChaos"
  233. TextButton7.Parent = Frame5
  234. TextButton7.Position = UDim2.new(0.0320000015, 0, 0.168181822, 0)
  235. TextButton7.Size = UDim2.new(0, 77, 0, 25)
  236. TextButton7.BackgroundColor = BrickColor.new("Tr. Blue")
  237. TextButton7.BackgroundColor3 = Color3.new(0.368627, 0.654902, 1)
  238. TextButton7.BorderSizePixel = 0
  239. TextButton7.Font = Enum.Font.SourceSans
  240. TextButton7.FontSize = Enum.FontSize.Size14
  241. TextButton7.Text = "Chaos Chaos!"
  242. TextButton7.TextColor = BrickColor.new("Institutional white")
  243. TextButton7.TextColor3 = Color3.new(1, 1, 1)
  244. TextButton7.TextSize = 14
  245. Script8.Name = "Sound"
  246. Script8.Parent = TextButton7
  247. table.insert(cors,sandbox(Script8,function()
  248.  
  249. script.Parent.MouseButton1Click:connect(function()
  250.  
  251. local player = script.Parent.Parent.Parent.Parent.Parent
  252. local root = player.Character.Joofil.Torso
  253. local chaos = root.ChaosChaos
  254.  
  255. chaos:Play()
  256. end)
  257. end))
  258. LocalScript9.Name = "Animation"
  259. LocalScript9.Parent = TextButton7
  260. table.insert(cors,sandbox(LocalScript9,function()
  261.  
  262. local char = game.Players.LocalPlayer.Character
  263. local hum = char.Humanoid
  264. local anim = script.Animation
  265.  
  266. anima = hum:LoadAnimation(anim)
  267.  
  268. script.Parent.MouseButton1Click:connect(function()
  269. hum.WalkSpeed = 0
  270. anima:Play()
  271. wait(1.75)
  272. hum.WalkSpeed = 16
  273. end)
  274. end))
  275. Animation10.Parent = LocalScript9
  276. Animation10.AnimationId = "rbxassetid://3622895564"
  277. TextButton11.Name = "Ha1"
  278. TextButton11.Parent = Frame5
  279. TextButton11.Position = UDim2.new(0.384000003, 0, 0.168181822, 0)
  280. TextButton11.Size = UDim2.new(0, 77, 0, 25)
  281. TextButton11.BackgroundColor = BrickColor.new("Tr. Blue")
  282. TextButton11.BackgroundColor3 = Color3.new(0.368627, 0.654902, 1)
  283. TextButton11.BorderSizePixel = 0
  284. TextButton11.Font = Enum.Font.SourceSans
  285. TextButton11.FontSize = Enum.FontSize.Size14
  286. TextButton11.Text = "Ha / Damaged"
  287. TextButton11.TextColor = BrickColor.new("Institutional white")
  288. TextButton11.TextColor3 = Color3.new(1, 1, 1)
  289. TextButton11.TextSize = 14
  290. Script12.Name = "Sound"
  291. Script12.Parent = TextButton11
  292. table.insert(cors,sandbox(Script12,function()
  293.  
  294. script.Parent.MouseButton1Click:connect(function()
  295.  
  296. local player = script.Parent.Parent.Parent.Parent.Parent
  297. local root = player.Character.Joofil.Torso
  298. local ha = root.Ha1
  299. ha:Play()
  300. local necc = Instance.new("Beam",root)
  301. necc.Name = "Neck"
  302. necc.Transparency = NumberSequence.new(.2)
  303. necc.Texture = "rbxassetid://73042633"
  304. necc.TextureLength = 1
  305. necc.TextureMode = "Static"
  306. necc.TextureSpeed = 2
  307. necc.Width0 = 0.5
  308. necc.Width1 = 0.5
  309. necc.FaceCamera = true
  310. necc.Segments = NumberSequence.new(50)
  311. local ach0 = Instance.new("Attachment",root)
  312. local ach1 = Instance.new("Attachment",root.Parent.Head)
  313. necc.Attachment0 = ach0
  314. necc.Attachment1 = ach1
  315. wait(1.25)
  316. necc:Destroy()
  317. ach0:Destroy()
  318. ach1:Destroy()
  319. end)
  320. end))
  321. LocalScript13.Name = "Animation"
  322. LocalScript13.Parent = TextButton11
  323. table.insert(cors,sandbox(LocalScript13,function()
  324.  
  325. local char = game.Players.LocalPlayer.Character
  326. local hum = char.Humanoid
  327. local anim = script.Animation
  328.  
  329. anima = hum:LoadAnimation(anim)
  330.  
  331. script.Parent.MouseButton1Click:connect(function()
  332. hum.WalkSpeed = 0
  333. anima:Play()
  334. wait(1.75)
  335. hum.WalkSpeed = 16
  336. anima:Stop()
  337. end)
  338. end))
  339. Animation14.Parent = LocalScript13
  340. Animation14.AnimationId = "rbxassetid://3628312571"
  341. Script15.Name = "HatRemover"
  342. Script15.Parent = Part1
  343. table.insert(cors,sandbox(Script15,function()
  344. function onTouched(hit)
  345. local d = hit.Parent:GetChildren()
  346. for i=1, #d do
  347. if (d[i].className == "Accessory") then
  348. d[i]:remove()
  349. end
  350. if (d[i].className == "Hat") then
  351. d[i]:remove()
  352. end
  353. end
  354. end
  355.  
  356. script.Parent.Touched:connect(onTouched)
  357. end))
  358. UnionOperation16.Name = "Head"
  359. UnionOperation16.Parent = Model0
  360. UnionOperation16.CFrame = CFrame.new(-6.13868093, 4.87507296, 124.814728, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  361. UnionOperation16.Position = Vector3.new(-6.13868093, 4.87507296, 124.814728)
  362. UnionOperation16.Color = Color3.new(0.937255, 0.721569, 0.219608)
  363. UnionOperation16.Size = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  364. UnionOperation16.Anchored = true
  365. UnionOperation16.BrickColor = BrickColor.new("Gold")
  366. UnionOperation16.Material = Enum.Material.SmoothPlastic
  367. UnionOperation16.brickColor = BrickColor.new("Gold")
  368. UnionOperation16.UsePartColor = true
  369. Decal17.Name = "Smile"
  370. Decal17.Parent = UnionOperation16
  371. Decal17.Texture = "http://www.roblox.com/asset/?id=288072938"
  372. SpecialMesh18.Parent = UnionOperation16
  373. MeshPart19.Name = "Left Arm"
  374. MeshPart19.Parent = Model0
  375. MeshPart19.CFrame = CFrame.new(-7.63869619, 3.37501693, 124.814728, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  376. MeshPart19.Position = Vector3.new(-7.63869619, 3.37501693, 124.814728)
  377. MeshPart19.Color = Color3.new(0.937255, 0.721569, 0.219608)
  378. MeshPart19.Size = Vector3.new(1.00004005, 2.00002551, 1)
  379. MeshPart19.Anchored = true
  380. MeshPart19.BrickColor = BrickColor.new("Gold")
  381. MeshPart19.Material = Enum.Material.SmoothPlastic
  382. MeshPart19.brickColor = BrickColor.new("Gold")
  383. SpecialMesh20.Parent = MeshPart19
  384. SpecialMesh20.MeshType = Enum.MeshType.Brick
  385. MeshPart21.Name = "Left Leg"
  386. MeshPart21.Parent = Model0
  387. MeshPart21.CFrame = CFrame.new(-6.63869619, 1.37501705, 124.814728, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  388. MeshPart21.Position = Vector3.new(-6.63869619, 1.37501705, 124.814728)
  389. MeshPart21.Color = Color3.new(0.294118, 0.592157, 0.294118)
  390. MeshPart21.Size = Vector3.new(1.00004005, 2.00002551, 1)
  391. MeshPart21.Anchored = true
  392. MeshPart21.BrickColor = BrickColor.new("Bright green")
  393. MeshPart21.Material = Enum.Material.SmoothPlastic
  394. MeshPart21.brickColor = BrickColor.new("Bright green")
  395. SpecialMesh22.Parent = MeshPart21
  396. SpecialMesh22.MeshType = Enum.MeshType.Brick
  397. MeshPart23.Name = "Right Arm"
  398. MeshPart23.Parent = Model0
  399. MeshPart23.CFrame = CFrame.new(-4.63869619, 3.37501693, 124.814728, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  400. MeshPart23.Position = Vector3.new(-4.63869619, 3.37501693, 124.814728)
  401. MeshPart23.Color = Color3.new(0.937255, 0.721569, 0.219608)
  402. MeshPart23.Size = Vector3.new(1.00004005, 2.00002551, 1)
  403. MeshPart23.Anchored = true
  404. MeshPart23.BrickColor = BrickColor.new("Gold")
  405. MeshPart23.Material = Enum.Material.SmoothPlastic
  406. MeshPart23.brickColor = BrickColor.new("Gold")
  407. SpecialMesh24.Parent = MeshPart23
  408. SpecialMesh24.MeshType = Enum.MeshType.Brick
  409. MeshPart25.Name = "Right Leg"
  410. MeshPart25.Parent = Model0
  411. MeshPart25.CFrame = CFrame.new(-5.63869619, 1.37501705, 124.814728, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  412. MeshPart25.Position = Vector3.new(-5.63869619, 1.37501705, 124.814728)
  413. MeshPart25.Color = Color3.new(0.294118, 0.592157, 0.294118)
  414. MeshPart25.Size = Vector3.new(1.00004005, 2.00002551, 1)
  415. MeshPart25.Anchored = true
  416. MeshPart25.BrickColor = BrickColor.new("Bright green")
  417. MeshPart25.Material = Enum.Material.SmoothPlastic
  418. MeshPart25.brickColor = BrickColor.new("Bright green")
  419. SpecialMesh26.Parent = MeshPart25
  420. SpecialMesh26.MeshType = Enum.MeshType.Brick
  421. UnionOperation27.Name = "Torso"
  422. UnionOperation27.Parent = Model0
  423. UnionOperation27.CFrame = CFrame.new(-6.13872623, 3.37511802, 124.814751, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  424. UnionOperation27.Position = Vector3.new(-6.13872623, 3.37511802, 124.814751)
  425. UnionOperation27.Color = Color3.new(0.129412, 0.329412, 0.72549)
  426. UnionOperation27.Size = Vector3.new(2.00003052, 2.00002933, 1.00000763)
  427. UnionOperation27.Anchored = true
  428. UnionOperation27.BrickColor = BrickColor.new("Deep blue")
  429. UnionOperation27.Material = Enum.Material.SmoothPlastic
  430. UnionOperation27.brickColor = BrickColor.new("Deep blue")
  431. UnionOperation27.UsePartColor = true
  432. Sound28.Name = "Die"
  433. Sound28.Parent = UnionOperation27
  434. Sound28.MaxDistance = 300
  435. Sound28.EmitterSize = 35
  436. Sound28.MinDistance = 35
  437. Sound28.SoundId = "rbxassetid://2150821806"
  438. Sound28.Volume = 2
  439. Sound29.Name = "ByeBye"
  440. Sound29.Parent = UnionOperation27
  441. Sound29.MaxDistance = 300
  442. Sound29.EmitterSize = 35
  443. Sound29.MinDistance = 35
  444. Sound29.SoundId = "rbxassetid://2545211516"
  445. Sound29.Volume = 5
  446. Sound30.Name = "ChaosChaos"
  447. Sound30.Parent = UnionOperation27
  448. Sound30.MaxDistance = 300
  449. Sound30.EmitterSize = 35
  450. Sound30.MinDistance = 35
  451. Sound30.SoundId = "rbxassetid://2545008459"
  452. Sound30.Volume = 5
  453. Sound31.Name = "Chuckle"
  454. Sound31.Parent = UnionOperation27
  455. Sound31.MaxDistance = 300
  456. Sound31.EmitterSize = 35
  457. Sound31.MinDistance = 35
  458. Sound31.SoundId = "rbxassetid://2545010175"
  459. Sound31.Volume = 5
  460. Sound32.Name = "Deathed"
  461. Sound32.Parent = UnionOperation27
  462. Sound32.MaxDistance = 300
  463. Sound32.EmitterSize = 35
  464. Sound32.MinDistance = 35
  465. Sound32.SoundId = "rbxassetid://2637401925"
  466. Sound32.Volume = 2
  467. Sound33.Name = "Ha1"
  468. Sound33.Parent = UnionOperation27
  469. Sound33.MaxDistance = 300
  470. Sound33.EmitterSize = 35
  471. Sound33.MinDistance = 35
  472. Sound33.SoundId = "rbxassetid://2606661976"
  473. Sound33.Volume = 5
  474. Sound34.Name = "Ha2"
  475. Sound34.Parent = UnionOperation27
  476. Sound34.MaxDistance = 300
  477. Sound34.EmitterSize = 35
  478. Sound34.MinDistance = 35
  479. Sound34.SoundId = "rbxassetid://2606662454"
  480. Sound34.Volume = 5
  481. Sound35.Name = "Laugh"
  482. Sound35.Parent = UnionOperation27
  483. Sound35.MaxDistance = 300
  484. Sound35.EmitterSize = 35
  485. Sound35.MinDistance = 35
  486. Sound35.SoundId = "rbxassetid://2545211765"
  487. Sound35.Volume = 5
  488. Sound36.Name = "MeDoAnything"
  489. Sound36.Parent = UnionOperation27
  490. Sound36.MaxDistance = 300
  491. Sound36.EmitterSize = 35
  492. Sound36.MinDistance = 35
  493. Sound36.SoundId = "rbxassetid://2544975373"
  494. Sound36.Volume = 5
  495. Sound37.Name = "Metamorph"
  496. Sound37.Parent = UnionOperation27
  497. Sound37.MaxDistance = 300
  498. Sound37.EmitterSize = 35
  499. Sound37.MinDistance = 35
  500. Sound37.SoundId = "rbxassetid://2545011398"
  501. Sound37.Volume = 5
  502. Sound38.Name = "Neo"
  503. Sound38.Parent = UnionOperation27
  504. Sound38.MaxDistance = 300
  505. Sound38.EmitterSize = 35
  506. Sound38.MinDistance = 35
  507. Sound38.SoundId = "rbxassetid://2545018472"
  508. Sound38.Volume = 5
  509. Sound39.Name = "OH"
  510. Sound39.Parent = UnionOperation27
  511. Sound39.MaxDistance = 300
  512. Sound39.EmitterSize = 35
  513. Sound39.MinDistance = 35
  514. Sound39.SoundId = "rbxassetid://2545012765"
  515. Sound39.Volume = 5
  516. SpecialMesh40.Parent = UnionOperation27
  517. SpecialMesh40.MeshType = Enum.MeshType.Brick
  518. Part41.Name = "HumanoidRootPart"
  519. Part41.Parent = Model0
  520. Part41.CFrame = CFrame.new(-6.13868713, 3.37507629, 124.814728, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  521. Part41.Position = Vector3.new(-6.13868713, 3.37507629, 124.814728)
  522. Part41.Color = Color3.new(0.937255, 0.721569, 0.219608)
  523. Part41.Transparency = 1
  524. Part41.Size = Vector3.new(2, 2, 1)
  525. Part41.BottomSurface = Enum.SurfaceType.Smooth
  526. Part41.BrickColor = BrickColor.new("Gold")
  527. Part41.Material = Enum.Material.SmoothPlastic
  528. Part41.TopSurface = Enum.SurfaceType.Smooth
  529. Part41.brickColor = BrickColor.new("Gold")
  530. Motor6D42.Name = "Root"
  531. Motor6D42.Parent = Part41
  532. Motor6D42.C1 = CFrame.new(3.9100647e-05, -4.17232513e-05, -2.28881836e-05, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  533. Motor6D42.Part0 = Part41
  534. Motor6D42.Part1 = UnionOperation27
  535. Motor6D42.part1 = UnionOperation27
  536. SpecialMesh43.Parent = Part41
  537. SpecialMesh43.MeshType = Enum.MeshType.Brick
  538. Part44.Name = "Wheelchair"
  539. Part44.Parent = Model0
  540. Part44.CFrame = CFrame.new(-6.13871098, 2.47496009, 124.814697, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  541. Part44.Position = Vector3.new(-6.13871098, 2.47496009, 124.814697)
  542. Part44.Transparency = 1
  543. Part44.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  544. Part44.BottomSurface = Enum.SurfaceType.Smooth
  545. Part44.CanCollide = false
  546. Part44.Material = Enum.Material.SmoothPlastic
  547. Part44.TopSurface = Enum.SurfaceType.Smooth
  548. SpecialMesh45.Parent = Part44
  549. SpecialMesh45.MeshId = "rbxassetid://1226669573"
  550. SpecialMesh45.Scale = Vector3.new(2, 2, 2)
  551. SpecialMesh45.TextureId = "rbxassetid://1226669284"
  552. SpecialMesh45.MeshType = Enum.MeshType.FileMesh
  553. for i,v in pairs(mas:GetChildren()) do
  554. v.Parent = workspace
  555. pcall(function() v:MakeJoints() end)
  556. end
  557. mas:Destroy()
  558. for i,v in pairs(cors) do
  559. spawn(function()
  560. pcall(v)
  561. end)
  562. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement