Advertisement
Guest User

Untitled

a guest
Sep 24th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.79 KB | None | 0 0
  1. PASTEBINnew pastetrends
  2.  
  3. Guest User
  4. -
  5.  
  6. Roblox Rape/Sex Script
  7. A GUEST JUN 7TH, 2012 22,728 NEVER
  8.  
  9. rawdownloadreport Lua 6.19 KB
  10. 1.
  11. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  12.  
  13. 2.
  14. local funcw = Instance.new("Weld")
  15.  
  16. 3.
  17. funcw.Name = zName
  18.  
  19. 4.
  20. funcw.Parent = zParent
  21.  
  22. 5.
  23. funcw.Part0 = zPart0
  24.  
  25. 6.
  26. funcw.Part1 = zPart1
  27.  
  28. 7.
  29. if (zCoco == true) then
  30.  
  31. 8.
  32. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  33.  
  34. 9.
  35. else
  36.  
  37. 10.
  38. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  39.  
  40. 11.
  41. end
  42.  
  43. 12.
  44. return funcw
  45.  
  46. 13.
  47. end
  48.  
  49. 14.
  50. function fun(n1, n2)
  51.  
  52. 15.
  53. pcall(function()
  54.  
  55. 16.
  56. t1 = game.Players[n1].Character.Torso
  57.  
  58. 17.
  59. t2 = game.Players[n2].Character.Torso
  60.  
  61. 18.
  62. t2.Parent.Humanoid.PlatformStand = true
  63.  
  64. 19.
  65. t1["Left Shoulder"]:Remove()
  66.  
  67. 20.
  68. ls1 = Instance.new("Weld")
  69.  
  70. 21.
  71. ls1.Parent = t1
  72.  
  73. 22.
  74. ls1.Part0 = t1
  75.  
  76. 23.
  77. ls1.Part1 = t1.Parent["Left Arm"]
  78.  
  79. 24.
  80. ls1.C0 = CFrame.new(-1.5,0,0)
  81.  
  82. 25.
  83. ls1.Name = "Left Shoulder"
  84.  
  85. 26.
  86. t1["Right Shoulder"]:Remove()
  87.  
  88. 27.
  89. rs1 = Instance.new("Weld")
  90.  
  91. 28.
  92. rs1.Parent = t1
  93.  
  94. 29.
  95. rs1.Part0 = t1
  96.  
  97. 30.
  98. rs1.Part1 = t1.Parent["Right Arm"]
  99.  
  100. 31.
  101. rs1.C0 = CFrame.new(1.5,0,0)
  102.  
  103. 32.
  104. rs1.Name = "Right Shoulder"
  105.  
  106. 33.
  107. t2["Left Shoulder"]:Remove()
  108.  
  109. 34.
  110. ls2 = Instance.new("Weld")
  111.  
  112. 35.
  113. ls2.Parent = t2
  114.  
  115. 36.
  116. ls2.Part0 = t2
  117.  
  118. 37.
  119. ls2.Part1 = t2.Parent["Left Arm"]
  120.  
  121. 38.
  122. ls2.C0 = CFrame.new(-1.5,0,0)
  123.  
  124. 39.
  125. ls2.Name = "Left Shoulder"
  126.  
  127. 40.
  128. t2["Right Shoulder"]:Remove()
  129.  
  130. 41.
  131. rs2 = Instance.new("Weld")
  132.  
  133. 42.
  134. rs2.Parent = t2
  135.  
  136. 43.
  137. rs2.Part0 = t2
  138.  
  139. 44.
  140. rs2.Part1 = t2.Parent["Right Arm"]
  141.  
  142. 45.
  143. rs2.C0 = CFrame.new(1.5,0,0)
  144.  
  145. 46.
  146. rs2.Name = "Right Shoulder"
  147.  
  148. 47.
  149. t2["Left Hip"]:Remove()
  150.  
  151. 48.
  152. lh2 = Instance.new("Weld")
  153.  
  154. 49.
  155. lh2.Parent = t2
  156.  
  157. 50.
  158. lh2.Part0 = t2
  159.  
  160. 51.
  161. lh2.Part1 = t2.Parent["Left Leg"]
  162.  
  163. 52.
  164. lh2.C0 = CFrame.new(-0.5,-2,0)
  165.  
  166. 53.
  167. lh2.Name = "Left Hip"
  168.  
  169. 54.
  170. t2["Right Hip"]:Remove()
  171.  
  172. 55.
  173. rh2 = Instance.new("Weld")
  174.  
  175. 56.
  176. rh2.Parent = t2
  177.  
  178. 57.
  179. rh2.Part0 = t2
  180.  
  181. 58.
  182. rh2.Part1 = t2.Parent["Right Leg"]
  183.  
  184. 59.
  185. rh2.C0 = CFrame.new(0.5,-2,0)
  186.  
  187. 60.
  188. rh2.Name = "Right Hip"
  189.  
  190. 61.
  191. local d = Instance.new("Part")
  192.  
  193. 62.
  194. d.TopSurface = 0
  195.  
  196. 63.
  197. d.BottomSurface = 0
  198.  
  199. 64.
  200. d.CanCollide = false
  201.  
  202. 65.
  203. d.BrickColor = BrickColor.new("Medium stone grey")
  204.  
  205. 66.
  206. d.Shape = "Ball"
  207.  
  208. 67.
  209. d.Parent = t1
  210.  
  211. 68.
  212. d.Size = Vector3.new(1,1,1)
  213.  
  214. 69.
  215. local dm = Instance.new("SpecialMesh")
  216.  
  217. 70.
  218. dm.MeshType = "Sphere"
  219.  
  220. 71.
  221. dm.Parent = d
  222.  
  223. 72.
  224. dm.Scale = Vector3.new(0.4,0.4,0.4)
  225.  
  226. 73.
  227. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  228.  
  229. 74.
  230. d2 = d:Clone()
  231.  
  232. 75.
  233. d2.Parent = t1
  234.  
  235. 76.
  236. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  237.  
  238. 77.
  239. local c = Instance.new("Part")
  240.  
  241. 78.
  242. c.TopSurface = 0
  243.  
  244. 79.
  245. c.BottomSurface = 0
  246.  
  247. 80.
  248. c.CanCollide = false
  249.  
  250. 81.
  251. c.BrickColor = BrickColor.new("Pastel brown")
  252.  
  253. 82.
  254. c.Parent = t1
  255.  
  256. 83.
  257. c.formFactor = "Custom"
  258.  
  259. 84.
  260. c.Size = Vector3.new(0.4,1.3,0.4)
  261.  
  262. 85.
  263. cm = Instance.new("CylinderMesh")
  264.  
  265. 86.
  266. cm.Parent = c
  267.  
  268. 87.
  269. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  270.  
  271. 88.
  272. c2 = d:Clone()
  273.  
  274. 89.
  275. c2.BrickColor = BrickColor.new("Medium stone grey")
  276.  
  277. 90.
  278. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  279.  
  280. 91.
  281. c2.Parent = t1
  282.  
  283. 92.
  284. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  285.  
  286. 93.
  287. local bl = Instance.new("Part")
  288.  
  289. 94.
  290. bl.TopSurface = 0
  291.  
  292. 95.
  293. bl.BottomSurface = 0
  294.  
  295. 96.
  296. bl.CanCollide = false
  297.  
  298. 97.
  299. bl.BrickColor = BrickColor.new("Pastel brown")
  300.  
  301. 98.
  302. bl.Shape = "Ball"
  303.  
  304. 99.
  305. bl.Parent = t2
  306.  
  307. 100.
  308. bl.Size = Vector3.new(1,1,1)
  309.  
  310. 101.
  311. local dm = Instance.new("SpecialMesh")
  312.  
  313. 102.
  314. dm.MeshType = "Sphere"
  315.  
  316. 103.
  317. dm.Parent = bl
  318.  
  319. 104.
  320. dm.Scale = Vector3.new(1.2,1.2,1.2)
  321.  
  322. 105.
  323. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  324.  
  325. 106.
  326. local br = Instance.new("Part")
  327.  
  328. 107.
  329. br.TopSurface = 0
  330.  
  331. 108.
  332. br.BottomSurface = 0
  333.  
  334. 109.
  335. br.CanCollide = false
  336.  
  337. 110.
  338. br.BrickColor = BrickColor.new("Pastel brown")
  339.  
  340. 111.
  341. br.Shape = "Ball"
  342.  
  343. 112.
  344. br.Parent = t2
  345.  
  346. 113.
  347. br.Size = Vector3.new(1,1,1)
  348.  
  349. 114.
  350. local dm = Instance.new("SpecialMesh")
  351.  
  352. 115.
  353. dm.MeshType = "Sphere"
  354.  
  355. 116.
  356. dm.Parent = br
  357.  
  358. 117.
  359. dm.Scale = Vector3.new(1.2,1.2,1.2)
  360.  
  361. 118.
  362. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  363.  
  364. 119.
  365. local bln = Instance.new("Part")
  366.  
  367. 120.
  368. bln.TopSurface = 0
  369.  
  370. 121.
  371. bln.BottomSurface = 0
  372.  
  373. 122.
  374. bln.CanCollide = false
  375.  
  376. 123.
  377. bln.Shape = "Ball"
  378.  
  379. 124.
  380. bln.Parent = t2
  381.  
  382. 125.
  383. bln.Size = Vector3.new(1,1,1)
  384.  
  385. 126.
  386. local dm = Instance.new("SpecialMesh")
  387.  
  388. 127.
  389. dm.MeshType = "Sphere"
  390.  
  391. 128.
  392. dm.Parent = bln
  393.  
  394. 129.
  395. dm.Scale = Vector3.new(0.2,0.2,0.2)
  396.  
  397. 130.
  398. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  399.  
  400. 131.
  401. local brn = Instance.new("Part")
  402.  
  403. 132.
  404. brn.TopSurface = 0
  405.  
  406. 133.
  407. brn.BottomSurface = 0
  408.  
  409. 134.
  410. brn.CanCollide = false
  411.  
  412. 135.
  413. brn.Shape = "Ball"
  414.  
  415. 136.
  416. brn.Parent = t2
  417.  
  418. 137.
  419. brn.Size = Vector3.new(1,1,1)
  420.  
  421. 138.
  422. local dm = Instance.new("SpecialMesh")
  423.  
  424. 139.
  425. dm.MeshType = "Sphere"
  426.  
  427. 140.
  428. dm.Parent = brn
  429.  
  430. 141.
  431. dm.Scale = Vector3.new(0.2,0.2,0.2)
  432.  
  433. 142.
  434. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  435.  
  436. 143.
  437. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  438.  
  439. 144.
  440. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  441.  
  442. 145.
  443. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  444.  
  445. 146.
  446. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  447.  
  448. 147.
  449. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  450.  
  451. 148.
  452. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  453.  
  454. 149.
  455. if t1:findFirstChild("weldx") ~= nil then
  456.  
  457. 150.
  458. t1.weldx:Remove()
  459.  
  460. 151.
  461. end
  462.  
  463. 152.
  464. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  465.  
  466. 153.
  467. n = t2.Neck
  468.  
  469. 154.
  470. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  471.  
  472. 155.
  473. end)
  474.  
  475. 156.
  476. coroutine.resume(coroutine.create(function()
  477.  
  478. 157.
  479. while wait() do
  480.  
  481. 158.
  482. for i = 1,6 do
  483.  
  484. 159.
  485. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  486.  
  487. 160.
  488. wait()
  489.  
  490. 161.
  491. end
  492.  
  493. 162.
  494.  
  495.  
  496. 163.
  497. for i = 1,6 do
  498.  
  499. 164.
  500. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  501.  
  502. 165.
  503. wait()
  504.  
  505. 166.
  506. end
  507.  
  508. 167.
  509. end
  510.  
  511. 168.
  512. end))
  513.  
  514. 169.
  515. end
  516.  
  517. 170.
  518. fun("The rapist", "The raped")
  519. RAW Paste Data
  520.  
  521. 1.
  522. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  523.  
  524. 2.
  525. local funcw = Instance.new("Weld")
  526.  
  527. 3.
  528. funcw.Name = zName
  529.  
  530. 4.
  531. funcw.Parent = zParent
  532.  
  533. 5.
  534. funcw.Part0 = zPart0
  535.  
  536. 6.
  537. funcw.Part1 = zPart1
  538.  
  539. 7.
  540. if (zCoco == true) then
  541.  
  542. 8.
  543. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  544.  
  545. 9.
  546. else
  547.  
  548. 10.
  549. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  550.  
  551. 11.
  552. end
  553.  
  554. 12.
  555. return funcw
  556.  
  557. 13.
  558. end
  559.  
  560. 14.
  561. function fun(n1, n2)
  562.  
  563. 15.
  564. pcall(function()
  565.  
  566. 16.
  567. t1 = game.Players[n1].Character.Torso
  568.  
  569. 17.
  570. t2 = game.Players[n2].Character.Torso
  571.  
  572. 18.
  573. t2.Parent.Humanoid.PlatformStand = true
  574.  
  575. 19.
  576. t1["Left Shoulder"]:Remove()
  577.  
  578. 20.
  579. ls1 = Instance.new("Weld")
  580.  
  581. 21.
  582. ls1.Parent = t1
  583.  
  584. 22.
  585. ls1.Part0 = t1
  586.  
  587. 23.
  588. ls1.Part1 = t1.Parent["Left Arm"]
  589.  
  590. 24.
  591. ls1.C0 = CFrame.new(-1.5,0,0)
  592.  
  593. 25.
  594. ls1.Name = "Left Shoulder"
  595.  
  596. 26.
  597. t1["Right Shoulder"]:Remove()
  598.  
  599. 27.
  600. rs1 = Instance.new("Weld")
  601.  
  602. 28.
  603. rs1.Parent = t1
  604.  
  605. 29.
  606. rs1.Part0 = t1
  607.  
  608. 30.
  609. rs1.Part1 = t1.Parent["Right Arm"]
  610.  
  611. 31.
  612. rs1.C0 = CFrame.new(1.5,0,0)
  613.  
  614. 32.
  615. rs1.Name = "Right Shoulder"
  616.  
  617. 33.
  618. t2["Left Shoulder"]:Remove()
  619.  
  620. 34.
  621. ls2 = Instance.new("Weld")
  622.  
  623. 35.
  624. ls2.Parent = t2
  625.  
  626. 36.
  627. ls2.Part0 = t2
  628.  
  629. 37.
  630. ls2.Part1 = t2.Parent["Left Arm"]
  631.  
  632. 38.
  633. ls2.C0 = CFrame.new(-1.5,0,0)
  634.  
  635. 39.
  636. ls2.Name = "Left Shoulder"
  637.  
  638. 40.
  639. t2["Right Shoulder"]:Remove()
  640.  
  641. 41.
  642. rs2 = Instance.new("Weld")
  643.  
  644. 42.
  645. rs2.Parent = t2
  646.  
  647. 43.
  648. rs2.Part0 = t2
  649.  
  650. 44.
  651. rs2.Part1 = t2.Parent["Right Arm"]
  652.  
  653. 45.
  654. rs2.C0 = CFrame.new(1.5,0,0)
  655.  
  656. 46.
  657. rs2.Name = "Right Shoulder"
  658.  
  659. 47.
  660. t2["Left Hip"]:Remove()
  661.  
  662. 48.
  663. lh2 = Instance.new("Weld")
  664.  
  665. 49.
  666. lh2.Parent = t2
  667.  
  668. 50.
  669. lh2.Part0 = t2
  670.  
  671. 51.
  672. lh2.Part1 = t2.Parent["Left Leg"]
  673.  
  674. 52.
  675. lh2.C0 = CFrame.new(-0.5,-2,0)
  676.  
  677. 53.
  678. lh2.Name = "Left Hip"
  679.  
  680. 54.
  681. t2["Right Hip"]:Remove()
  682.  
  683. 55.
  684. rh2 = Instance.new("Weld")
  685.  
  686. 56.
  687. rh2.Parent = t2
  688.  
  689. 57.
  690. rh2.Part0 = t2
  691.  
  692. 58.
  693. rh2.Part1 = t2.Parent["Right Leg"]
  694.  
  695. 59.
  696. rh2.C0 = CFrame.new(0.5,-2,0)
  697.  
  698. 60.
  699. rh2.Name = "Right Hip"
  700.  
  701. 61.
  702. local d = Instance.new("Part")
  703.  
  704. 62.
  705. d.TopSurface = 0
  706.  
  707. 63.
  708. d.BottomSurface = 0
  709.  
  710. 64.
  711. d.CanCollide = false
  712.  
  713. 65.
  714. d.BrickColor = BrickColor.new("Medium stone grey")
  715.  
  716. 66.
  717. d.Shape = "Ball"
  718.  
  719. 67.
  720. d.Parent = t1
  721.  
  722. 68.
  723. d.Size = Vector3.new(1,1,1)
  724.  
  725. 69.
  726. local dm = Instance.new("SpecialMesh")
  727.  
  728. 70.
  729. dm.MeshType = "Sphere"
  730.  
  731. 71.
  732. dm.Parent = d
  733.  
  734. 72.
  735. dm.Scale = Vector3.new(0.4,0.4,0.4)
  736.  
  737. 73.
  738. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  739.  
  740. 74.
  741. d2 = d:Clone()
  742.  
  743. 75.
  744. d2.Parent = t1
  745.  
  746. 76.
  747. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  748.  
  749. 77.
  750. local c = Instance.new("Part")
  751.  
  752. 78.
  753. c.TopSurface = 0
  754.  
  755. 79.
  756. c.BottomSurface = 0
  757.  
  758. 80.
  759. c.CanCollide = false
  760.  
  761. 81.
  762. c.BrickColor = BrickColor.new("Pastel brown")
  763.  
  764. 82.
  765. c.Parent = t1
  766.  
  767. 83.
  768. c.formFactor = "Custom"
  769.  
  770. 84.
  771. c.Size = Vector3.new(0.4,1.3,0.4)
  772.  
  773. 85.
  774. cm = Instance.new("CylinderMesh")
  775.  
  776. 86.
  777. cm.Parent = c
  778.  
  779. 87.
  780. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  781.  
  782. 88.
  783. c2 = d:Clone()
  784.  
  785. 89.
  786. c2.BrickColor = BrickColor.new("Medium stone grey")
  787.  
  788. 90.
  789. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  790.  
  791. 91.
  792. c2.Parent = t1
  793.  
  794. 92.
  795. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  796.  
  797. 93.
  798. local bl = Instance.new("Part")
  799.  
  800. 94.
  801. bl.TopSurface = 0
  802.  
  803. 95.
  804. bl.BottomSurface = 0
  805.  
  806. 96.
  807. bl.CanCollide = false
  808.  
  809. 97.
  810. bl.BrickColor = BrickColor.new("Pastel brown")
  811.  
  812. 98.
  813. bl.Shape = "Ball"
  814.  
  815. 99.
  816. bl.Parent = t2
  817.  
  818. 100.
  819. bl.Size = Vector3.new(1,1,1)
  820.  
  821. 101.
  822. local dm = Instance.new("SpecialMesh")
  823.  
  824. 102.
  825. dm.MeshType = "Sphere"
  826.  
  827. 103.
  828. dm.Parent = bl
  829.  
  830. 104.
  831. dm.Scale = Vector3.new(1.2,1.2,1.2)
  832.  
  833. 105.
  834. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  835.  
  836. 106.
  837. local br = Instance.new("Part")
  838.  
  839. 107.
  840. br.TopSurface = 0
  841.  
  842. 108.
  843. br.BottomSurface = 0
  844.  
  845. 109.
  846. br.CanCollide = false
  847.  
  848. 110.
  849. br.BrickColor = BrickColor.new("Pastel brown")
  850.  
  851. 111.
  852. br.Shape = "Ball"
  853.  
  854. 112.
  855. br.Parent = t2
  856.  
  857. 113.
  858. br.Size = Vector3.new(1,1,1)
  859.  
  860. 114.
  861. local dm = Instance.new("SpecialMesh")
  862.  
  863. 115.
  864. dm.MeshType = "Sphere"
  865.  
  866. 116.
  867. dm.Parent = br
  868.  
  869. 117.
  870. dm.Scale = Vector3.new(1.2,1.2,1.2)
  871.  
  872. 118.
  873. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  874.  
  875. 119.
  876. local bln = Instance.new("Part")
  877.  
  878. 120.
  879. bln.TopSurface = 0
  880.  
  881. 121.
  882. bln.BottomSurface = 0
  883.  
  884. 122.
  885. bln.CanCollide = false
  886.  
  887. 123.
  888. bln.Shape = "Ball"
  889.  
  890. 124.
  891. bln.Parent = t2
  892.  
  893. 125.
  894. bln.Size = Vector3.new(1,1,1)
  895.  
  896. 126.
  897. local dm = Instance.new("SpecialMesh")
  898.  
  899. 127.
  900. dm.MeshType = "Sphere"
  901.  
  902. 128.
  903. dm.Parent = bln
  904.  
  905. 129.
  906. dm.Scale = Vector3.new(0.2,0.2,0.2)
  907.  
  908. 130.
  909. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  910.  
  911. 131.
  912. local brn = Instance.new("Part")
  913.  
  914. 132.
  915. brn.TopSurface = 0
  916.  
  917. 133.
  918. brn.BottomSurface = 0
  919.  
  920. 134.
  921. brn.CanCollide = false
  922.  
  923. 135.
  924. brn.Shape = "Ball"
  925.  
  926. 136.
  927. brn.Parent = t2
  928.  
  929. 137.
  930. brn.Size = Vector3.new(1,1,1)
  931.  
  932. 138.
  933. local dm = Instance.new("SpecialMesh")
  934.  
  935. 139.
  936. dm.MeshType = "Sphere"
  937.  
  938. 140.
  939. dm.Parent = brn
  940.  
  941. 141.
  942. dm.Scale = Vector3.new(0.2,0.2,0.2)
  943.  
  944. 142.
  945. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  946.  
  947. 143.
  948. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  949.  
  950. 144.
  951. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  952.  
  953. 145.
  954. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  955.  
  956. 146.
  957. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  958.  
  959. 147.
  960. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  961.  
  962. 148.
  963. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  964.  
  965. 149.
  966. if t1:findFirstChild("weldx") ~= nil then
  967.  
  968. 150.
  969. t1.weldx:Remove()
  970.  
  971. 151.
  972. end
  973.  
  974. 152.
  975. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  976.  
  977. 153.
  978. n = t2.Neck
  979.  
  980. 154.
  981. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  982.  
  983. 155.
  984. end)
  985.  
  986. 156.
  987. coroutine.resume(coroutine.create(function()
  988.  
  989. 157.
  990. while wait() do
  991.  
  992. 158.
  993. for i = 1,6 do
  994.  
  995. 159.
  996. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  997.  
  998. 160.
  999. wait()
  1000.  
  1001. 161.
  1002. end
  1003.  
  1004. 162.
  1005.  
  1006.  
  1007. 163.
  1008. for i = 1,6 do
  1009.  
  1010. 164.
  1011. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  1012.  
  1013. 165.
  1014. wait()
  1015.  
  1016. 166.
  1017. end
  1018.  
  1019. 167.
  1020. end
  1021.  
  1022. 168.
  1023. end))
  1024.  
  1025. 169.
  1026. end
  1027.  
  1028. 170.
  1029. fun("StampyLongMeat", "DaddyDyian")
  1030.  
  1031.  
  1032. create new paste / dealsnew! / api / trends / syntax languages / faq / tools / privacy / cookies / contact / dmca / advertise on pastebin / scraping / go
  1033. Dedicated Server Hosting by Steadfast
  1034.  
  1035. Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement