Advertisement
MysteriousL

idk

Jul 27th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.52 KB | None | 0 0
  1. --Made by N3xul
  2. --Fuck off Leecher
  3. local runDummyScript = function(f,scri)
  4. local oldenv = getfenv(f)
  5. local newenv = setmetatable({}, {
  6. __index = function(_, k)
  7. if k:lower() == 'script' then
  8. return scri
  9. else
  10. return oldenv[k]
  11. end
  12. end
  13. })
  14. setfenv(f, newenv)
  15. ypcall(function() f() end)
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. mas.Name = "CompiledModel"
  20. o1 = Instance.new("Tool")
  21. o2 = Instance.new("Script")
  22. o3 = Instance.new("LocalScript")
  23. o4 = Instance.new("StringValue")
  24. o5 = Instance.new("StringValue")
  25. o6 = Instance.new("StringValue")
  26. o7 = Instance.new("Part")
  27. o8 = Instance.new("SpecialMesh")
  28. o9 = Instance.new("Sound")
  29. o10 = Instance.new("Sound")
  30. o12 = Instance.new("Part")
  31. o13 = Instance.new("SpecialMesh")
  32. o14 = Instance.new("Part")
  33. o15 = Instance.new("SpecialMesh")
  34. o16 = Instance.new("Part")
  35. o17 = Instance.new("SpecialMesh")
  36. o18 = Instance.new("Script")
  37. o19 = Instance.new("Script")
  38. o20 = Instance.new("Script")
  39. o21 = Instance.new("Script")
  40. o22 = Instance.new("LocalScript")
  41. o23 = Instance.new("LocalScript")
  42. o24 = Instance.new("LocalScript")
  43. o25 = Instance.new("LocalScript")
  44. o26 = Instance.new("Part")
  45. o27 = Instance.new("SpecialMesh")
  46. o28 = Instance.new("Part")
  47. o29 = Instance.new("SpecialMesh")
  48. o30 = Instance.new("Part")
  49. o31 = Instance.new("SpecialMesh")
  50. o1.Name = "RageTable"
  51. o1.Parent = mas
  52. o1.TextureId = "http://www.roblox.com/asset/?id=111900204"
  53. o1.GripPos = Vector3.new(0, 0, 0.300000012)
  54. o1.ToolTip = "Flip Out"
  55. o2.Parent = o1
  56. table.insert(cors,coroutine.create(function()
  57. wait()
  58. runDummyScript(function()
  59. function FindAttachedHumanoid(part)
  60. local tpart = part
  61. while tpart.Parent do
  62. if tpart.Parent:FindFirstChild('Humanoid') then return tpart.Parent.Humanoid end
  63. tpart = tpart.Parent
  64. end
  65. return nil
  66. end
  67.  
  68. function MakeValue(class,name,value,parent)
  69. local temp = Instance.new(class)
  70. temp.Name = name
  71. temp.Value = value
  72. temp.Parent = parent
  73. return temp
  74. end
  75.  
  76. local Tool = script.Parent
  77. local Handle = Tool:WaitForChild('Handle')
  78. local YellSound = Handle:WaitForChild('Sound')
  79. local AniScript = Tool:WaitForChild('AnimationPlayerScript')
  80. --http://www.roblox.com/Asset?ID=111898513'--http://www.roblox.com/Asset?ID=111880514'
  81. local ThrowAnimation = 'http://www.roblox.com/Asset?ID=111898867'
  82.  
  83. local ThrowFace = 'http://www.roblox.com/asset?id=130861246'
  84.  
  85. local ThrowTable= Instance.new('Part')
  86. do
  87. --ThrowTable.Shape = 'Ball'
  88. ThrowTable.FormFactor='Custom'
  89. ThrowTable.Size = Vector3.new(4.8, 2.43, 3.63)
  90. ThrowTable.CanCollide = true
  91. local tmesh = Instance.new('SpecialMesh')
  92. tmesh.MeshId = 'http://www.roblox.com/asset/?id=111868131'
  93. tmesh.TextureId = 'http://www.roblox.com/asset/?id=111867655'
  94. tmesh.Parent = ThrowTable
  95. end
  96.  
  97. local LookGyro= Instance.new('BodyGyro')
  98. LookGyro.maxTorque = Vector3.new(0,math.huge,0)
  99.  
  100. local ActivateLock=false
  101.  
  102. Tool.Activated:connect(function()
  103. if ActivateLock then return end
  104. ActivateLock = true
  105. local character = Tool.Parent
  106. local humanoid = character:WaitForChild('Humanoid')
  107. local torso = character:WaitForChild('Torso')
  108. local head = character:WaitForChild('Head')
  109. local face = head:FindFirstChild('face')
  110. local oldFace =''
  111. if face then oldFace = face.Texture end
  112. humanoid.WalkSpeed = 0
  113. LookGyro.cframe = torso.CFrame - torso.CFrame.p
  114. LookGyro.Parent = torso
  115.  
  116. local ntable = ThrowTable:Clone()
  117. ntable.CFrame = torso.CFrame+(torso.CFrame.lookVector*3)
  118. ntable.Parent = Workspace
  119.  
  120. MakeValue('StringValue','aniId',ThrowAnimation,AniScript)
  121. wait(.5)
  122. YellSound:play()
  123. wait(.5)
  124. if face then
  125. face.Texture=ThrowFace
  126. end
  127.  
  128.  
  129.  
  130. local bAVel = Instance.new('BodyAngularVelocity')
  131. bAVel.maxTorque = Vector3.new(math.huge,math.huge,math.huge)
  132. bAVel.angularvelocity = ((torso.CFrame*CFrame.Angles(0,math.pi/2,0)).lookVector*10)
  133. bAVel.Parent = ntable
  134.  
  135. local bVel = Instance.new('BodyVelocity')
  136. bVel.maxForce = Vector3.new(math.huge,0,math.huge)
  137. bVel.velocity = (torso.CFrame.lookVector*25)
  138. bVel.Parent = ntable
  139.  
  140. ntable.Touched:connect(function(part)
  141. --print('GotTouched:' .. part.Name)
  142. Spawn(function()
  143. if part.Name == 'Terrain' then return end
  144. if part.Anchored then return end
  145. local hitHumanoid = FindAttachedHumanoid(part)
  146. if hitHumanoid then
  147. --print('HumanoidParent:'..hitHumanoid.Parent.Name)
  148. if hitHumanoid==humanoid then return end
  149. hitHumanoid.PlatformStand =true
  150. end
  151. if part.Size.x*part.Size.y*part.Size.z<=5*9*5 then
  152. part.Velocity = (Vector3.new((math.random()-.5)*2,math.random(),(math.random()-.5)*2).unit)*150
  153. end
  154. wait(3)
  155. print('got past wait')
  156. if hitHumanoid then
  157. print('unplatformstanding')
  158. hitHumanoid.PlatformStand=false
  159. hitHumanoid.Jump = true
  160. end
  161. end)
  162. end)
  163.  
  164. wait(6)
  165. LookGyro.Parent = nil
  166. humanoid.WalkSpeed = 16
  167. if face then
  168. face.Texture=oldFace
  169. end
  170. ntable.CanCollide = false
  171. game.Debris:AddItem(ntable,5)
  172. ActivateLock = false
  173. end)
  174. end,o2)
  175. end))
  176. o3.Name = "AnimationPlayerScript"
  177. o3.Parent = o1
  178. table.insert(cors,coroutine.create(function()
  179. wait()
  180. runDummyScript(function()
  181. function FindAttachedHumanoid(part)
  182. local tpart = part
  183. while tpart.Parent do
  184. if tpart.Parent:FindFirstChild('Humanoid') then return tpart.Parent.Humanoid end
  185. tpart = tpart.Parent
  186. end
  187. return nil
  188. end
  189.  
  190. script.ChildAdded:connect(function(nchild)
  191. local humanoid = FindAttachedHumanoid(script)
  192. local ani = Instance.new('Animation')
  193. ani.AnimationId= nchild.Value
  194. local aniTrack=humanoid:LoadAnimation(ani)
  195. aniTrack:Play()
  196. end)
  197. end,o3)
  198. end))
  199. o4.Name = "aniId"
  200. o4.Parent = o3
  201. o4.Value = "http://www.roblox.com/Asset?ID=111898867"
  202. o5.Name = "aniId"
  203. o5.Parent = o3
  204. o5.Value = "http://www.roblox.com/Asset?ID=111898867"
  205. o6.Name = "aniId"
  206. o6.Parent = o3
  207. o6.Value = "http://www.roblox.com/Asset?ID=111898867"
  208. o7.Name = "Handle"
  209. o7.Parent = o1
  210. o7.Position = Vector3.new(41.6999969, 0.335009009, -398.100006)
  211. o7.Rotation = Vector3.new(180, -0, -180)
  212. o7.FormFactor = Enum.FormFactor.Custom
  213. o7.Size = Vector3.new(1.20000005, 0.669994831, 0.669994712)
  214. o7.CFrame = CFrame.new(41.6999969, 0.335009009, -398.100006, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  215. o7.BottomSurface = Enum.SurfaceType.Smooth
  216. o7.TopSurface = Enum.SurfaceType.Smooth
  217. o7.Position = Vector3.new(41.6999969, 0.335009009, -398.100006)
  218. o8.Parent = o7
  219. o8.MeshId = "http://www.roblox.com/asset/?id=111868131"
  220. o8.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  221. o8.TextureId = "http://www.roblox.com/asset/?id=111867655"
  222. o8.MeshType = Enum.MeshType.FileMesh
  223. o9.Parent = o7
  224. o9.SoundId = "http://www.roblox.com/asset/?id=130785529 "
  225. o9.Volume = 1
  226. o10.Parent = o7
  227. o10.SoundId = "http://www.roblox.com/asset/?id=58520081"
  228. o10.Volume = 1
  229. o12.Name = "Bowl"
  230. o12.Parent = o1
  231. o12.BrickColor = BrickColor.new("Medium blue")
  232. o12.Reflectance = 0.5
  233. o12.Transparency = 0.5
  234. o12.Position = Vector3.new(41.6999969, 0.695008993, -398.089996)
  235. o12.Rotation = Vector3.new(-180, -90, 0)
  236. o12.CanCollide = false
  237. o12.FormFactor = Enum.FormFactor.Custom
  238. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  239. o12.CFrame = CFrame.new(41.6999969, 0.695008993, -398.089996, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  240. o12.BottomSurface = Enum.SurfaceType.Smooth
  241. o12.TopSurface = Enum.SurfaceType.Smooth
  242. o12.Color = Color3.new(0.431373, 0.6, 0.792157)
  243. o12.Position = Vector3.new(41.6999969, 0.695008993, -398.089996)
  244. o13.Parent = o12
  245. o13.MeshId = "http://www.roblox.com/asset/?id=19380188"
  246. o13.Scale = Vector3.new(0.25, 0.25, 0.25)
  247. o13.TextureId = "http://www.roblox.com/asset/?id="
  248. o13.MeshType = Enum.MeshType.FileMesh
  249. o14.Name = "Bowl"
  250. o14.Parent = o1
  251. o14.BrickColor = BrickColor.new("Institutional white")
  252. o14.Reflectance = 0.5
  253. o14.Transparency = 0.5
  254. o14.Position = Vector3.new(41.6999969, 0.695008993, -398.089996)
  255. o14.Rotation = Vector3.new(-180, -90, 0)
  256. o14.CanCollide = false
  257. o14.FormFactor = Enum.FormFactor.Custom
  258. o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  259. o14.CFrame = CFrame.new(41.6999969, 0.695008993, -398.089996, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  260. o14.BottomSurface = Enum.SurfaceType.Smooth
  261. o14.TopSurface = Enum.SurfaceType.Smooth
  262. o14.Color = Color3.new(0.972549, 0.972549, 0.972549)
  263. o14.Position = Vector3.new(41.6999969, 0.695008993, -398.089996)
  264. o15.Parent = o14
  265. o15.MeshId = "http://www.roblox.com/asset/?id=19380188"
  266. o15.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  267. o15.TextureId = "http://www.roblox.com/asset/?id="
  268. o15.MeshType = Enum.MeshType.FileMesh
  269. o16.Name = "Fruit"
  270. o16.Parent = o1
  271. o16.BrickColor = BrickColor.new("Medium blue")
  272. o16.Position = Vector3.new(41.7599945, 0.965026975, -398.120026)
  273. o16.Rotation = Vector3.new(-0, -90, 0)
  274. o16.CanCollide = false
  275. o16.FormFactor = Enum.FormFactor.Custom
  276. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  277. o16.CFrame = CFrame.new(41.7599945, 0.965026975, -398.120026, -8.30226838e-008, -2.00434471e-007, -1, 0, 0.999999881, -2.00434457e-007, 0.999999881, 0, -8.30226696e-008)
  278. o16.BottomSurface = Enum.SurfaceType.Smooth
  279. o16.TopSurface = Enum.SurfaceType.Smooth
  280. o16.Color = Color3.new(0.431373, 0.6, 0.792157)
  281. o16.Position = Vector3.new(41.7599945, 0.965026975, -398.120026)
  282. o17.Parent = o16
  283. o17.MeshId = "http://www.roblox.com/asset/?id=1080981"
  284. o17.Scale = Vector3.new(0.25, 0.25, 0.25)
  285. o17.TextureId = "http://www.roblox.com/asset/?id=1080982"
  286. o17.MeshType = Enum.MeshType.FileMesh
  287. o18.Name = "Welding"
  288. o18.Parent = o1
  289. table.insert(cors,coroutine.create(function()
  290. wait()
  291. runDummyScript(function()
  292. function Weld(x,y)
  293. local W = Instance.new("Weld")
  294. W.Part0 = x
  295. W.Part1 = y
  296. local CJ = CFrame.new(x.Position)
  297. local C0 = x.CFrame:inverse()*CJ
  298. local C1 = y.CFrame:inverse()*CJ
  299. W.C0 = C0
  300. W.C1 = C1
  301. W.Parent = x
  302. end
  303.  
  304. function Get(A)
  305. if A.className == "Part" then
  306. Weld(script.Parent.Handle, A)
  307. A.Anchored = false
  308. else
  309. local C = A:GetChildren()
  310. for i=1, #C do
  311. Get(C[i])
  312. end
  313. end
  314. end
  315.  
  316. function Finale()
  317. Get(script.Parent)
  318. end
  319.  
  320. script.Parent.Equipped:connect(Finale)
  321. script.Parent.Unequipped:connect(Finale)
  322. Finale()
  323. end,o18)
  324. end))
  325. o19.Name = "Welding"
  326. o19.Parent = o1
  327. table.insert(cors,coroutine.create(function()
  328. wait()
  329. runDummyScript(function()
  330. function Weld(x,y)
  331. local W = Instance.new("Weld")
  332. W.Part0 = x
  333. W.Part1 = y
  334. local CJ = CFrame.new(x.Position)
  335. local C0 = x.CFrame:inverse()*CJ
  336. local C1 = y.CFrame:inverse()*CJ
  337. W.C0 = C0
  338. W.C1 = C1
  339. W.Parent = x
  340. end
  341.  
  342. function Get(A)
  343. if A.className == "Part" then
  344. Weld(script.Parent.Handle, A)
  345. A.Anchored = false
  346. else
  347. local C = A:GetChildren()
  348. for i=1, #C do
  349. Get(C[i])
  350. end
  351. end
  352. end
  353.  
  354. function Finale()
  355. Get(script.Parent)
  356. end
  357.  
  358. script.Parent.Equipped:connect(Finale)
  359. script.Parent.Unequipped:connect(Finale)
  360. Finale()
  361. end,o19)
  362. end))
  363. o20.Name = "Welding"
  364. o20.Parent = o1
  365. table.insert(cors,coroutine.create(function()
  366. wait()
  367. runDummyScript(function()
  368. function Weld(x,y)
  369. local W = Instance.new("Weld")
  370. W.Part0 = x
  371. W.Part1 = y
  372. local CJ = CFrame.new(x.Position)
  373. local C0 = x.CFrame:inverse()*CJ
  374. local C1 = y.CFrame:inverse()*CJ
  375. W.C0 = C0
  376. W.C1 = C1
  377. W.Parent = x
  378. end
  379.  
  380. function Get(A)
  381. if A.className == "Part" then
  382. Weld(script.Parent.Handle, A)
  383. A.Anchored = false
  384. else
  385. local C = A:GetChildren()
  386. for i=1, #C do
  387. Get(C[i])
  388. end
  389. end
  390. end
  391.  
  392. function Finale()
  393. Get(script.Parent)
  394. end
  395.  
  396. script.Parent.Equipped:connect(Finale)
  397. script.Parent.Unequipped:connect(Finale)
  398. Finale()
  399. end,o20)
  400. end))
  401. o21.Name = "Welding"
  402. o21.Parent = o1
  403. table.insert(cors,coroutine.create(function()
  404. wait()
  405. runDummyScript(function()
  406. function Weld(x,y)
  407. local W = Instance.new("Weld")
  408. W.Part0 = x
  409. W.Part1 = y
  410. local CJ = CFrame.new(x.Position)
  411. local C0 = x.CFrame:inverse()*CJ
  412. local C1 = y.CFrame:inverse()*CJ
  413. W.C0 = C0
  414. W.C1 = C1
  415. W.Parent = x
  416. end
  417.  
  418. function Get(A)
  419. if A.className == "Part" then
  420. Weld(script.Parent.Handle, A)
  421. A.Anchored = false
  422. else
  423. local C = A:GetChildren()
  424. for i=1, #C do
  425. Get(C[i])
  426. end
  427. end
  428. end
  429.  
  430. function Finale()
  431. Get(script.Parent)
  432. end
  433.  
  434. script.Parent.Equipped:connect(Finale)
  435. script.Parent.Unequipped:connect(Finale)
  436. Finale()
  437. end,o21)
  438. end))
  439. o22.Name = "BackupWeld"
  440. o22.Parent = o1
  441. table.insert(cors,coroutine.create(function()
  442. wait()
  443. runDummyScript(function()
  444. function Weld(x,y)
  445. local W = Instance.new("Weld")
  446. W.Part0 = x
  447. W.Part1 = y
  448. local CJ = CFrame.new(x.Position)
  449. local C0 = x.CFrame:inverse()*CJ
  450. local C1 = y.CFrame:inverse()*CJ
  451. W.C0 = C0
  452. W.C1 = C1
  453. W.Parent = x
  454. end
  455.  
  456. function Get(A)
  457. if A.className == "Part" then
  458. Weld(script.Parent.Handle, A)
  459. A.Anchored = false
  460. else
  461. local C = A:GetChildren()
  462. for i=1, #C do
  463. Get(C[i])
  464. end
  465. end
  466. end
  467.  
  468. function Finale()
  469. Get(script.Parent)
  470. end
  471.  
  472. script.Parent.Equipped:connect(Finale)
  473. script.Parent.Unequipped:connect(Finale)
  474. Finale()
  475. end,o22)
  476. end))
  477. o23.Name = "BackupWeld"
  478. o23.Parent = o1
  479. table.insert(cors,coroutine.create(function()
  480. wait()
  481. runDummyScript(function()
  482. function Weld(x,y)
  483. local W = Instance.new("Weld")
  484. W.Part0 = x
  485. W.Part1 = y
  486. local CJ = CFrame.new(x.Position)
  487. local C0 = x.CFrame:inverse()*CJ
  488. local C1 = y.CFrame:inverse()*CJ
  489. W.C0 = C0
  490. W.C1 = C1
  491. W.Parent = x
  492. end
  493.  
  494. function Get(A)
  495. if A.className == "Part" then
  496. Weld(script.Parent.Handle, A)
  497. A.Anchored = false
  498. else
  499. local C = A:GetChildren()
  500. for i=1, #C do
  501. Get(C[i])
  502. end
  503. end
  504. end
  505.  
  506. function Finale()
  507. Get(script.Parent)
  508. end
  509.  
  510. script.Parent.Equipped:connect(Finale)
  511. script.Parent.Unequipped:connect(Finale)
  512. Finale()
  513. end,o23)
  514. end))
  515. o24.Name = "BackupWeld"
  516. o24.Parent = o1
  517. table.insert(cors,coroutine.create(function()
  518. wait()
  519. runDummyScript(function()
  520. function Weld(x,y)
  521. local W = Instance.new("Weld")
  522. W.Part0 = x
  523. W.Part1 = y
  524. local CJ = CFrame.new(x.Position)
  525. local C0 = x.CFrame:inverse()*CJ
  526. local C1 = y.CFrame:inverse()*CJ
  527. W.C0 = C0
  528. W.C1 = C1
  529. W.Parent = x
  530. end
  531.  
  532. function Get(A)
  533. if A.className == "Part" then
  534. Weld(script.Parent.Handle, A)
  535. A.Anchored = false
  536. else
  537. local C = A:GetChildren()
  538. for i=1, #C do
  539. Get(C[i])
  540. end
  541. end
  542. end
  543.  
  544. function Finale()
  545. Get(script.Parent)
  546. end
  547.  
  548. script.Parent.Equipped:connect(Finale)
  549. script.Parent.Unequipped:connect(Finale)
  550. Finale()
  551. end,o24)
  552. end))
  553. o25.Name = "BackupWeld"
  554. o25.Parent = o1
  555. table.insert(cors,coroutine.create(function()
  556. wait()
  557. runDummyScript(function()
  558. function Weld(x,y)
  559. local W = Instance.new("Weld")
  560. W.Part0 = x
  561. W.Part1 = y
  562. local CJ = CFrame.new(x.Position)
  563. local C0 = x.CFrame:inverse()*CJ
  564. local C1 = y.CFrame:inverse()*CJ
  565. W.C0 = C0
  566. W.C1 = C1
  567. W.Parent = x
  568. end
  569.  
  570. function Get(A)
  571. if A.className == "Part" then
  572. Weld(script.Parent.Handle, A)
  573. A.Anchored = false
  574. else
  575. local C = A:GetChildren()
  576. for i=1, #C do
  577. Get(C[i])
  578. end
  579. end
  580. end
  581.  
  582. function Finale()
  583. Get(script.Parent)
  584. end
  585.  
  586. script.Parent.Equipped:connect(Finale)
  587. script.Parent.Unequipped:connect(Finale)
  588. Finale()
  589. end,o25)
  590. end))
  591. o26.Name = "Papers"
  592. o26.Parent = o1
  593. o26.BrickColor = BrickColor.new("Cool yellow")
  594. o26.Position = Vector3.new(41.4430008, 0.590020001, -397.938019)
  595. o26.Rotation = Vector3.new(-5.06447168e-006, 60.581955, 4.49258778e-006)
  596. o26.CanCollide = false
  597. o26.FormFactor = Enum.FormFactor.Custom
  598. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  599. o26.CFrame = CFrame.new(41.4430008, 0.590020001, -397.938019, 0.491178185, -3.85134982e-008, 0.871059179, 1.42158285e-009, 1, 4.34160796e-008, -0.871059179, -2.00864321e-008, 0.491178185)
  600. o26.BottomSurface = Enum.SurfaceType.Smooth
  601. o26.TopSurface = Enum.SurfaceType.Smooth
  602. o26.Color = Color3.new(0.992157, 0.917647, 0.552941)
  603. o26.Position = Vector3.new(41.4430008, 0.590020001, -397.938019)
  604. o27.Parent = o26
  605. o27.MeshId = "http://www.roblox.com/asset/?id=1285245"
  606. o27.Scale = Vector3.new(0.300000012, 0.0500000007, 0.400000006)
  607. o27.TextureId = "http://www.roblox.com/asset/?id=10742015"
  608. o27.MeshType = Enum.MeshType.FileMesh
  609. o28.Parent = o1
  610. o28.Position = Vector3.new(41.435997, 0.654996991, -398.196991)
  611. o28.Rotation = Vector3.new(0, 90, 0)
  612. o28.CanCollide = false
  613. o28.FormFactor = Enum.FormFactor.Custom
  614. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  615. o28.CFrame = CFrame.new(41.435997, 0.654996991, -398.196991, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  616. o28.BottomSurface = Enum.SurfaceType.Smooth
  617. o28.TopSurface = Enum.SurfaceType.Smooth
  618. o28.Position = Vector3.new(41.435997, 0.654996991, -398.196991)
  619. o29.Parent = o28
  620. o29.MeshId = "http://www.roblox.com/asset/?id=103919751"
  621. o29.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  622. o29.TextureId = "http://www.roblox.com/asset?id=130861421"
  623. o29.MeshType = Enum.MeshType.FileMesh
  624. o30.Parent = o1
  625. o30.BrickColor = BrickColor.new("Mid gray")
  626. o30.Position = Vector3.new(41.9599915, 0.654996991, -397.940033)
  627. o30.Rotation = Vector3.new(-0, 90, 0)
  628. o30.CanCollide = false
  629. o30.FormFactor = Enum.FormFactor.Custom
  630. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  631. o30.CFrame = CFrame.new(41.9599915, 0.654996991, -397.940033, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  632. o30.BottomSurface = Enum.SurfaceType.Smooth
  633. o30.TopSurface = Enum.SurfaceType.Smooth
  634. o30.Color = Color3.new(0.803922, 0.803922, 0.803922)
  635. o30.Position = Vector3.new(41.9599915, 0.654996991, -397.940033)
  636. o31.Parent = o30
  637. o31.MeshId = "http://www.roblox.com/asset/?id=10470609"
  638. o31.Scale = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  639. o31.TextureId = "http://www.roblox.com/asset/?id=10470600"
  640. o31.MeshType = Enum.MeshType.FileMesh
  641. mas.Parent = workspace
  642. mas:MakeJoints()
  643. local mas1 = mas:GetChildren()
  644. for i=1,#mas1 do
  645. mas1[i].Parent = game:GetService("Players").LocalPlayer.Backpack
  646. ypcall(function() mas1[i]:MakeJoints() end)
  647. end
  648. mas:Destroy()
  649. for i=1,#cors do
  650. coroutine.resume(cors[i])
  651. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement