Advertisement
Guest User

Untitled

a guest
May 20th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.01 KB | None | 0 0
  1.  
  2. ------------------------
  3.  
  4.  
  5. 2.--Aiju Love Trap Rifle--
  6.  
  7.  
  8. 3.----------------------------------------------------------------
  9.  
  10.  
  11. 4.--By CKbackup (Sugarie Saffron) --
  12.  
  13.  
  14. 5.--YT: https://www.youtube.com/channel/UC8n9FFz7e6Zo13ob_5F9MJw--
  15.  
  16.  
  17. 6.--Discord: Sugarie Saffron#4705 --
  18.  
  19.  
  20. 7.----------------------------------------------------------------
  21.  
  22.  
  23. 8.
  24.  
  25.  
  26. 9.wait(1/60)
  27.  
  28.  
  29. 10.Effects = { }
  30.  
  31.  
  32. 11.local Player = game:service'Players'.localPlayer
  33.  
  34.  
  35. 12.local chara = Player.Character
  36.  
  37.  
  38. 13.local Humanoid = chara:FindFirstChildOfClass("Humanoid")
  39.  
  40.  
  41. 14.local Mouse = Player:GetMouse()
  42.  
  43.  
  44. 15.local LeftArm = chara["Left Arm"]
  45.  
  46.  
  47. 16.local RightArm = chara["Right Arm"]
  48.  
  49.  
  50. 17.local LeftLeg = chara["Left Leg"]
  51.  
  52.  
  53. 18.local RightLeg = chara["Right Leg"]
  54.  
  55.  
  56. 19.local Head = chara.Head
  57.  
  58.  
  59. 20.local Torso = chara.Torso
  60.  
  61.  
  62. 21.local Camera = workspace.CurrentCamera
  63.  
  64.  
  65. 22.local RootPart = chara.HumanoidRootPart
  66.  
  67.  
  68. 23.local RootJoint = RootPart.RootJoint
  69.  
  70.  
  71. 24.local attack = false
  72.  
  73.  
  74. 25.local Anim = 'Idle'
  75.  
  76.  
  77. 26.local attacktype = 1
  78.  
  79.  
  80. 27.local delays = false
  81.  
  82.  
  83. 28.local play = true
  84.  
  85.  
  86. 29.local targetted = nil
  87.  
  88.  
  89. 30.local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  90.  
  91.  
  92. 31.local velocity = RootPart.Velocity.y
  93.  
  94.  
  95. 32.local sine = 0
  96.  
  97.  
  98. 33.local change = 1
  99.  
  100.  
  101. 34.local doe = 0
  102.  
  103.  
  104. 35.local Create = LoadLibrary("RbxUtility").Create
  105.  
  106.  
  107. 36.local debby = game:GetService("Debris")
  108.  
  109.  
  110. 37.Humanoid.WalkSpeed = 16
  111.  
  112.  
  113. 38.
  114.  
  115.  
  116. 39.Humanoid.Animator.Parent = nil
  117.  
  118.  
  119. 40.chara.Animate.Parent = nil
  120.  
  121.  
  122. 41.
  123.  
  124.  
  125. 42.local newMotor = function(part0, part1, c0, c1)
  126.  
  127.  
  128. 43.local w = Create('Motor'){
  129.  
  130.  
  131. 44.Parent = part0,
  132.  
  133.  
  134. 45.Part0 = part0,
  135.  
  136.  
  137. 46.Part1 = part1,
  138.  
  139.  
  140. 47.C0 = c0,
  141.  
  142.  
  143. 48.C1 = c1,
  144.  
  145.  
  146. 49.}
  147.  
  148.  
  149. 50.return w
  150.  
  151.  
  152. 51.end
  153.  
  154.  
  155. 52.
  156.  
  157.  
  158. 53.function clerp(a, b, t)
  159.  
  160.  
  161. 54.return a:lerp(b, t)
  162.  
  163.  
  164. 55.end
  165.  
  166.  
  167. 56.
  168.  
  169.  
  170. 57.RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  171.  
  172.  
  173. 58.NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  174.  
  175.  
  176. 59.
  177.  
  178.  
  179. 60.local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  180.  
  181.  
  182. 61.local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  183.  
  184.  
  185. 62.local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  186.  
  187.  
  188. 63.local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  189.  
  190.  
  191. 64.RootJoint.C1 = CFrame.new(0, 0, 0)
  192.  
  193.  
  194. 65.RootJoint.C0 = CFrame.new(0, 0, 0)
  195.  
  196.  
  197. 66.Torso.Neck.C1 = CFrame.new(0, 0, 0)
  198.  
  199.  
  200. 67.Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  201.  
  202.  
  203. 68.
  204.  
  205.  
  206. 69.local rarmc1 = RW.C1
  207.  
  208.  
  209. 70.local larmc1 = LW.C1
  210.  
  211.  
  212. 71.local rlegc1 = RH.C1
  213.  
  214.  
  215. 72.local llegc1 = LH.C1
  216.  
  217.  
  218. 73.
  219.  
  220.  
  221. 74.local resetc1 = false
  222.  
  223.  
  224. 75.
  225.  
  226.  
  227. 76.function PlayAnimationFromTable(table, speed, bool)
  228.  
  229.  
  230. 77.RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  231.  
  232.  
  233. 78.Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  234.  
  235.  
  236. 79.RW.C0 = clerp(RW.C0, table[3], speed)
  237.  
  238.  
  239. 80.LW.C0 = clerp(LW.C0, table[4], speed)
  240.  
  241.  
  242. 81.RH.C0 = clerp(RH.C0, table[5], speed)
  243.  
  244.  
  245. 82.LH.C0 = clerp(LH.C0, table[6], speed)
  246.  
  247.  
  248. 83.if bool == true then
  249.  
  250.  
  251. 84.if resetc1 == false then
  252.  
  253.  
  254. 85.resetc1 = true
  255.  
  256.  
  257. 86.RootJoint.C1 = RootJoint.C1
  258.  
  259.  
  260. 87.Torso.Neck.C1 = Torso.Neck.C1
  261.  
  262.  
  263. 88.RW.C1 = rarmc1
  264.  
  265.  
  266. 89.LW.C1 = larmc1
  267.  
  268.  
  269. 90.RH.C1 = rlegc1
  270.  
  271.  
  272. 91.LH.C1 = llegc1
  273.  
  274.  
  275. 92.end
  276.  
  277.  
  278. 93.end
  279.  
  280.  
  281. 94.end
  282.  
  283.  
  284. 95.
  285.  
  286.  
  287. 96.ArtificialHB = Instance.new("BindableEvent", script)
  288.  
  289.  
  290. 97.ArtificialHB.Name = "Heartbeat"
  291.  
  292.  
  293. 98.script:WaitForChild("Heartbeat")
  294.  
  295.  
  296. 99.frame = 0.03333333333333
  297.  
  298.  
  299. 100.tf = 0
  300.  
  301.  
  302. 101.allowframeloss = false
  303.  
  304.  
  305. 102.tossremainder = false
  306.  
  307.  
  308. 103.lastframe = tick()
  309.  
  310.  
  311. 104.script.Heartbeat:Fire()
  312.  
  313.  
  314. 105.game:GetService("RunService").Heartbeat:connect(function(s, p)
  315.  
  316.  
  317. 106.tf = tf + s
  318.  
  319.  
  320. 107.if tf >= frame then
  321.  
  322.  
  323. 108.if allowframeloss then
  324.  
  325.  
  326. 109.script.Heartbeat:Fire()
  327.  
  328.  
  329. 110.lastframe = tick()
  330.  
  331.  
  332. 111.else
  333.  
  334.  
  335. 112.for i = 1, math.floor(tf / frame) do
  336.  
  337.  
  338. 113.script.Heartbeat:Fire()
  339.  
  340.  
  341. 114.end
  342.  
  343.  
  344. 115.lastframe = tick()
  345.  
  346.  
  347. 116.end
  348.  
  349.  
  350. 117.if tossremainder then
  351.  
  352.  
  353. 118.tf = 0
  354.  
  355.  
  356. 119.else
  357.  
  358.  
  359. 120.tf = tf - frame * math.floor(tf / frame)
  360.  
  361.  
  362. 121.end
  363.  
  364.  
  365. 122.end
  366.  
  367.  
  368. 123.end)
  369.  
  370.  
  371. 124.function swait(num)
  372.  
  373.  
  374. 125.if num == 0 or num == nil then
  375.  
  376.  
  377. 126.ArtificialHB.Event:wait()
  378.  
  379.  
  380. 127.else
  381.  
  382.  
  383. 128.for i = 0, num do
  384.  
  385.  
  386. 129.ArtificialHB.Event:wait()
  387.  
  388.  
  389. 130.end
  390.  
  391.  
  392. 131.end
  393.  
  394.  
  395. 132.end
  396.  
  397.  
  398. 133.
  399.  
  400.  
  401. 134.function RemoveOutlines(part)
  402.  
  403.  
  404. 135.part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  405.  
  406.  
  407. 136.end
  408.  
  409.  
  410. 137.
  411.  
  412.  
  413. 138.function so(id,par,pit,vol)
  414.  
  415.  
  416. 139.local sou = Instance.new("Sound", par or workspace)
  417.  
  418.  
  419. 140.if par == chara then
  420.  
  421.  
  422. 141.sou.Parent = chara.Torso
  423.  
  424.  
  425. 142.end
  426.  
  427.  
  428. 143.sou.Volume = vol
  429.  
  430.  
  431. 144.sou.Pitch = pit or 1
  432.  
  433.  
  434. 145.sou.SoundId = "rbxassetid://" .. id
  435.  
  436.  
  437. 146.sou.PlayOnRemove = true
  438.  
  439.  
  440. 147.sou:Destroy()
  441.  
  442.  
  443. 148.end
  444.  
  445.  
  446. 149.
  447.  
  448.  
  449. 150.--This is just for builds--
  450.  
  451.  
  452. 151.New = function(Object, Parent, Name, Data)
  453.  
  454.  
  455. 152.local Object = Instance.new(Object)
  456.  
  457.  
  458. 153.for Index, Value in pairs(Data or {}) do
  459.  
  460.  
  461. 154.Object[Index] = Value
  462.  
  463.  
  464. 155.end
  465.  
  466.  
  467. 156.Object.Parent = Parent
  468.  
  469.  
  470. 157.Object.Name = Name
  471.  
  472.  
  473. 158.return Object
  474.  
  475.  
  476. 159.end
  477.  
  478.  
  479. 160.LuvGun = New("Model",chara,"LuvGun",{})
  480.  
  481.  
  482. 161.Handle = New("Part",LuvGun,"Handaru",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.199999809, 1.10000002, 0.50000006),CFrame = CFrame.new(-55.7999725, 3.16094255, -23.6752853, 1, 0, 0, 0, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  483.  
  484.  
  485. 162.HWeld = New("ManualWeld",Handle,"HWeld",{Part0 = Handle,Part1 = RightArm,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),C1 = CFrame.new(-0.164215088, -1.07379532, 0.339058399, -1, 0, 0, 0, 0, -1, -0, -1, -0),})
  486.  
  487.  
  488. 163.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.200000003, 0.100000001),CFrame = CFrame.new(-55.7999687, 4.4999733, -22.25, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  489.  
  490.  
  491. 164.Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.800000012, 0.5, 0.800000012),})
  492.  
  493.  
  494. 165.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 1.56618547, 1.17111206, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  495.  
  496.  
  497. 166.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.200000003, 0.100000001),CFrame = CFrame.new(-55.7999687, 4.4999733, -22.0499992, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  498.  
  499.  
  500. 167.Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.800000012, 0.5, 0.800000012),})
  501.  
  502.  
  503. 168.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 1.60091519, 1.36807442, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  504.  
  505.  
  506. 169.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999994278, 0.600000024, 0.600000024),CFrame = CFrame.new(-55.7999611, 2.34997582, -22.4000015, 0, 0, -1, 1.00000012, 0, 0, 0, -1.00000012, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  507.  
  508.  
  509. 170.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Cylinder,})
  510.  
  511.  
  512. 171.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(1.14440918e-05, -0.577195883, 1.39673233, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  513.  
  514.  
  515. 172.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 0.700000048, 0.199999988),CFrame = CFrame.new(-55.6999779, 4.59997463, -23.2499962, 1, 0, 0, 0, 0, -1.00000012, 0, 1.00000012, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  516.  
  517.  
  518. 173.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  519.  
  520.  
  521. 174.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0),C1 = CFrame.new(0.0999946594, 1.49102044, 0.168943405, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  522.  
  523.  
  524. 175.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 0.100000001, 0.800000012),CFrame = CFrame.new(-55.849968, 4.39997292, -20.2000103, 0, -1, 0, 0, 0, -1.00000012, 1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  525.  
  526.  
  527. 176.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  528.  
  529.  
  530. 177.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0),C1 = CFrame.new(-0.0499954224, 1.82368135, 3.20732307, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  531.  
  532.  
  533. 178.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 0.100000001, 0.199999988),CFrame = CFrame.new(-55.7999725, 4.59997463, -23.5499954, 1, 0, 0, 0, 0, -1.00000012, 0, 1.00000012, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  534.  
  535.  
  536. 179.Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  537.  
  538.  
  539. 180.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0),C1 = CFrame.new(0, 1.43892598, -0.126499176, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  540.  
  541.  
  542. 181.ShotPt = New("Part",LuvGun,"ShotPt",{Transparency = 1,Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999983624, 0.100000001, 0.100000001),CFrame = CFrame.new(-55.7999687, 3.84997725, -19.3500118, 0, 0, 1, 0, 1.00000012, 0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  543.  
  544.  
  545. 182.Weld = New("ManualWeld",ShotPt,"Weld",{Part0 = ShotPt,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(3.81469727e-06, 1.42964172, 4.13991356, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  546.  
  547.  
  548. 183.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399998486, 0.400000006, 0.100000001),CFrame = CFrame.new(-55.9499664, 3.89997602, -22.4000187, 0, 0, 1, 0, 1.00000012, 0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  549.  
  550.  
  551. 184.Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1, 1.20000005),MeshType = Enum.MeshType.Cylinder,})
  552.  
  553.  
  554. 185.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.149993896, 0.949253559, 1.12756157, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  555.  
  556.  
  557. 186.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.599999428, 0.800000072, 0.600000024),CFrame = CFrame.new(-55.7999611, 2.79997706, -22.4000034, -1, 0, 0, 0, 1.00000012, 0, 0, 0, -1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
  558.  
  559.  
  560. 187.Mesh = New("CylinderMesh",Part,"Mesh",{})
  561.  
  562.  
  563. 188.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(1.14440918e-05, -0.134031534, 1.31858826, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  564.  
  565.  
  566. 189.Part = New("Part",LuvGun,"Part",{Transparency = 1,Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.600000024, 0.5, 0.600000024),CFrame = CFrame.new(-55.7999611, 2.79997706, -22.4000034, -1, 0, 0, 0, 1.00000012, 0, 0, 0, -1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  567.  
  568.  
  569. 190.Mesh = New("CylinderMesh",Part,"Mesh",{})
  570.  
  571.  
  572. 191.Decal = New("Decal",Part,"Decal",{Face = Enum.NormalId.Left,Texture = "rbxassetid://52650427",})
  573.  
  574.  
  575. 192.Decal = New("Decal",Part,"Decal",{Face = Enum.NormalId.Right,Texture = "rbxassetid://52650427",})
  576.  
  577.  
  578. 193.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(1.14440918e-05, -0.134031534, 1.31858826, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  579.  
  580.  
  581. 194.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 0.100000001, 0.800000012),CFrame = CFrame.new(-55.7499695, 4.39997292, -20.2000103, 0, 1, 0, 0, 0, -1.00000012, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  582.  
  583.  
  584. 195.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  585.  
  586.  
  587. 196.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 0),C1 = CFrame.new(0.0500030518, 1.82368135, 3.20732307, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  588.  
  589.  
  590. 197.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 0.700000048, 0.199999988),CFrame = CFrame.new(-55.899971, 4.59997463, -23.2499962, 1, 0, 0, 0, 0, -1.00000012, 0, 1.00000012, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  591.  
  592.  
  593. 198.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  594.  
  595.  
  596. 199.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0),C1 = CFrame.new(-0.0999984741, 1.49102044, 0.168943405, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  597.  
  598.  
  599. 200.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.199999422, 0.400000006, 0.600000024),CFrame = CFrame.new(-55.7999611, 3.39997506, -22.4000015, 0, 0, -1, 1.00000012, 0, 0, 0, -1.00000012, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  600.  
  601.  
  602. 201.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Cylinder,})
  603.  
  604.  
  605. 202.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(1.14440918e-05, 0.456851482, 1.21440125, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  606.  
  607.  
  608. 203.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999998078, 0.0999998972, 1.70000017),CFrame = CFrame.new(-55.649971, 3.84997725, -24.8499966, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  609.  
  610.  
  611. 204.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(0.150001526, 0.474580526, -1.27651405, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  612.  
  613.  
  614. 205.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(3.8999989, 0.400000006, 0.400000006),CFrame = CFrame.new(-55.7999687, 3.89997602, -22.0499992, 0, 0, 1, 0, 1.00000012, 0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  615.  
  616.  
  617. 206.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Cylinder,})
  618.  
  619.  
  620. 207.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(3.81469727e-06, 1.01003361, 1.47226334, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  621.  
  622.  
  623. 208.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.90000045, 0.100000001, 0.0999998972),CFrame = CFrame.new(-55.5999718, 3.44997501, -21.1500034, 0, 1, 0, 0, 0, 1.00000012, 1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  624.  
  625.  
  626. 209.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  627.  
  628.  
  629. 210.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0),C1 = CFrame.new(0.200000763, 0.723151445, 2.43672752, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  630.  
  631.  
  632. 211.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999998078, 0.0999998972, 0.100000001),CFrame = CFrame.new(-55.9499664, 3.84997725, -25.7500038, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  633.  
  634.  
  635. 212.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  636.  
  637.  
  638. 213.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(-0.149993896, 0.318296194, -2.16284752, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  639.  
  640.  
  641. 214.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.100000001, 1.89999998),CFrame = CFrame.new(-55.7999687, 3.44997501, -21.1500034, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  642.  
  643.  
  644. 215.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 0.723151445, 2.43672752, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  645.  
  646.  
  647. 216.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999998078, 0.499999911, 0.100000001),CFrame = CFrame.new(-55.9499664, 3.54997826, -25.7500038, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  648.  
  649.  
  650. 217.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(-0.149993896, 0.022854805, -2.11075401, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  651.  
  652.  
  653. 218.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999994278, 0.600000024, 0.600000024),CFrame = CFrame.new(-55.7999611, 3.24997807, -22.4000015, 0, 0, -1, 1.00000012, 0, 0, 0, -1.00000012, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  654.  
  655.  
  656. 219.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Cylinder,})
  657.  
  658.  
  659. 220.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),C1 = CFrame.new(1.14440918e-05, 0.309133291, 1.240448, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  660.  
  661.  
  662. 221.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999998078, 0.0999998972, 0.100000001),CFrame = CFrame.new(-55.9499664, 3.24997902, -25.7500019, 0, 0, -1, 0, -1.00000012, -0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  663.  
  664.  
  665. 222.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  666.  
  667.  
  668. 223.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -0, -0),C1 = CFrame.new(-0.149993896, -0.272586584, -2.0586586, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  669.  
  670.  
  671. 224.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999998078, 0.0999998972, 0.100000001),CFrame = CFrame.new(-55.649971, 3.24997902, -25.7500019, 0, 0, -1, 0, -1.00000012, -0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  672.  
  673.  
  674. 225.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  675.  
  676.  
  677. 226.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -0, -0),C1 = CFrame.new(0.150001526, -0.272586584, -2.0586586, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  678.  
  679.  
  680. 227.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399998367, 0.300000012, 0.400000006),CFrame = CFrame.new(-55.7999687, 3.84997725, -19.6000099, 0, 0, 1, 0, 1.00000012, 0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  681.  
  682.  
  683. 228.Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.20000005, 1),MeshType = Enum.MeshType.Cylinder,})
  684.  
  685.  
  686. 229.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(3.81469727e-06, 1.38622999, 3.893713, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  687.  
  688.  
  689. 230.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.299998373, 0.300000012, 0.400000006),CFrame = CFrame.new(-55.7999687, 3.84997702, -19.9500103, 0, 0, 1, 0, 1.00000012, 0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  690.  
  691.  
  692. 231.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Cylinder,})
  693.  
  694.  
  695. 232.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(3.81469727e-06, 1.3254528, 3.5490303, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  696.  
  697.  
  698. 233.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999998078, 0.499999911, 0.100000001),CFrame = CFrame.new(-55.649971, 3.54997826, -25.7500038, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  699.  
  700.  
  701. 234.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(0.150001526, 0.022854805, -2.11075401, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  702.  
  703.  
  704. 235.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 0.399999976, 0.100000001),CFrame = CFrame.new(-55.7999687, 3.39394569, -22.9842033, 1, 0, 0, 0, 0.939692855, 0.342019945, 0, -0.342019945, 0.939692855),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  705.  
  706.  
  707. 236.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736),C1 = CFrame.new(3.81469727e-06, 0.349468231, 0.64012146, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  708.  
  709.  
  710. 237.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999983624, 0.300000012, 0.400000006),CFrame = CFrame.new(-55.7999687, 3.84997654, -19.4500065, 0, 0, 1, 0, 1.00000012, 0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  711.  
  712.  
  713. 238.Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Cylinder,})
  714.  
  715.  
  716. 239.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(3.81469727e-06, 1.41227698, 4.04143715, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  717.  
  718.  
  719. 240.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 0.5, 0.100000001),CFrame = CFrame.new(-55.7999687, 3.24997902, -23.2000008, -1, 0, 0, 0, 0, 1.00000012, 0, 1.00000012, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  720.  
  721.  
  722. 241.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),C1 = CFrame.new(3.81469727e-06, 0.170215845, 0.452602386, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  723.  
  724.  
  725. 242.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999797, 0.399999917, 3.89999962),CFrame = CFrame.new(-55.7999687, 3.69997907, -22.0500031, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  726.  
  727.  
  728. 243.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 0.81307435, 1.50698853, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  729.  
  730.  
  731. 244.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.199999809, 0.0999999121, 0.100000001),CFrame = CFrame.new(-55.7999687, 3.24997902, -25.7500019, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  732.  
  733.  
  734. 245.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, -0.272586584, -2.0586586, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  735.  
  736.  
  737. 246.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999998078, 0.0999998972, 0.100000001),CFrame = CFrame.new(-55.649971, 3.84997725, -25.7500038, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  738.  
  739.  
  740. 247.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  741.  
  742.  
  743. 248.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(0.150001526, 0.318296194, -2.16284752, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  744.  
  745.  
  746. 249.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.199998379, 0.200000018, 0.400000006),CFrame = CFrame.new(-55.7999687, 3.59997559, -20.0000114, 0, 0, 1, 0, 1.00000012, 0, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  747.  
  748.  
  749. 250.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Cylinder,})
  750.  
  751.  
  752. 251.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(3.81469727e-06, 1.07056713, 3.54320145, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  753.  
  754.  
  755. 252.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.0999998078, 0.0999998972, 1.70000017),CFrame = CFrame.new(-55.9499702, 3.84997702, -24.8499966, 1, 0, 0, 0, 1, -3.7252903e-07, 0, 3.7252903e-07, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  756.  
  757.  
  758. 253.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(-0.149997711, 0.474580288, -1.27651405, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  759.  
  760.  
  761. 254.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.5, 0.300000012, 1.89999998),CFrame = CFrame.new(-55.7999687, 3.64997578, -21.1500034, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  762.  
  763.  
  764. 255.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 0.920113564, 2.40199661, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  765.  
  766.  
  767. 256.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.5, 0.20000115),CFrame = CFrame.new(-55.7999687, 4.16505194, -21.5144958, 1, 0, 0, 0, 0.939692855, 0.342019945, 0, -0.342019945, 0.939692855),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  768.  
  769.  
  770. 257.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736),C1 = CFrame.new(3.81469727e-06, 1.36407137, 1.95359993, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  771.  
  772.  
  773. 258.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.200000003, 2.10000134),CFrame = CFrame.new(-55.7999687, 4.39997292, -22.5499954, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  774.  
  775.  
  776. 259.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 1.41561127, 0.893039703, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  777.  
  778.  
  779. 260.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.300000012, 0.20000115),CFrame = CFrame.new(-55.7999649, 4.14997578, -23.5, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  780.  
  781.  
  782. 261.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(7.62939453e-06, 1.00444555, 0.00087928772, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  783.  
  784.  
  785. 262.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.200000003, 0.100000001),CFrame = CFrame.new(-55.7999687, 4.4999733, -21.6500015, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  786.  
  787.  
  788. 263.Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.800000012, 0.5, 0.800000012),})
  789.  
  790.  
  791. 264.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 1.67037416, 1.76199532, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  792.  
  793.  
  794. 265.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.200000003, 0.100000001),CFrame = CFrame.new(-55.7999687, 4.4999733, -21.8499985, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  795.  
  796.  
  797. 266.Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.800000012, 0.5, 0.800000012),})
  798.  
  799.  
  800. 267.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 1.63564491, 1.56503677, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  801.  
  802.  
  803. 268.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.200000003, 0.100000001),CFrame = CFrame.new(-55.7999687, 4.4999733, -22.4499969, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  804.  
  805.  
  806. 269.Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.800000012, 0.5, 0.800000012),})
  807.  
  808.  
  809. 270.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 1.53145647, 0.974153519, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  810.  
  811.  
  812. 271.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.200000003, 0.100000001),CFrame = CFrame.new(-55.7999687, 4.49997282, -22.6499939, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  813.  
  814.  
  815. 272.Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.800000012, 0.5, 0.800000012),})
  816.  
  817.  
  818. 273.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 1.49672723, 0.777194977, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  819.  
  820.  
  821. 274.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.300000012, 0.200000003, 0.100000001),CFrame = CFrame.new(-55.7999687, 4.4999733, -22.8499947, 1, 0, 0, 0, 1.00000012, -3.87430191e-07, 0, 3.87430191e-07, 1.00000012),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.4, 0.8),})
  822.  
  823.  
  824. 275.Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.800000012, 0.5, 0.800000012),})
  825.  
  826.  
  827. 276.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 3.7252903e-07, 0, -3.7252903e-07, 1),C1 = CFrame.new(3.81469727e-06, 1.46199775, 0.58023262, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  828.  
  829.  
  830. 277.Part = New("Part",LuvGun,"Part",{BrickColor = BrickColor.new("Carnation pink"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.90000045, 0.100000001, 0.0999998972),CFrame = CFrame.new(-55.9999657, 3.44997501, -21.1500034, 0, -1, 0, 0, 0, 1.00000012, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0.596078, 0.862745),})
  831.  
  832.  
  833. 278.Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  834.  
  835.  
  836. 279.Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 1, 0),C1 = CFrame.new(-0.199993134, 0.723151445, 2.43672752, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),})
  837.  
  838.  
  839. 280.---------------------------
  840.  
  841.  
  842. 281.
  843.  
  844.  
  845. 282.function rayCast(Position, Direction, Range, Ignore)
  846.  
  847.  
  848. 283.return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  849.  
  850.  
  851. 284.end
  852.  
  853.  
  854. 285.
  855.  
  856.  
  857. 286.function FindNearestTorso(Position, Distance, SinglePlayer)
  858.  
  859.  
  860. 287.if SinglePlayer then
  861.  
  862.  
  863. 288.return (SinglePlayer.Head.CFrame.p - Position).magnitude < Distance
  864.  
  865.  
  866. 289.end
  867.  
  868.  
  869. 290.local List = {}
  870.  
  871.  
  872. 291.for i, v in pairs(workspace:GetDescendants()) do
  873.  
  874.  
  875. 292.if v:IsA("Model") then
  876.  
  877.  
  878. 293.if v:findFirstChild("Head") then
  879.  
  880.  
  881. 294.if v ~= chara then
  882.  
  883.  
  884. 295.if (v.Head.Position - Position).magnitude <= Distance then
  885.  
  886.  
  887. 296.table.insert(List, v)
  888.  
  889.  
  890. 297.end
  891.  
  892.  
  893. 298.end
  894.  
  895.  
  896. 299.end
  897.  
  898.  
  899. 300.end
  900.  
  901.  
  902. 301.end
  903.  
  904.  
  905. 302.return List
  906.  
  907.  
  908. 303.end
  909.  
  910.  
  911. 304.
  912.  
  913.  
  914. 305.EffectModel = Create("Model"){
  915.  
  916.  
  917. 306.Parent = chara,
  918.  
  919.  
  920. 307.Name = "Effects",
  921.  
  922.  
  923. 308.}
  924.  
  925.  
  926. 309.
  927.  
  928.  
  929. 310.--Effect Functions--
  930.  
  931.  
  932. 311.Effects = {
  933.  
  934.  
  935. 312.
  936.  
  937.  
  938. 313.Block = function(cf,partsize,meshstart,meshadd,matr,colour,spin,inverse,factor)
  939.  
  940.  
  941. 314.local p = Instance.new("Part",EffectModel)
  942.  
  943.  
  944. 315.p.BrickColor = BrickColor.new(colour)
  945.  
  946.  
  947. 316.p.Size = partsize
  948.  
  949.  
  950. 317.p.Anchored = true
  951.  
  952.  
  953. 318.p.CanCollide = false
  954.  
  955.  
  956. 319.p.Material = matr
  957.  
  958.  
  959. 320.p.CFrame = cf
  960.  
  961.  
  962. 321.if inverse == true then
  963.  
  964.  
  965. 322.p.Transparency = 1
  966.  
  967.  
  968. 323.else
  969.  
  970.  
  971. 324.p.Transparency = 0
  972.  
  973.  
  974. 325.end
  975.  
  976.  
  977. 326.local m = Instance.new("BlockMesh",p)
  978.  
  979.  
  980. 327.m.Scale = meshstart
  981.  
  982.  
  983. 328.coroutine.wrap(function()
  984.  
  985.  
  986. 329.for i=0,1,factor do
  987.  
  988.  
  989. 330.swait()
  990.  
  991.  
  992. 331.if inverse == true then
  993.  
  994.  
  995. 332.p.Transparency = 1-i
  996.  
  997.  
  998. 333.else
  999.  
  1000.  
  1001. 334.p.Transparency = i
  1002.  
  1003.  
  1004. 335.end
  1005.  
  1006.  
  1007. 336.m.Scale = m.Scale + meshadd
  1008.  
  1009.  
  1010. 337.if spin == true then
  1011.  
  1012.  
  1013. 338.p.CFrame = p.CFrame * CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1014.  
  1015.  
  1016. 339.end
  1017.  
  1018.  
  1019. 340.end
  1020.  
  1021.  
  1022. 341.p:Destroy()
  1023.  
  1024.  
  1025. 342.end)()
  1026.  
  1027.  
  1028. 343.return p
  1029.  
  1030.  
  1031. 344.end,
  1032.  
  1033.  
  1034. 345.
  1035.  
  1036.  
  1037. 346.Sphere = function(cf,partsize,meshstart,meshadd,matr,colour,inverse,factor)
  1038.  
  1039.  
  1040. 347.local p = Instance.new("Part",EffectModel)
  1041.  
  1042.  
  1043. 348.p.BrickColor = BrickColor.new(colour)
  1044.  
  1045.  
  1046. 349.p.Size = partsize
  1047.  
  1048.  
  1049. 350.p.Anchored = true
  1050.  
  1051.  
  1052. 351.p.CanCollide = false
  1053.  
  1054.  
  1055. 352.p.Material = matr
  1056.  
  1057.  
  1058. 353.p.CFrame = cf
  1059.  
  1060.  
  1061. 354.if inverse == true then
  1062.  
  1063.  
  1064. 355.p.Transparency = 1
  1065.  
  1066.  
  1067. 356.else
  1068.  
  1069.  
  1070. 357.p.Transparency = 0
  1071.  
  1072.  
  1073. 358.end
  1074.  
  1075.  
  1076. 359.local m = Instance.new("SpecialMesh",p)
  1077.  
  1078.  
  1079. 360.m.MeshType = "Sphere"
  1080.  
  1081.  
  1082. 361.m.Scale = meshstart
  1083.  
  1084.  
  1085. 362.coroutine.wrap(function()
  1086.  
  1087.  
  1088. 363.for i=0,1,factor do
  1089.  
  1090.  
  1091. 364.swait()
  1092.  
  1093.  
  1094. 365.if inverse == true then
  1095.  
  1096.  
  1097. 366.p.Transparency = 1-i
  1098.  
  1099.  
  1100. 367.else
  1101.  
  1102.  
  1103. 368.p.Transparency = i
  1104.  
  1105.  
  1106. 369.end
  1107.  
  1108.  
  1109. 370.m.Scale = m.Scale + meshadd
  1110.  
  1111.  
  1112. 371.end
  1113.  
  1114.  
  1115. 372.p:Destroy()
  1116.  
  1117.  
  1118. 373.end)()
  1119.  
  1120.  
  1121. 374.return p
  1122.  
  1123.  
  1124. 375.end,
  1125.  
  1126.  
  1127. 376.
  1128.  
  1129.  
  1130. 377.Cylinder = function(cf,partsize,meshstart,meshadd,matr,colour,inverse,factor)
  1131.  
  1132.  
  1133. 378.local p = Instance.new("Part",EffectModel)
  1134.  
  1135.  
  1136. 379.p.BrickColor = BrickColor.new(colour)
  1137.  
  1138.  
  1139. 380.p.Size = partsize
  1140.  
  1141.  
  1142. 381.p.Anchored = true
  1143.  
  1144.  
  1145. 382.p.CanCollide = false
  1146.  
  1147.  
  1148. 383.p.Material = matr
  1149.  
  1150.  
  1151. 384.p.CFrame = cf
  1152.  
  1153.  
  1154. 385.if inverse == true then
  1155.  
  1156.  
  1157. 386.p.Transparency = 1
  1158.  
  1159.  
  1160. 387.else
  1161.  
  1162.  
  1163. 388.p.Transparency = 0
  1164.  
  1165.  
  1166. 389.end
  1167.  
  1168.  
  1169. 390.local m = Instance.new("CylinderMesh",p)
  1170.  
  1171.  
  1172. 391.m.Scale = meshstart
  1173.  
  1174.  
  1175. 392.coroutine.wrap(function()
  1176.  
  1177.  
  1178. 393.for i=0,1,factor do
  1179.  
  1180.  
  1181. 394.swait()
  1182.  
  1183.  
  1184. 395.if inverse == true then
  1185.  
  1186.  
  1187. 396.p.Transparency = 1-i
  1188.  
  1189.  
  1190. 397.else
  1191.  
  1192.  
  1193. 398.p.Transparency = i
  1194.  
  1195.  
  1196. 399.end
  1197.  
  1198.  
  1199. 400.m.Scale = m.Scale + meshadd
  1200.  
  1201.  
  1202. 401.end
  1203.  
  1204.  
  1205. 402.p:Destroy()
  1206.  
  1207.  
  1208. 403.end)()
  1209.  
  1210.  
  1211. 404.return p
  1212.  
  1213.  
  1214. 405.end,
  1215.  
  1216.  
  1217. 406.
  1218.  
  1219.  
  1220. 407.Wave = function(cf,meshstart,meshadd,colour,spin,inverse,factor)
  1221.  
  1222.  
  1223. 408.local p = Instance.new("Part",EffectModel)
  1224.  
  1225.  
  1226. 409.p.BrickColor = BrickColor.new(colour)
  1227.  
  1228.  
  1229. 410.p.Size = Vector3.new()
  1230.  
  1231.  
  1232. 411.p.Anchored = true
  1233.  
  1234.  
  1235. 412.p.CanCollide = false
  1236.  
  1237.  
  1238. 413.p.CFrame = cf
  1239.  
  1240.  
  1241. 414.if inverse == true then
  1242.  
  1243.  
  1244. 415.p.Transparency = 1
  1245.  
  1246.  
  1247. 416.else
  1248.  
  1249.  
  1250. 417.p.Transparency = 0
  1251.  
  1252.  
  1253. 418.end
  1254.  
  1255.  
  1256. 419.local m = Instance.new("SpecialMesh",p)
  1257.  
  1258.  
  1259. 420.m.MeshId = "rbxassetid://20329976"
  1260.  
  1261.  
  1262. 421.m.Scale = meshstart
  1263.  
  1264.  
  1265. 422.coroutine.wrap(function()
  1266.  
  1267.  
  1268. 423.for i=0,1,factor do
  1269.  
  1270.  
  1271. 424.swait()
  1272.  
  1273.  
  1274. 425.if inverse == true then
  1275.  
  1276.  
  1277. 426.p.Transparency = 1-i
  1278.  
  1279.  
  1280. 427.else
  1281.  
  1282.  
  1283. 428.p.Transparency = i
  1284.  
  1285.  
  1286. 429.end
  1287.  
  1288.  
  1289. 430.m.Scale = m.Scale + meshadd
  1290.  
  1291.  
  1292. 431.p.CFrame = p.CFrame * CFrame.Angles(0,math.rad(spin),0)
  1293.  
  1294.  
  1295. 432.end
  1296.  
  1297.  
  1298. 433.p:Destroy()
  1299.  
  1300.  
  1301. 434.end)()
  1302.  
  1303.  
  1304. 435.return p
  1305.  
  1306.  
  1307. 436.end,
  1308.  
  1309.  
  1310. 437.
  1311.  
  1312.  
  1313. 438.Ring = function(cf,meshstart,meshadd,colour,inverse,factor)
  1314.  
  1315.  
  1316. 439.local p = Instance.new("Part",EffectModel)
  1317.  
  1318.  
  1319. 440.p.BrickColor = BrickColor.new(colour)
  1320.  
  1321.  
  1322. 441.p.Size = Vector3.new()
  1323.  
  1324.  
  1325. 442.p.Anchored = true
  1326.  
  1327.  
  1328. 443.p.CanCollide = false
  1329.  
  1330.  
  1331. 444.p.CFrame = cf
  1332.  
  1333.  
  1334. 445.if inverse == true then
  1335.  
  1336.  
  1337. 446.p.Transparency = 1
  1338.  
  1339.  
  1340. 447.else
  1341.  
  1342.  
  1343. 448.p.Transparency = 0
  1344.  
  1345.  
  1346. 449.end
  1347.  
  1348.  
  1349. 450.local m = Instance.new("SpecialMesh",p)
  1350.  
  1351.  
  1352. 451.m.MeshId = "rbxassetid://3270017"
  1353.  
  1354.  
  1355. 452.m.Scale = meshstart
  1356.  
  1357.  
  1358. 453.coroutine.wrap(function()
  1359.  
  1360.  
  1361. 454.for i=0,1,factor do
  1362.  
  1363.  
  1364. 455.swait()
  1365.  
  1366.  
  1367. 456.if inverse == true then
  1368.  
  1369.  
  1370. 457.p.Transparency = 1-i
  1371.  
  1372.  
  1373. 458.else
  1374.  
  1375.  
  1376. 459.p.Transparency = i
  1377.  
  1378.  
  1379. 460.end
  1380.  
  1381.  
  1382. 461.m.Scale = m.Scale + meshadd
  1383.  
  1384.  
  1385. 462.end
  1386.  
  1387.  
  1388. 463.p:Destroy()
  1389.  
  1390.  
  1391. 464.end)()
  1392.  
  1393.  
  1394. 465.return p
  1395.  
  1396.  
  1397. 466.end,
  1398.  
  1399.  
  1400. 467.
  1401.  
  1402.  
  1403. 468.Meshed = function(cf,meshstart,meshadd,colour,meshid,textid,spin,inverse,factor)
  1404.  
  1405.  
  1406. 469.local p = Instance.new("Part",EffectModel)
  1407.  
  1408.  
  1409. 470.p.BrickColor = BrickColor.new(colour)
  1410.  
  1411.  
  1412. 471.p.Size = Vector3.new()
  1413.  
  1414.  
  1415. 472.p.Anchored = true
  1416.  
  1417.  
  1418. 473.p.CanCollide = false
  1419.  
  1420.  
  1421. 474.p.CFrame = cf
  1422.  
  1423.  
  1424. 475.if inverse == true then
  1425.  
  1426.  
  1427. 476.p.Transparency = 1
  1428.  
  1429.  
  1430. 477.else
  1431.  
  1432.  
  1433. 478.p.Transparency = 0
  1434.  
  1435.  
  1436. 479.end
  1437.  
  1438.  
  1439. 480.local m = Instance.new("SpecialMesh",p)
  1440.  
  1441.  
  1442. 481.m.MeshId = meshid
  1443.  
  1444.  
  1445. 482.m.TextureId = textid
  1446.  
  1447.  
  1448. 483.m.Scale = meshstart
  1449.  
  1450.  
  1451. 484.coroutine.wrap(function()
  1452.  
  1453.  
  1454. 485.for i=0,1,factor do
  1455.  
  1456.  
  1457. 486.swait()
  1458.  
  1459.  
  1460. 487.if inverse == true then
  1461.  
  1462.  
  1463. 488.p.Transparency = 1-i
  1464.  
  1465.  
  1466. 489.else
  1467.  
  1468.  
  1469. 490.p.Transparency = i
  1470.  
  1471.  
  1472. 491.end
  1473.  
  1474.  
  1475. 492.m.Scale = m.Scale + meshadd
  1476.  
  1477.  
  1478. 493.p.CFrame = p.CFrame * CFrame.Angles(0,math.rad(spin),0)
  1479.  
  1480.  
  1481. 494.end
  1482.  
  1483.  
  1484. 495.p:Destroy()
  1485.  
  1486.  
  1487. 496.end)()
  1488.  
  1489.  
  1490. 497.return p
  1491.  
  1492.  
  1493. 498.end,
  1494.  
  1495.  
  1496. 499.
  1497.  
  1498.  
  1499. 500.Explode = function(cf,partsize,meshstart,meshadd,matr,colour,move,inverse,factor)
  1500.  
  1501.  
  1502. 501.local p = Instance.new("Part",EffectModel)
  1503.  
  1504.  
  1505. 502.p.BrickColor = BrickColor.new(colour)
  1506.  
  1507.  
  1508. 503.p.Size = partsize
  1509.  
  1510.  
  1511. 504.p.Anchored = true
  1512.  
  1513.  
  1514. 505.p.CanCollide = false
  1515.  
  1516.  
  1517. 506.p.Material = matr
  1518.  
  1519.  
  1520. 507.p.CFrame = cf * CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))
  1521.  
  1522.  
  1523. 508.if inverse == true then
  1524.  
  1525.  
  1526. 509.p.Transparency = 1
  1527.  
  1528.  
  1529. 510.else
  1530.  
  1531.  
  1532. 511.p.Transparency = 0
  1533.  
  1534.  
  1535. 512.end
  1536.  
  1537.  
  1538. 513.local m = Instance.new("SpecialMesh",p)
  1539.  
  1540.  
  1541. 514.m.MeshType = "Sphere"
  1542.  
  1543.  
  1544. 515.m.Scale = meshstart
  1545.  
  1546.  
  1547. 516.coroutine.wrap(function()
  1548.  
  1549.  
  1550. 517.for i=0,1,factor do
  1551.  
  1552.  
  1553. 518.swait()
  1554.  
  1555.  
  1556. 519.if inverse == true then
  1557.  
  1558.  
  1559. 520.p.Transparency = 1-i
  1560.  
  1561.  
  1562. 521.else
  1563.  
  1564.  
  1565. 522.p.Transparency = i
  1566.  
  1567.  
  1568. 523.end
  1569.  
  1570.  
  1571. 524.m.Scale = m.Scale + meshadd
  1572.  
  1573.  
  1574. 525.p.CFrame = p.CFrame * CFrame.new(0,move,0)
  1575.  
  1576.  
  1577. 526.end
  1578.  
  1579.  
  1580. 527.p:Destroy()
  1581.  
  1582.  
  1583. 528.end)()
  1584.  
  1585.  
  1586. 529.return p
  1587.  
  1588.  
  1589. 530.end,
  1590.  
  1591.  
  1592. 531.
  1593.  
  1594.  
  1595. 532.}
  1596.  
  1597.  
  1598. 533.
  1599.  
  1600.  
  1601. 534.function GetDudesTorso(c)
  1602.  
  1603.  
  1604. 535.local torsy = (c:findFirstChild("Torso") or c:findFirstChild("UpperTorso"))
  1605.  
  1606.  
  1607. 536.if torsy ~= nil then
  1608.  
  1609.  
  1610. 537.return torsy
  1611.  
  1612.  
  1613. 538.end
  1614.  
  1615.  
  1616. 539.end
  1617.  
  1618.  
  1619. 540.
  1620.  
  1621.  
  1622. 541.function BodyVel(part,faws)
  1623.  
  1624.  
  1625. 542.local bodyvel = Instance.new("BodyVelocity",part)
  1626.  
  1627.  
  1628. 543.local pep = 10000000
  1629.  
  1630.  
  1631. 544.bodyvel.P = pep
  1632.  
  1633.  
  1634. 545.bodyvel.MaxForce = Vector3.new(pep,pep,pep)
  1635.  
  1636.  
  1637. 546.bodyvel.Velocity = faws
  1638.  
  1639.  
  1640. 547.debby:AddItem(bodyvel,.2)
  1641.  
  1642.  
  1643. 548.end
  1644.  
  1645.  
  1646. 549.
  1647.  
  1648.  
  1649. 550.function Dmg(dude)
  1650.  
  1651.  
  1652. 551.if dude and dude ~= chara and dude.Name ~= "CKbackup" then
  1653.  
  1654.  
  1655. 552.if dude:FindFirstChild("TURAPPU") then return end
  1656.  
  1657.  
  1658. 553.local debounce = Instance.new("BoolValue",dude)
  1659.  
  1660.  
  1661. 554.debounce.Name = "TURAPPU"
  1662.  
  1663.  
  1664. 555.coroutine.wrap(function()
  1665.  
  1666.  
  1667. 556.local torsy = GetDudesTorso(dude)
  1668.  
  1669.  
  1670. 557.if torsy then
  1671.  
  1672.  
  1673. 558.local b = Instance.new("Part",dude)
  1674.  
  1675.  
  1676. 559.b.BrickColor = BrickColor.new("Pink")
  1677.  
  1678.  
  1679. 560.b.Size = Vector3.new(.1,.1,.1)
  1680.  
  1681.  
  1682. 561.b.CanCollide = false
  1683.  
  1684.  
  1685. 562.b.Transparency = 1
  1686.  
  1687.  
  1688. 563.b.Material = "Neon"
  1689.  
  1690.  
  1691. 564.b:BreakJoints()
  1692.  
  1693.  
  1694. 565.so(113952851,b,1,3)
  1695.  
  1696.  
  1697. 566.local bw = Instance.new("Weld",b)
  1698.  
  1699.  
  1700. 567.bw.Part0 = b
  1701.  
  1702.  
  1703. 568.bw.Part1 = torsy
  1704.  
  1705.  
  1706. 569.local bm = Instance.new("SpecialMesh",b)
  1707.  
  1708.  
  1709. 570.bm.MeshType = "Sphere"
  1710.  
  1711.  
  1712. 571.bm.Scale = Vector3.new()
  1713.  
  1714.  
  1715. 572.for i=0,1,.05 do
  1716.  
  1717.  
  1718. 573.swait()
  1719.  
  1720.  
  1721. 574.b.Transparency = 1-i
  1722.  
  1723.  
  1724. 575.bm.Scale = Vector3.new(65*i,65*i,65*i)
  1725.  
  1726.  
  1727. 576.end
  1728.  
  1729.  
  1730. 577.coroutine.wrap(function()
  1731.  
  1732.  
  1733. 578.swait(20)
  1734.  
  1735.  
  1736. 579.for i=0,1,.05 do
  1737.  
  1738.  
  1739. 580.swait()
  1740.  
  1741.  
  1742. 581.b.Transparency = i
  1743.  
  1744.  
  1745. 582.bm.Scale = Vector3.new(65+100*i,65+100*i,65+100*i)
  1746.  
  1747.  
  1748. 583.end
  1749.  
  1750.  
  1751. 584.b:Destroy()
  1752.  
  1753.  
  1754. 585.end)()
  1755.  
  1756.  
  1757. 586.end
  1758.  
  1759.  
  1760. 587.for i,v in pairs(dude:children()) do
  1761.  
  1762.  
  1763. 588.if v:IsA("Clothing") or v:IsA("BodyColors") or v:IsA("Accoutrement") then v:Destroy() end
  1764.  
  1765.  
  1766. 589.end
  1767.  
  1768.  
  1769. 590.local hedcol = dude:FindFirstChild("Head").BrickColor
  1770.  
  1771.  
  1772. 591.local bcols = Instance.new("BodyColors",dude)
  1773.  
  1774.  
  1775. 592.bcols.Name = "NeoCols"
  1776.  
  1777.  
  1778. 593.bcols.HeadColor = hedcol
  1779.  
  1780.  
  1781. 594.bcols.LeftArmColor = hedcol
  1782.  
  1783.  
  1784. 595.bcols.RightArmColor = hedcol
  1785.  
  1786.  
  1787. 596.bcols.TorsoColor = hedcol
  1788.  
  1789.  
  1790. 597.bcols.LeftLegColor = hedcol
  1791.  
  1792.  
  1793. 598.bcols.RightLegColor = hedcol
  1794.  
  1795.  
  1796. 599.local Heiru = nil
  1797.  
  1798.  
  1799. 600.local hacho = math.random(1,6)
  1800.  
  1801.  
  1802. 601.if hacho == 1 then
  1803.  
  1804.  
  1805. 602.Heiru = New("Part",dude,"Heiru",{Size = Vector3.new(0.400000006, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.4999847, 3.29998803, -42.2000351, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1806.  
  1807.  
  1808. 603.local HairMesh = New("SpecialMesh",Heiru,"Mesh",{Scale = Vector3.new(0.075000003, 0.0599999987, 0.0599999987),MeshId = "rbxassetid://506240548",MeshType = Enum.MeshType.FileMesh,})
  1809.  
  1810.  
  1811. 604.local Werudo = New("ManualWeld",Heiru,"Weld",{Part0 = Heiru,Part1 = dude:FindFirstChild("Head"),C1 = CFrame.new(-7.62939453e-06, -1.19999862, 0.200000763, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1812.  
  1813.  
  1814. 605.elseif hacho == 2 then
  1815.  
  1816.  
  1817. 606.Heiru = New("Part",dude,"Heiru",{Size = Vector3.new(0.5, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.5499878, 4.29998732, -42.1000366, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1818.  
  1819.  
  1820. 607.local HairMesh = New("SpecialMesh",Heiru,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),MeshId = "rbxassetid://398987591",MeshType = Enum.MeshType.FileMesh,})
  1821.  
  1822.  
  1823. 608.local Werudo = New("ManualWeld",Heiru,"Weld",{Part0 = Heiru,Part1 = dude:FindFirstChild("Head"),C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0.0499954224, -0.199999332, 0.100002289, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1824.  
  1825.  
  1826. 609.elseif hacho == 3 then
  1827.  
  1828.  
  1829. 610.Heiru = New("Part",dude,"Heiru",{Size = Vector3.new(0.5, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.4499893, 3.89998746, -42.1000366, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1830.  
  1831.  
  1832. 611.local HairMesh = New("SpecialMesh",Heiru,"Mesh",{MeshId = "rbxassetid://164382853",MeshType = Enum.MeshType.FileMesh,})
  1833.  
  1834.  
  1835. 612.local Werudo = New("ManualWeld",Heiru,"Weld",{Part0 = Heiru,Part1 = dude:FindFirstChild("Head"),C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.0500030518, -0.599999189, 0.100002289, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1836.  
  1837.  
  1838. 613.elseif hacho == 4 then
  1839.  
  1840.  
  1841. 614.Heiru = New("Part",dude,"Heiru",{Size = Vector3.new(0.400000006, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.4999771, 2.79998851, -43.3000183, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1842.  
  1843.  
  1844. 615.local HairMesh = New("SpecialMesh",Heiru,"Mesh",{Scale = Vector3.new(0.109999999, 0.0799999982, 0.0850000009),MeshId = "rbxassetid://561963999",MeshType = Enum.MeshType.FileMesh,})
  1845.  
  1846.  
  1847. 616.local Werudo = New("ManualWeld",Heiru,"Weld",{Part0 = Heiru,Part1 = dude:FindFirstChild("Head"),C1 = CFrame.new(-1.52587891e-05, -1.69999814, 1.29998398, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1848.  
  1849.  
  1850. 617.elseif hacho == 5 then
  1851.  
  1852.  
  1853. 618.Heiru = New("Part",dude,"Heiru",{Size = Vector3.new(0.400000006, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.4999847, 3.69998765, -42.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1854.  
  1855.  
  1856. 619.local HairMesh = New("SpecialMesh",Heiru,"Mesh",{Scale = Vector3.new(0.0450000018, 0.0450000018, 0.0450000018),MeshId = "rbxassetid://487000462",MeshType = Enum.MeshType.FileMesh,})
  1857.  
  1858.  
  1859. 620.local Werudo = New("ManualWeld",Heiru,"Weld",{Part0 = Heiru,Part1 = dude:FindFirstChild("Head"),C1 = CFrame.new(-7.62939453e-06, -0.799998999, 0.599994659, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1860.  
  1861.  
  1862. 621.elseif hacho == 6 then
  1863.  
  1864.  
  1865. 622.Heiru = New("Part",dude,"Heiru",{Size = Vector3.new(0.5, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.5499802, 3.29998803, -42.0000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1866.  
  1867.  
  1868. 623.local HairMesh = New("SpecialMesh",Heiru,"Mesh",{Scale = Vector3.new(0.0649999976, 0.0599999987, 0.0599999987),MeshId = "rbxassetid://437152207",MeshType = Enum.MeshType.FileMesh,})
  1869.  
  1870.  
  1871. 624.local Werudo = New("ManualWeld",Heiru,"Weld",{Part0 = Heiru,Part1 = dude:FindFirstChild("Head"),C1 = CFrame.new(0.049987793, -1.19999862, 3.81469727e-06, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1872.  
  1873.  
  1874. 625.end
  1875.  
  1876.  
  1877. 626.local haircol = {"Pink","Baby blue","Magenta","Brown","Black","Really black","White","CGA brown","Cool yellow"}
  1878.  
  1879.  
  1880. 627.Heiru.BrickColor = BrickColor.new(haircol[math.random(1,#haircol)])
  1881.  
  1882.  
  1883. 628.local ercho = math.random(1,8)
  1884.  
  1885.  
  1886. 629.if ercho == 1 then
  1887.  
  1888.  
  1889. 630.local EIRO = New("Part",dude,"EIRO",{FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.4999924, 4.59999943, -42.0000229, -1, -1.50263801e-10, 0, 1.50264662e-10, 0.999993861, -1.78813892e-07, 0, 1.78812812e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1890.  
  1891.  
  1892. 631.local Mesh = New("SpecialMesh",EIRO,"Mesh",{Scale = Vector3.new(1.04999995, 1, 1.04999995),MeshId = "rbxassetid://10871984",TextureId = "rbxassetid://10871968",MeshType = Enum.MeshType.FileMesh,})
  1893.  
  1894.  
  1895. 632.local Weld = New("ManualWeld",EIRO,"Weld",{Part0 = EIRO,Part1 = dude:FindFirstChild("Head"),C0 = CFrame.new(0, 0, 0, -1, 1.50264662e-10, 0, -1.50263801e-10, 0.999993861, 1.78812812e-07, 0, -1.78813892e-07, -1),C1 = CFrame.new(0, 0.100012779, -1.14440918e-05, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1896.  
  1897.  
  1898. 633.elseif ercho == 2 then
  1899.  
  1900.  
  1901. 634.local EIRO = New("Part",dude,"EIRO",{FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.4999924, 5.39999866, -42.0000229, -1, -1.50263801e-10, 0, 1.50264662e-10, 0.999993861, -1.78813892e-07, 0, 1.78812812e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1902.  
  1903.  
  1904. 635.local Mesh = New("SpecialMesh",EIRO,"Mesh",{MeshId = "rbxassetid://1072759",TextureId = "rbxassetid://1072760",MeshType = Enum.MeshType.FileMesh,})
  1905.  
  1906.  
  1907. 636.local Weld = New("ManualWeld",EIRO,"Weld",{Part0 = EIRO,Part1 = dude:FindFirstChild("Head"),C0 = CFrame.new(0, 0, 0, -1, 1.50264662e-10, 0, -1.50263801e-10, 0.999993861, 1.78812812e-07, 0, -1.78813892e-07, -1),C1 = CFrame.new(0, 0.900012016, -1.14440918e-05, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1908.  
  1909.  
  1910. 637.elseif ercho == 3 then
  1911.  
  1912.  
  1913. 638.local EIRO = New("Part",dude,"EIRO",{FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.5499954, 5.29999876, -42.0000229, -1, -1.50263801e-10, 0, 1.50264662e-10, 0.999993861, -1.78813892e-07, 0, 1.78812812e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1914.  
  1915.  
  1916. 639.local Mesh = New("SpecialMesh",EIRO,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),MeshId = "rbxassetid://1374148",TextureId = "rbxassetid://413143035",MeshType = Enum.MeshType.FileMesh,})
  1917.  
  1918.  
  1919. 640.local Weld = New("ManualWeld",EIRO,"Weld",{Part0 = EIRO,Part1 = dude:FindFirstChild("Head"),C0 = CFrame.new(0, 0, 0, -1, 1.50264662e-10, 0, -1.50263801e-10, 0.999993861, 1.78812812e-07, 0, -1.78813892e-07, -1),C1 = CFrame.new(0.0500030518, 0.800012112, -1.14440918e-05, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1920.  
  1921.  
  1922. 641.elseif ercho == 4 then
  1923.  
  1924.  
  1925. 642.local EIRO = New("Part",dude,"EIRO",{FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.4999924, 5.29999876, -42.0000229, -1, -1.50263801e-10, 0, 1.50264662e-10, 0.999993861, -1.78813892e-07, 0, 1.78812812e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1926.  
  1927.  
  1928. 643.local Mesh = New("SpecialMesh",EIRO,"Mesh",{Scale = Vector3.new(0.699999988, 0.5, 0.600000024),MeshId = "rbxassetid://361948302",TextureId = "rbxassetid://361948503",MeshType = Enum.MeshType.FileMesh,})
  1929.  
  1930.  
  1931. 644.local Weld = New("ManualWeld",EIRO,"Weld",{Part0 = EIRO,Part1 = dude:FindFirstChild("Head"),C0 = CFrame.new(0, 0, 0, -1, 1.50264662e-10, 0, -1.50263801e-10, 0.999993861, 1.78812812e-07, 0, -1.78813892e-07, -1),C1 = CFrame.new(0, 0.800012112, -1.14440918e-05, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1932.  
  1933.  
  1934. 645.elseif ercho == 5 then
  1935.  
  1936.  
  1937. 646.local EIRO = New("Part",dude,"EIRO",{FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.400000006),CFrame = CFrame.new(-78.4999924, 5.09999895, -42.0000229, -1, -1.50263801e-10, 0, 1.50264662e-10, 0.999993861, -1.78813892e-07, 0, 1.78812812e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  1938.  
  1939.  
  1940. 647.local Mesh = New("SpecialMesh",EIRO,"Mesh",{MeshId = "rbxassetid://1095510",TextureId = "rbxassetid://1095511",MeshType = Enum.MeshType.FileMesh,})
  1941.  
  1942.  
  1943. 648.local Weld = New("ManualWeld",EIRO,"Weld",{Part0 = EIRO,Part1 = dude:FindFirstChild("Head"),C0 = CFrame.new(0, 0, 0, -1, 1.50264662e-10, 0, -1.50263801e-10, 0.999993861, 1.78812812e-07, 0, -1.78813892e-07, -1),C1 = CFrame.new(0, 0.600012302, -1.14440918e-05, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1944.  
  1945.  
  1946. 649.end
  1947.  
  1948.  
  1949. 650.local oucho = math.random(1,6)
  1950.  
  1951.  
  1952. 651.local sh = Instance.new("Shirt",dude)
  1953.  
  1954.  
  1955. 652.local pn = Instance.new("Pants",dude)
  1956.  
  1957.  
  1958. 653.if oucho == 1 then
  1959.  
  1960.  
  1961. 654.pn.PantsTemplate = "rbxassetid://56903591"
  1962.  
  1963.  
  1964. 655.sh:Destroy()
  1965.  
  1966.  
  1967. 656.elseif oucho == 2 then
  1968.  
  1969.  
  1970. 657.sh.ShirtTemplate = "rbxassetid://242933637"
  1971.  
  1972.  
  1973. 658.pn.PantsTemplate = "rbxassetid://745334066"
  1974.  
  1975.  
  1976. 659.elseif oucho == 3 then
  1977.  
  1978.  
  1979. 660.sh.ShirtTemplate = "rbxassetid://1238151974"
  1980.  
  1981.  
  1982. 661.pn.PantsTemplate = "rbxassetid://1340645290"
  1983.  
  1984.  
  1985. 662.elseif oucho == 4 then
  1986.  
  1987.  
  1988. 663.sh.ShirtTemplate = "rbxassetid://583471131"
  1989.  
  1990.  
  1991. 664.pn.PantsTemplate = "rbxassetid://460147365"
  1992.  
  1993.  
  1994. 665.elseif oucho == 5 then
  1995.  
  1996.  
  1997. 666.pn.PantsTemplate = "rbxassetid://45541243"
  1998.  
  1999.  
  2000. 667.sh:Destroy()
  2001.  
  2002.  
  2003. 668.elseif oucho == 6 then
  2004.  
  2005.  
  2006. 669.pn.PantsTemplate = "rbxassetid://41162775"
  2007.  
  2008.  
  2009. 670.sh:Destroy()
  2010.  
  2011.  
  2012. 671.end
  2013.  
  2014.  
  2015. 672.Instance.new("Decal",dude:FindFirstChild("Head")).Texture = "rbxassetid://985062039"
  2016.  
  2017.  
  2018. 673.coroutine.wrap(function()
  2019.  
  2020.  
  2021. 674.swait(40)
  2022.  
  2023.  
  2024. 675.local naeeym2 = Instance.new("BillboardGui",dude)
  2025.  
  2026.  
  2027. 676.naeeym2.Size = UDim2.new(0,100,0,40)
  2028.  
  2029.  
  2030. 677.naeeym2.StudsOffset = Vector3.new(0,3,0)
  2031.  
  2032.  
  2033. 678.naeeym2.Adornee = dude:FindFirstChild("Head")
  2034.  
  2035.  
  2036. 679.naeeym2.Name = "TalkingBillBoard"
  2037.  
  2038.  
  2039. 680.local tecks2 = Instance.new("TextLabel",naeeym2)
  2040.  
  2041.  
  2042. 681.tecks2.BackgroundTransparency = 1
  2043.  
  2044.  
  2045. 682.tecks2.BorderSizePixel = 0
  2046.  
  2047.  
  2048. 683.tecks2.Text = "Trapped! In another sense.."
  2049.  
  2050.  
  2051. 684.tecks2.Font = "Cartoon"
  2052.  
  2053.  
  2054. 685.tecks2.TextSize = 24
  2055.  
  2056.  
  2057. 686.tecks2.TextStrokeTransparency = 0
  2058.  
  2059.  
  2060. 687.tecks2.TextColor3 = Color3.new(1,.6,.7)
  2061.  
  2062.  
  2063. 688.tecks2.TextStrokeColor3 = Color3.new(1,1,1)
  2064.  
  2065.  
  2066. 689.tecks2.Size = UDim2.new(1,0,0.5,0)
  2067.  
  2068.  
  2069. 690.swait(10)
  2070.  
  2071.  
  2072. 691.for i = 0,1,.05 do
  2073.  
  2074.  
  2075. 692.swait()
  2076.  
  2077.  
  2078. 693.tecks2.Position = tecks2.Position - UDim2.new(0,0,.005,0)
  2079.  
  2080.  
  2081. 694.tecks2.TextStrokeTransparency = i
  2082.  
  2083.  
  2084. 695.tecks2.TextTransparency = i
  2085.  
  2086.  
  2087. 696.end
  2088.  
  2089.  
  2090. 697.naeeym2:Destroy()
  2091.  
  2092.  
  2093. 698.end)()
  2094.  
  2095.  
  2096. 699.end)()
  2097.  
  2098.  
  2099. 700.end
  2100.  
  2101.  
  2102. 701.end
  2103.  
  2104.  
  2105. 702.
  2106.  
  2107.  
  2108. 703.function MagnitudeDmg(par,magni)
  2109.  
  2110.  
  2111. 704.for _, c in pairs(workspace:GetDescendants()) do
  2112.  
  2113.  
  2114. 705.local hum = c:FindFirstChildOfClass("Humanoid")
  2115.  
  2116.  
  2117. 706.if hum ~= nil and c:FindFirstChild("IsTeamMateOfCK")==nil then
  2118.  
  2119.  
  2120. 707.local head = GetDudesTorso(c)
  2121.  
  2122.  
  2123. 708.if head ~= nil then
  2124.  
  2125.  
  2126. 709.local targ = head.Position - par.Position
  2127.  
  2128.  
  2129. 710.local mag = targ.magnitude
  2130.  
  2131.  
  2132. 711.if magni >= mag and c ~= chara then
  2133.  
  2134.  
  2135. 712.Dmg(c)
  2136.  
  2137.  
  2138. 713.end
  2139.  
  2140.  
  2141. 714.end
  2142.  
  2143.  
  2144. 715.end
  2145.  
  2146.  
  2147. 716.end
  2148.  
  2149.  
  2150. 717.end
  2151.  
  2152.  
  2153. 718.
  2154.  
  2155.  
  2156. 719.local mus = Instance.new("Sound",Head)
  2157.  
  2158.  
  2159. 720.mus.Name = "mus"
  2160.  
  2161.  
  2162. 721.mus.SoundId = "rbxassetid://133276104"
  2163.  
  2164.  
  2165. 722.mus.Looped = true
  2166.  
  2167.  
  2168. 723.mus.Volume = 1
  2169.  
  2170.  
  2171. 724.mus:Play()
  2172.  
  2173.  
  2174. 725.
  2175.  
  2176.  
  2177. 726.zhold = false
  2178.  
  2179.  
  2180. 727.function shoot()
  2181.  
  2182.  
  2183. 728.attack = true
  2184.  
  2185.  
  2186. 729.for i=0,1,.3 do
  2187.  
  2188.  
  2189. 730.swait()
  2190.  
  2191.  
  2192. 731.PlayAnimationFromTable({
  2193.  
  2194.  
  2195. 732.CFrame.new(0, 0, 0, 0.64278698, 0, -0.766044974, 0, 1, 0, 0.766044974, 0, 0.64278698),
  2196.  
  2197.  
  2198. 733.CFrame.new(0.0823832005, 1.55974865, -0.0981806219, 0.604022264, 0.219845936, 0.766044974, -0.342019916, 0.939692736, 0, -0.719846904, -0.262002617, 0.64278698),
  2199.  
  2200.  
  2201. 734.CFrame.new(1.02804303, 0.5, -0.52656126, 0.64278698, 0.766044974, 0, 0, 0, -1, -0.766044974, 0.64278698, 0),
  2202.  
  2203.  
  2204. 735.CFrame.new(-1.28728318, 0.203263342, -0.756378591, 0.875030518, -0.0895627737, 0.475710154, 0.480547935, 0.0424276218, -0.875941575, 0.0582684875, 0.995077074, 0.0801646709),
  2205.  
  2206.  
  2207. 736.CFrame.new(0.499997735, -1.99999893, -1.11758709e-06, 0.866025209, 0, -0.500000298, 0, 1, 0, 0.500000298, 0, 0.866025209),
  2208.  
  2209.  
  2210. 737.CFrame.new(-0.500001431, -1.99999893, -9.983778e-07, 0.766043782, 0, 0.64278847, 0, 1, 0, -0.64278847, 0, 0.766043782),
  2211.  
  2212.  
  2213. 738.}, .4, false)
  2214.  
  2215.  
  2216. 739.end
  2217.  
  2218.  
  2219. 740.Humanoid.WalkSpeed = 2
  2220.  
  2221.  
  2222. 741.local ref = Instance.new("Part",chara)
  2223.  
  2224.  
  2225. 742.ref.Size = Vector3.new(0,0,0)
  2226.  
  2227.  
  2228. 743.ref.Anchored = true
  2229.  
  2230.  
  2231. 744.ref.CanCollide = false
  2232.  
  2233.  
  2234. 745.ref.Transparency = 1
  2235.  
  2236.  
  2237. 746.repeat
  2238.  
  2239.  
  2240. 747.so(1145251796,ShotPt,math.random(95,105)/100,3)
  2241.  
  2242.  
  2243. 748.ref.CFrame = Mouse.Hit
  2244.  
  2245.  
  2246. 749.MagnitudeDmg(ref,2)
  2247.  
  2248.  
  2249. 750.Effects.Block(ShotPt.CFrame,Vector3.new(1,1,1),Vector3.new(),Vector3.new(.2,.2,.2),"Neon","Pink",true,false,.1)
  2250.  
  2251.  
  2252. 751.Effects.Block(CFrame.new((ShotPt.Position + Mouse.Hit.p)/2,Mouse.Hit.p),Vector3.new(1,1,(ShotPt.Position - Mouse.Hit.p).magnitude),Vector3.new(.2,.2,1),Vector3.new(.1,.1,0),"Neon","Pink",false,false,.1)
  2253.  
  2254.  
  2255. 752.Effects.Block(Mouse.Hit,Vector3.new(1,1,1),Vector3.new(),Vector3.new(.2,.2,.2),"Neon","Pink",true,false,.1)
  2256.  
  2257.  
  2258. 753.for i=0,1,.5 do
  2259.  
  2260.  
  2261. 754.swait()
  2262.  
  2263.  
  2264. 755.PlayAnimationFromTable({
  2265.  
  2266.  
  2267. 756.CFrame.new(2.25380063e-06, 0, 0.100001052, 0.64278698, 0, -0.766044974, 0, 1, 0, 0.766044974, 0, 0.64278698),
  2268.  
  2269.  
  2270. 757.CFrame.new(0.0823859125, 1.55974913, -0.0981838703, 0.604022264, 0.219845936, 0.766044974, -0.342019916, 0.939692736, 0, -0.719846904, -0.262002617, 0.64278698),
  2271.  
  2272.  
  2273. 758.CFrame.new(1.25785875, 0.5, -0.333723217, 0.64278698, 0.766044974, 0, 0, 0, -1, -0.766044974, 0.64278698, 0),
  2274.  
  2275.  
  2276. 759.CFrame.new(-1.05747044, 0.203263938, -0.563540041, 0.875030518, -0.0895627737, 0.475710154, 0.480547935, 0.0424276218, -0.875941575, 0.0582684875, 0.995077074, 0.0801646709),
  2277.  
  2278.  
  2279. 760.CFrame.new(0.423390329, -1.99999893, -0.0642812699, 0.866025209, 0, -0.500000298, 0, 1, 0, 0.500000298, 0, 0.866025209),
  2280.  
  2281.  
  2282. 761.CFrame.new(-0.57660532, -1.99999893, -0.0642794371, 0.766043782, 0, 0.64278847, 0, 1, 0, -0.64278847, 0, 0.766043782),
  2283.  
  2284.  
  2285. 762.}, .4, false)
  2286.  
  2287.  
  2288. 763.end
  2289.  
  2290.  
  2291. 764.for i=0,1,.5 do
  2292.  
  2293.  
  2294. 765.swait()
  2295.  
  2296.  
  2297. 766.PlayAnimationFromTable({
  2298.  
  2299.  
  2300. 767.CFrame.new(0, 0, 0, 0.64278698, 0, -0.766044974, 0, 1, 0, 0.766044974, 0, 0.64278698),
  2301.  
  2302.  
  2303. 768.CFrame.new(0.0823832005, 1.55974865, -0.0981806219, 0.604022264, 0.219845936, 0.766044974, -0.342019916, 0.939692736, 0, -0.719846904, -0.262002617, 0.64278698),
  2304.  
  2305.  
  2306. 769.CFrame.new(1.02804303, 0.5, -0.52656126, 0.64278698, 0.766044974, 0, 0, 0, -1, -0.766044974, 0.64278698, 0),
  2307.  
  2308.  
  2309. 770.CFrame.new(-1.28728318, 0.203263342, -0.756378591, 0.875030518, -0.0895627737, 0.475710154, 0.480547935, 0.0424276218, -0.875941575, 0.0582684875, 0.995077074, 0.0801646709),
  2310.  
  2311.  
  2312. 771.CFrame.new(0.499997735, -1.99999893, -1.11758709e-06, 0.866025209, 0, -0.500000298, 0, 1, 0, 0.500000298, 0, 0.866025209),
  2313.  
  2314.  
  2315. 772.CFrame.new(-0.500001431, -1.99999893, -9.983778e-07, 0.766043782, 0, 0.64278847, 0, 1, 0, -0.64278847, 0, 0.766043782),
  2316.  
  2317.  
  2318. 773.}, .4, false)
  2319.  
  2320.  
  2321. 774.end
  2322.  
  2323.  
  2324. 775.until zhold == false
  2325.  
  2326.  
  2327. 776.ref:Destroy()
  2328.  
  2329.  
  2330. 777.Humanoid.WalkSpeed = 16
  2331.  
  2332.  
  2333. 778.attack = false
  2334.  
  2335.  
  2336. 779.end
  2337.  
  2338.  
  2339. 780.
  2340.  
  2341.  
  2342. 781.function doge()
  2343.  
  2344.  
  2345. 782.attack = true
  2346.  
  2347.  
  2348. 783.Humanoid.WalkSpeed = 0
  2349.  
  2350.  
  2351. 784.so(536642316,Torso,1,1)
  2352.  
  2353.  
  2354. 785.local bodyvel = Instance.new("BodyVelocity",RootPart)
  2355.  
  2356.  
  2357. 786.local pep = 10000000
  2358.  
  2359.  
  2360. 787.bodyvel.P = pep
  2361.  
  2362.  
  2363. 788.bodyvel.MaxForce = Vector3.new(pep,pep,pep)
  2364.  
  2365.  
  2366. 789.bodyvel.Velocity = RootPart.CFrame.lookVector*50
  2367.  
  2368.  
  2369. 790.for i=0,1,.2 do
  2370.  
  2371.  
  2372. 791.swait()
  2373.  
  2374.  
  2375. 792.PlayAnimationFromTable({
  2376.  
  2377.  
  2378. 793.CFrame.new(0, -0.413182259, -0.492409885, 1, 0, 0, 0, 0.173647001, 0.984807968, 0, -0.984807968, 0.173647001),
  2379.  
  2380.  
  2381. 794.CFrame.new(0, 1.39017391, 0.409808099, 1, 0, 0, 0, 0.499998748, -0.866026163, 0, 0.866026163, 0.499998748),
  2382.  
  2383.  
  2384. 795.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  2385.  
  2386.  
  2387. 796.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  2388.  
  2389.  
  2390. 797.CFrame.new(0.5, -2, -2.86102295e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2391.  
  2392.  
  2393. 798.CFrame.new(-0.5, -2, -2.86102295e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2394.  
  2395.  
  2396. 799.}, .4, false)
  2397.  
  2398.  
  2399. 800.bodyvel.Velocity = RootPart.CFrame.lookVector*50
  2400.  
  2401.  
  2402. 801.end
  2403.  
  2404.  
  2405. 802.for i=0,1,.2 do
  2406.  
  2407.  
  2408. 803.swait()
  2409.  
  2410.  
  2411. 804.PlayAnimationFromTable({
  2412.  
  2413.  
  2414. 805.CFrame.new(0, -1.30470812, -0.622091293, 1, 0, 0, 0, -0.866025984, 0.499998987, 0, -0.499998987, -0.866025984),
  2415.  
  2416.  
  2417. 806.CFrame.new(0, 1.47984993, -0.230206192, 1, 0, 0, 0, 0.939693034, 0.34201926, 0, -0.34201926, 0.939693034),
  2418.  
  2419.  
  2420. 807.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  2421.  
  2422.  
  2423. 808.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  2424.  
  2425.  
  2426. 809.CFrame.new(0.5, -1.19999313, -0.600002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2427.  
  2428.  
  2429. 810.CFrame.new(-0.5, -1.19999313, -0.600002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2430.  
  2431.  
  2432. 811.}, .4, false)
  2433.  
  2434.  
  2435. 812.bodyvel.Velocity = RootPart.CFrame.lookVector*50
  2436.  
  2437.  
  2438. 813.end
  2439.  
  2440.  
  2441. 814.for i=0,1,.2 do
  2442.  
  2443.  
  2444. 815.swait()
  2445.  
  2446.  
  2447. 816.PlayAnimationFromTable({
  2448.  
  2449.  
  2450. 817.CFrame.new(0, -2.22375727, 0.305265486, 1, 0, 0, 0, 0.500000238, -0.866025388, 0, 0.866025388, 0.500000238),
  2451.  
  2452.  
  2453. 818.CFrame.new(0, 1.35128808, -0.383415997, 1, 0, 0, 0, 0.766043901, 0.642788529, 0, -0.64278847, 0.766043901),
  2454.  
  2455.  
  2456. 819.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  2457.  
  2458.  
  2459. 820.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  2460.  
  2461.  
  2462. 821.CFrame.new(0.5, -1.19999337, -0.599998593, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024),
  2463.  
  2464.  
  2465. 822.CFrame.new(-0.500003815, -1.35979521, -0.923200667, 1, 0, 0, 0, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388),
  2466.  
  2467.  
  2468. 823.}, .4, false)
  2469.  
  2470.  
  2471. 824.bodyvel.Velocity = RootPart.CFrame.lookVector*50
  2472.  
  2473.  
  2474. 825.end
  2475.  
  2476.  
  2477. 826.bodyvel:Destroy()
  2478.  
  2479.  
  2480. 827.Humanoid.WalkSpeed = 16
  2481.  
  2482.  
  2483. 828.attack = false
  2484.  
  2485.  
  2486. 829.end
  2487.  
  2488.  
  2489. 830.
  2490.  
  2491.  
  2492. 831.function bdoge()
  2493.  
  2494.  
  2495. 832.attack = true
  2496.  
  2497.  
  2498. 833.Humanoid.WalkSpeed = 0
  2499.  
  2500.  
  2501. 834.so(536642316,Torso,1,1)
  2502.  
  2503.  
  2504. 835.local bodyvel = Instance.new("BodyVelocity",RootPart)
  2505.  
  2506.  
  2507. 836.local pep = 10000000
  2508.  
  2509.  
  2510. 837.bodyvel.P = pep
  2511.  
  2512.  
  2513. 838.bodyvel.MaxForce = Vector3.new(pep,pep,pep)
  2514.  
  2515.  
  2516. 839.bodyvel.Velocity = RootPart.CFrame.lookVector*-50
  2517.  
  2518.  
  2519. 840.for i=0,1,.2 do
  2520.  
  2521.  
  2522. 841.swait()
  2523.  
  2524.  
  2525. 842.PlayAnimationFromTable({
  2526.  
  2527.  
  2528. 843.CFrame.new(0, -2.22375727, 0.305265486, 1, 0, 0, 0, 0.500000238, -0.866025388, 0, 0.866025388, 0.500000238),
  2529.  
  2530.  
  2531. 844.CFrame.new(0, 1.35128808, -0.383415997, 1, 0, 0, 0, 0.766043901, 0.642788529, 0, -0.64278847, 0.766043901),
  2532.  
  2533.  
  2534. 845.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  2535.  
  2536.  
  2537. 846.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  2538.  
  2539.  
  2540. 847.CFrame.new(0.5, -1.19999337, -0.599998593, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024),
  2541.  
  2542.  
  2543. 848.CFrame.new(-0.500003815, -1.35979521, -0.923200667, 1, 0, 0, 0, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388),
  2544.  
  2545.  
  2546. 849.}, .4, false)
  2547.  
  2548.  
  2549. 850.bodyvel.Velocity = RootPart.CFrame.lookVector*-50
  2550.  
  2551.  
  2552. 851.end
  2553.  
  2554.  
  2555. 852.for i=0,1,.2 do
  2556.  
  2557.  
  2558. 853.swait()
  2559.  
  2560.  
  2561. 854.PlayAnimationFromTable({
  2562.  
  2563.  
  2564. 855.CFrame.new(0, -1.30470812, -0.622091293, 1, 0, 0, 0, -0.866025984, 0.499998987, 0, -0.499998987, -0.866025984),
  2565.  
  2566.  
  2567. 856.CFrame.new(0, 1.47984993, -0.230206192, 1, 0, 0, 0, 0.939693034, 0.34201926, 0, -0.34201926, 0.939693034),
  2568.  
  2569.  
  2570. 857.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  2571.  
  2572.  
  2573. 858.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  2574.  
  2575.  
  2576. 859.CFrame.new(0.5, -1.19999313, -0.600002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2577.  
  2578.  
  2579. 860.CFrame.new(-0.5, -1.19999313, -0.600002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2580.  
  2581.  
  2582. 861.}, .4, false)
  2583.  
  2584.  
  2585. 862.bodyvel.Velocity = RootPart.CFrame.lookVector*-50
  2586.  
  2587.  
  2588. 863.end
  2589.  
  2590.  
  2591. 864.bodyvel:Destroy()
  2592.  
  2593.  
  2594. 865.Humanoid.WalkSpeed = 16
  2595.  
  2596.  
  2597. 866.attack = false
  2598.  
  2599.  
  2600. 867.end
  2601.  
  2602.  
  2603. 868.
  2604.  
  2605.  
  2606. 869.function adoge()
  2607.  
  2608.  
  2609. 870.attack = true
  2610.  
  2611.  
  2612. 871.Humanoid.WalkSpeed = 0
  2613.  
  2614.  
  2615. 872.so(536642316,Torso,1,1)
  2616.  
  2617.  
  2618. 873.Effects.Wave(RootPart.CFrame*CFrame.Angles(math.rad(90),0,0),Vector3.new(),Vector3.new(1,.1,1),"White",math.random(-10,10),false,.1)
  2619.  
  2620.  
  2621. 874.BodyVel(RootPart,RootPart.CFrame.lookVector*50)
  2622.  
  2623.  
  2624. 875.for i=0,1,.1 do
  2625.  
  2626.  
  2627. 876.swait()
  2628.  
  2629.  
  2630. 877.PlayAnimationFromTable({
  2631.  
  2632.  
  2633. 878.CFrame.new(0, -0.095761165, -0.251516223, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736),
  2634.  
  2635.  
  2636. 879.CFrame.new(0, 1.43075883, 0.149916381, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736),
  2637.  
  2638.  
  2639. 880.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  2640.  
  2641.  
  2642. 881.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  2643.  
  2644.  
  2645. 882.CFrame.new(0.5, -1.96527231, 0.196966231, 1, 0, 0, 0, 0.984807789, 0.173648685, 0, -0.173648715, 0.984807789),
  2646.  
  2647.  
  2648. 883.CFrame.new(-0.5, -1.43618584, -0.205210268, 1, 0, 0, 0, 0.939692438, 0.342020929, 0, -0.342020959, 0.939692438),
  2649.  
  2650.  
  2651. 884.}, .4, false)
  2652.  
  2653.  
  2654. 885.end
  2655.  
  2656.  
  2657. 886.Humanoid.WalkSpeed = 16
  2658.  
  2659.  
  2660. 887.attack = false
  2661.  
  2662.  
  2663. 888.end
  2664.  
  2665.  
  2666. 889.
  2667.  
  2668.  
  2669. 890.function badoge()
  2670.  
  2671.  
  2672. 891.attack = true
  2673.  
  2674.  
  2675. 892.Humanoid.WalkSpeed = 0
  2676.  
  2677.  
  2678. 893.so(536642316,Torso,1,1)
  2679.  
  2680.  
  2681. 894.Effects.Wave(RootPart.CFrame*CFrame.Angles(math.rad(-90),0,0),Vector3.new(),Vector3.new(1,.1,1),"White",math.random(-10,10),false,.1)
  2682.  
  2683.  
  2684. 895.BodyVel(RootPart,RootPart.CFrame.lookVector*-50)
  2685.  
  2686.  
  2687. 896.for i=0,1,.1 do
  2688.  
  2689.  
  2690. 897.swait()
  2691.  
  2692.  
  2693. 898.PlayAnimationFromTable({
  2694.  
  2695.  
  2696. 899.CFrame.new(0, -0.210508779, 0.312937856, 1, 0, 0, 0, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388),
  2697.  
  2698.  
  2699. 900.CFrame.new(0, 1.4075644, -0.288293391, 1, 0, 0, 0, 0.866025388, 0.500000238, 0, -0.500000238, 0.866025388),
  2700.  
  2701.  
  2702. 901.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  2703.  
  2704.  
  2705. 902.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  2706.  
  2707.  
  2708. 903.CFrame.new(0.5, -1.9652698, 0.196958005, 1, 0, 0, 0, 0.984807789, 0.173648715, 0, -0.173648685, 0.984807789),
  2709.  
  2710.  
  2711. 904.CFrame.new(-0.5, -1.43618536, -0.205215126, 1, 0, 0, 0, 0.939692676, 0.342020601, 0, -0.342020601, 0.939692676),
  2712.  
  2713.  
  2714. 905.}, .4, false)
  2715.  
  2716.  
  2717. 906.end
  2718.  
  2719.  
  2720. 907.Humanoid.WalkSpeed = 16
  2721.  
  2722.  
  2723. 908.attack = false
  2724.  
  2725.  
  2726. 909.end
  2727.  
  2728.  
  2729. 910.
  2730.  
  2731.  
  2732. 911.Mouse.Button1Down:connect(function()
  2733.  
  2734.  
  2735. 912.if attack == false then
  2736.  
  2737.  
  2738. 913.zhold = true
  2739.  
  2740.  
  2741. 914.shoot()
  2742.  
  2743.  
  2744. 915.end
  2745.  
  2746.  
  2747. 916.end)
  2748.  
  2749.  
  2750. 917.
  2751.  
  2752.  
  2753. 918.Mouse.Button1Up:connect(function()
  2754.  
  2755.  
  2756. 919.zhold = false
  2757.  
  2758.  
  2759. 920.end)
  2760.  
  2761.  
  2762. 921.
  2763.  
  2764.  
  2765. 922.local sprintt = 0
  2766.  
  2767.  
  2768. 923.Mouse.KeyDown:connect(function(k)
  2769.  
  2770.  
  2771. 924.k = k:lower()
  2772.  
  2773.  
  2774. 925.if k=='m' then
  2775.  
  2776.  
  2777. 926.if mus.IsPlaying == true then
  2778.  
  2779.  
  2780. 927.mus:Stop()
  2781.  
  2782.  
  2783. 928.elseif mus.IsPaused == true then
  2784.  
  2785.  
  2786. 929.mus:Play()
  2787.  
  2788.  
  2789. 930.end
  2790.  
  2791.  
  2792. 931.end
  2793.  
  2794.  
  2795. 932.if attack == false then
  2796.  
  2797.  
  2798. 933.if k == 'q' then
  2799.  
  2800.  
  2801. 934.if Anim == "Fall" or Anim == "Jump" then
  2802.  
  2803.  
  2804. 935.badoge()
  2805.  
  2806.  
  2807. 936.else
  2808.  
  2809.  
  2810. 937.bdoge()
  2811.  
  2812.  
  2813. 938.end
  2814.  
  2815.  
  2816. 939.elseif k == 'e' then
  2817.  
  2818.  
  2819. 940.if Anim == "Fall" or Anim == "Jump" then
  2820.  
  2821.  
  2822. 941.adoge()
  2823.  
  2824.  
  2825. 942.else
  2826.  
  2827.  
  2828. 943.doge()
  2829.  
  2830.  
  2831. 944.end
  2832.  
  2833.  
  2834. 945.end
  2835.  
  2836.  
  2837. 946.end
  2838.  
  2839.  
  2840. 947.end)
  2841.  
  2842.  
  2843. 948.
  2844.  
  2845.  
  2846. 949.Mouse.KeyUp:connect(function(k)
  2847.  
  2848.  
  2849. 950.k = k:lower()
  2850.  
  2851.  
  2852. 951.if k == 'z' then
  2853.  
  2854.  
  2855. 952.zhold = false
  2856.  
  2857.  
  2858. 953.end
  2859.  
  2860.  
  2861. 954.end)
  2862.  
  2863.  
  2864. 955.
  2865.  
  2866.  
  2867. 956.coroutine.wrap(function()
  2868.  
  2869.  
  2870. 957.while 1 do
  2871.  
  2872.  
  2873. 958.swait()
  2874.  
  2875.  
  2876. 959.if doe <= 360 then
  2877.  
  2878.  
  2879. 960.doe = doe + 2
  2880.  
  2881.  
  2882. 961.else
  2883.  
  2884.  
  2885. 962.doe = 0
  2886.  
  2887.  
  2888. 963.end
  2889.  
  2890.  
  2891. 964.end
  2892.  
  2893.  
  2894. 965.end)()
  2895.  
  2896.  
  2897. 966.while true do
  2898.  
  2899.  
  2900. 967.swait()
  2901.  
  2902.  
  2903. 968.while true do
  2904.  
  2905.  
  2906. 969.swait()
  2907.  
  2908.  
  2909. 970.if Head:FindFirstChild("mus")==nil then
  2910.  
  2911.  
  2912. 971.mus = Instance.new("Sound",Head)
  2913.  
  2914.  
  2915. 972.mus.Name = "mus"
  2916.  
  2917.  
  2918. 973.mus.SoundId = "rbxassetid://1131624146"
  2919.  
  2920.  
  2921. 974.mus.Looped = true
  2922.  
  2923.  
  2924. 975.mus.Volume = 1
  2925.  
  2926.  
  2927. 976.mus:Play()
  2928.  
  2929.  
  2930. 977.end
  2931.  
  2932.  
  2933. 978.if sprintt >= 1 then
  2934.  
  2935.  
  2936. 979.sprintt = sprintt - 1
  2937.  
  2938.  
  2939. 980.end
  2940.  
  2941.  
  2942. 981.Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2943.  
  2944.  
  2945. 982.velocity = RootPart.Velocity.y
  2946.  
  2947.  
  2948. 983.sine = sine + change
  2949.  
  2950.  
  2951. 984.local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, chara)
  2952.  
  2953.  
  2954. 985.if RootPart.Velocity.y > 1 and hit == nil then
  2955.  
  2956.  
  2957. 986.Anim = "Jump"
  2958.  
  2959.  
  2960. 987.if attack == false then
  2961.  
  2962.  
  2963. 988.PlayAnimationFromTable({
  2964.  
  2965.  
  2966. 989.CFrame.new(0, 0.0382082276, -0.0403150208, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),
  2967.  
  2968.  
  2969. 990.CFrame.new(0, 1.46579528, 0.0939689279, 1, 0, 0, 0, 0.939692855, -0.342019796, 0, 0.342019796, 0.939692855),
  2970.  
  2971.  
  2972. 991.CFrame.new(1.20945489, -0.213504896, 3.55388607e-07, 0.939692736, 0.342019916, 1.53461215e-07, -0.342019945, 0.939692736, 1.93715096e-07, -8.56816769e-08, -2.23517418e-07, 1.00000012),
  2973.  
  2974.  
  2975. 992.CFrame.new(-1.20945573, -0.213503733, 5.0439985e-07, 0.939692736, -0.342019916, -1.53461215e-07, 0.342019945, 0.939692736, 1.93715096e-07, 8.56816769e-08, -2.23517418e-07, 1.00000012),
  2976.  
  2977.  
  2978. 993.CFrame.new(0.5, -1.99739456, -0.0180913229, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012),
  2979.  
  2980.  
  2981. 994.CFrame.new(-0.5, -1.30000103, -0.39999947, 1, 0, 0, 0, 0.939692676, 0.342020601, 0, -0.342020601, 0.939692676),
  2982.  
  2983.  
  2984. 995.}, .3, false)
  2985.  
  2986.  
  2987. 996.end
  2988.  
  2989.  
  2990. 997.elseif RootPart.Velocity.y < -1 and hit == nil then
  2991.  
  2992.  
  2993. 998.Anim = "Fall"
  2994.  
  2995.  
  2996. 999.if attack == false then
  2997.  
  2998.  
  2999. 1000.PlayAnimationFromTable({
  3000.  
  3001.  
  3002. 1001.CFrame.new(0, -0.0646628663, 0.0399149321, 1, 0, 0, 0, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849),
  3003.  
  3004.  
  3005. 1002.CFrame.new(0, 1.4913609, -0.128171027, 1, 0, 0, 0, 0.939692855, 0.342019796, 0, -0.342019796, 0.939692855),
  3006.  
  3007.  
  3008. 1003.CFrame.new(1.55285025, 0.466259956, -9.26282269e-08, 0.766043842, -0.642788351, -6.46188241e-08, 0.642788291, 0.766043961, -7.4505806e-08, 1.04308128e-07, 1.49011612e-08, 1.00000012),
  3009.  
  3010.  
  3011. 1004.CFrame.new(-1.5605253, 0.475036323, -2.10609159e-07, 0.766043842, 0.642788351, 6.46188241e-08, -0.642788291, 0.766043961, -7.4505806e-08, -1.04308128e-07, 1.49011612e-08, 1.00000012),
  3012.  
  3013.  
  3014. 1005.CFrame.new(0.500000954, -1.9973948, -0.0180922765, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012),
  3015.  
  3016.  
  3017. 1006.CFrame.new(-0.499999046, -1.30000043, -0.400000483, 1, 0, 0, 0, 0.939692855, 0.342019796, 0, -0.342019796, 0.939692855),
  3018.  
  3019.  
  3020. 1007.}, .3, false)
  3021.  
  3022.  
  3023. 1008.end
  3024.  
  3025.  
  3026. 1009.elseif Torsovelocity < 1 and hit ~= nil then
  3027.  
  3028.  
  3029. 1010.Anim = "Idle"
  3030.  
  3031.  
  3032. 1011.if attack == false then
  3033.  
  3034.  
  3035. 1012.change = 1
  3036.  
  3037.  
  3038. 1013.PlayAnimationFromTable({
  3039.  
  3040.  
  3041. 1014.CFrame.new(-0.0769465268, -7.7815578e-08, -0.031559173, 0.939695537, 1.01607293e-06, 0.342021346, 7.9855522e-07, 1.00000191, 5.12654879e-07, -0.342019558, 2.16066837e-07, 0.939692855) * CFrame.new(0,.05 * math.cos((sine)/10), 0),
  3042.  
  3043.  
  3044. 1015.CFrame.new(0.0615186803, 1.4999913, 0.0559706129, 0.939695537, 7.9855522e-07, -0.342019558, 1.01607293e-06, 1.00000191, 2.16066837e-07, 0.342021346, 5.12654879e-07, 0.939692855),
  3045.  
  3046.  
  3047. 1016.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  3048.  
  3049.  
  3050. 1017.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  3051.  
  3052.  
  3053. 1018.CFrame.new(0.500003159, -2.00000715, -1.98185444e-06, 0.939692736, 0, -0.342019916, 0, 1, 0, 0.342019886, 0, 0.939692736) * CFrame.new(0,-.05 * math.cos((sine)/10), 0),
  3054.  
  3055.  
  3056. 1019.CFrame.new(-0.500018835, -2.0000062, 2.08616257e-07, 0.939692438, 0, 0.342020929, 0, 1, 0, -0.342020959, 0, 0.939692438) * CFrame.new(0,-.05 * math.cos((sine)/10), 0),
  3057.  
  3058.  
  3059. 1020.}, .3, false)
  3060.  
  3061.  
  3062. 1021.end
  3063.  
  3064.  
  3065. 1022.elseif Torsovelocity > 2 and hit ~= nil then
  3066.  
  3067.  
  3068. 1023.Anim = "Walk"
  3069.  
  3070.  
  3071. 1024.if attack == false then
  3072.  
  3073.  
  3074. 1025.Humanoid.WalkSpeed = 16
  3075.  
  3076.  
  3077. 1026.PlayAnimationFromTable({
  3078.  
  3079.  
  3080. 1027.CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0- .08 * math.cos((sine) / 2.5), 0) * CFrame.Angles(0, 0, 0),
  3081.  
  3082.  
  3083. 1028.CFrame.new(0, 1.48263013, -0.0984808952, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849),
  3084.  
  3085.  
  3086. 1029.CFrame.new(0.858022809, 0.339910388, -0.78796947, 0.296197057, 0.813798428, 0.499999553, 0.171009049, 0.469846249, -0.866025627, -0.939693213, 0.342018723, 1.7801861e-07),
  3087.  
  3088.  
  3089. 1030.CFrame.new(-1.12680423, -0.351213962, -0.287614167, 0.0669000372, 0.109107949, 0.991776109, 0.843825459, 0.52423954, -0.114593051, -0.532431304, 0.844552159, -0.05699642),
  3090.  
  3091.  
  3092. 1031.CFrame.new(0.540300786, -1.99793816, -9.82598067e-07, 0.998698533, -0.0510031395, 6.36324955e-07, 0.0510031395, 0.998698533, -1.00461093e-05, -8.35937328e-08, 1.08393433e-05, 1.00000024) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 5)) * CFrame.Angles(math.rad(0 - 30 * math.cos((sine) / 5)), 0, 0),
  3093.  
  3094.  
  3095. 1032.CFrame.new(-0.539563596, -1.99794078, 1.12228372e-06, 0.998635888, 0.0523072146, -1.77852357e-07, -0.0523072146, 0.998635888, -1.00715051e-05, -3.89727461e-07, 1.08406466e-05, 1.00000024) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 5)) * CFrame.Angles(math.rad(0 + 30 * math.cos((sine) / 5)), 0, 0),
  3096.  
  3097.  
  3098. 1033.}, .3, false)
  3099.  
  3100.  
  3101. 1034.end
  3102.  
  3103.  
  3104. 1035.end
  3105.  
  3106.  
  3107. 1036.end
  3108.  
  3109.  
  3110. 1037.end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement