Gaara Neon


SUBMITTED BY: Pamlau

DATE: March 8, 2017, 10:33 a.m.

FORMAT: Lua

SIZE: 19.5 kB

HITS: 325

  1. wait()
  2. KillingSand = true
  3. local PColor,SColor = 'Pearl','Bright red';
  4. local SandColor = 'Crimson';
  5. local Plr = game.Players.LocalPlayer
  6. Char = Plr.Character
  7. local Mouse = Plr:GetMouse()
  8. local torso = Char:WaitForChild'Torso'
  9. local rarm = Char:WaitForChild'Right Arm'
  10. local larm = Char:WaitForChild'Left Arm'
  11. local rleg = Char:WaitForChild'Right Leg'
  12. local lleg = Char:WaitForChild'Left Leg'
  13. local root = Char:WaitForChild'HumanoidRootPart'
  14. local hed = Char:WaitForChild'Head'
  15. local hum = Char:WaitForChild('Humanoid')
  16. hum.Died:connect(function()
  17. KillingSand = false
  18. local Pos = torso.CFrame
  19. local DP = Instance.new('Part',Char)
  20. DP.Anchored = true
  21. DP.CFrame = CFrame.new(Pos.p) * CFrame.new(0,-3.15,0)
  22. DP.Transparency = .35
  23. DP.BrickColor = BrickColor.new(SandColor)
  24. local MFP = Instance.new('CylinderMesh',DP)
  25. MFP.Scale = Vector3.new(2,.5,2)
  26. local DP2 = Instance.new('Part',Char)
  27. DP2.Anchored = true
  28. DP2.CFrame = CFrame.new(Pos.p) * CFrame.new(0,-3.15,0)
  29. DP2.Transparency = .35
  30. DP2.BrickColor = BrickColor.new(SandColor)
  31. local MFP2 = Instance.new('CylinderMesh',DP2)
  32. MFP2.Scale = Vector3.new(2,.5,2)
  33. local DP3 = Instance.new('Part',Char)
  34. DP3.Anchored = true
  35. DP3.CFrame = CFrame.new(Pos.p) * CFrame.new(0,-3.15,0)
  36. DP3.Transparency = .35
  37. DP3.BrickColor = BrickColor.new(SandColor)
  38. local MFP3 = Instance.new('CylinderMesh',DP3)
  39. MFP3.Scale = Vector3.new(2,.5,2)
  40. local Div = 1.8
  41. spawn(function()
  42. local C = 80/Div
  43. for I = 1,C do
  44. MFP.Scale = MFP.Scale + Vector3.new(.35,0,.35)
  45. game:FindService'RunService'.RenderStepped:wait()
  46. end;
  47. end)
  48. spawn(function()
  49. local C = 50/Div
  50. for I = 1,C do
  51. MFP2.Scale = MFP2.Scale + Vector3.new(.35,0,.35)
  52. game:FindService'RunService'.RenderStepped:wait()
  53. end;
  54. end)
  55. spawn(function()
  56. local C = 25/Div
  57. for I = 1,C do
  58. MFP3.Scale = MFP3.Scale + Vector3.new(.35,0,.35)
  59. game:FindService'RunService'.RenderStepped:wait()
  60. end;
  61. end)
  62. end)
  63. NSound = function(Parent, Id)
  64. local Sound = Instance.new('Sound',Parent or workspace)
  65. Sound.Name = 'Sound_'..(tostring(Id) or 0)
  66. Sound.SoundId = 'rbxassetid://'..(tostring(Id) or 0)
  67. return Sound
  68. end
  69. Ang = function(C1,C2,C3)
  70. return CFrame.Angles(math.rad(C1),math.rad(C2),math.rad(C3))
  71. end;
  72. Euler = function(C1,C2,C3)
  73. return CFrame.fromEulerAnglesXYZ(math.rad(C1),math.rad(C2),math.rad(C3))
  74. end;
  75. NWeld = function(P0, P1, CFStuff)
  76. local Weld = Instance.new('Weld',P0)
  77. Weld.Part0 = P0
  78. Weld.Part1 = P1
  79. Weld.Name = tostring(P0)..'to'..tostring(P1.Name)
  80. Weld.C1 = CFStuff
  81. return Weld
  82. end
  83. New = function(Object, Parent, Name, Data)
  84. local Object = Instance.new(Object)
  85. if Object:IsA'Part' then
  86. Object.CanCollide = false
  87. print(tostring(Name)..': Loaded')
  88. game:FindService'Lighting'.Outlines = false
  89. end;
  90. spawn(function()
  91. for Index, Value in pairs(Data or {}) do
  92. Object[Index] = Value
  93. end;end)
  94. Object.Parent = Parent
  95. Object.Name = Name
  96. wait()
  97. return Object
  98. end
  99. Gaara = New("Model",Char,"GaaraModel",{})
  100. Base = New("Part",Gaara,"Base",{BrickColor = BrickColor.new("Really black"),Transparency = 0.30000001192093,Transparency = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 3.79999995, 1),CFrame = CFrame.new(-6.5525918, 3.02563214, 48.0500031, 0.70710665, 0.707106709, 0, -0.707106709, 0.70710665, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  101. Mesh = New("CylinderMesh",Base,"Mesh",{})
  102. BaseRing = New("Part",Gaara,"BaseRing",{BrickColor = BrickColor.new(PColor),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 3.79999995, 1),CFrame = CFrame.new(-6.5525918, 3.02563214, 48.0500031, 0.707106709, 0.707106769, 0, -0.707106769, 0.707106709, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0, 1, 1),})
  103. Mesh = New("CylinderMesh",BaseRing,"Mesh",{Scale = Vector3.new(2, 0.0850000009, 2),})
  104. mot = New("Motor",BaseRing,"mot",{Part0 = BaseRing,Part1 = Base,C0 = CFrame.new(0, 0, 0, 0.707106709, -0.707106769, 0, 0.707106769, 0.707106709, 0, 0, 0, 1),C1 = CFrame.new(0, 0, 0, 0.707106709, -0.707106769, 0, 0.707106769, 0.707106709, 0, 0, 0, 1),})
  105. TopCircle = New("Part",Gaara,"TopCircle",{BrickColor = BrickColor.new(SColor),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-5.84548521, 3.73273802, 48.0500031, 0.707106471, 0.707106531, 0, -0.707106531, 0.707106471, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0, 1, 0),})
  106. Mesh = New("SpecialMesh",TopCircle,"Mesh",{Scale = Vector3.new(2.6500001, 2.6500001, 2.6500001),MeshType = Enum.MeshType.Sphere,})
  107. mot = New("Motor",TopCircle,"mot",{Part0 = TopCircle,Part1 = Base,C0 = CFrame.new(0, 0, 0, 0.707106709, -0.707106769, 0, 0.707106769, 0.707106709, 0, 0, 0, 1),C1 = CFrame.new(4.76837158e-007, 0.999999523, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  108. BottomCircle = New("Part",Gaara,"BottomCircle",{BrickColor = BrickColor.new(SColor),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-7.25969839, 2.31852579, 48.0500031, 0.707106471, 0.707106531, 0, -0.707106531, 0.707106471, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0, 1, 0),})
  109. Mesh = New("SpecialMesh",BottomCircle,"Mesh",{Scale = Vector3.new(2.6500001, 2.6500001, 2.6500001),MeshType = Enum.MeshType.Sphere,})
  110. mot = New("Motor",BottomCircle,"mot",{Part0 = BottomCircle,Part1 = Base,C0 = CFrame.new(0, 0, 0, 0.707106709, -0.707106769, 0, 0.707106769, 0.707106709, 0, 0, 0, 1),C1 = CFrame.new(0, -0.999999762, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  111. TopFunnel = New("Part",Gaara,"TopFunnel",{BrickColor = BrickColor.new(SColor),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-4.9969573, 4.5812664, 48.0500031, 0.707106471, 0.707106531, 0, -0.707106531, 0.707106471, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0, 1, 0),})
  112. Mesh = New("CylinderMesh",TopFunnel,"Mesh",{Scale = Vector3.new(0.400000006, 0.600000024, 0.400000006),})
  113. mot = New("Motor",TopFunnel,"mot",{Part0 = TopFunnel,Part1 = Base,C0 = CFrame.new(0, 0, 0, 0.707106709, -0.707106769, 0, 0.707106769, 0.707106709, 0, 0, 0, 1),C1 = CFrame.new(0, 2.19999981, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  114. TopFunnelInner = New("Part",Gaara,"TopFunnelInner",{BrickColor = BrickColor.new(PColor),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-4.98988628, 4.58833694, 48.0500031, 0.707106471, 0.707106531, 0, -0.707106531, 0.707106471, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0, 1, 1),})
  115. Mesh = New("CylinderMesh",TopFunnelInner,"Mesh",{Scale = Vector3.new(0.300000012, 0.600000024, 0.300000012),})
  116. mot = New("Motor",TopFunnelInner,"mot",{Part0 = TopFunnelInner,Part1 = Base,C0 = CFrame.new(0, 0, 0, 0.707106709, -0.707106769, 0, 0.707106769, 0.707106709, 0, 0, 0, 1),C1 = CFrame.new(4.76837158e-007, 2.20999885, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  117. TopFunnelCap = New("Part",Gaara,"TopFunnelCap",{BrickColor = BrickColor.new(PColor),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-4.77068233, 4.80754137, 48.0500031, 0.707106471, 0.707106531, 0, -0.707106531, 0.707106471, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0, 1, 0),})
  118. Mesh = New("CylinderMesh",TopFunnelCap,"Mesh",{Scale = Vector3.new(0.5, 0.100000001, 0.5),})
  119. mot = New("Motor",TopFunnelCap,"mot",{Part0 = TopFunnelCap,Part1 = Base,C0 = CFrame.new(0, 0, 0, 0.707106709, -0.707106769, 0, 0.707106769, 0.707106709, 0, 0, 0, 1),C1 = CFrame.new(0, 2.52000046, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  120. TopFunnelCapConnector = New("Part",Gaara,"TopFunnelCapConnector",{Material = Enum.Material.Neon, BrickColor = BrickColor.new(PColor),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-4.99695778, 4.9348197, 48.0500031, 0.707106471, 0.707106531, 0, -0.707106531, 0.707106471, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0, 1, 0),})
  121. Mesh = New("SpecialMesh",TopFunnelCapConnector,"Mesh",{Scale = Vector3.new(0.150000006, 0.150000006, 0.150000006),MeshId = "rbxassetid://3270017",MeshType = Enum.MeshType.FileMesh,})
  122. mot = New("Motor",TopFunnelCapConnector,"mot",{Part0 = TopFunnelCapConnector,Part1 = Base,C0 = CFrame.new(0, 0, 0, 0.707106709, -0.707106769, 0, 0.707106769, 0.707106709, 0, 0, 0, 1),C1 = CFrame.new(-0.250000477, 2.44999909, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  123. SackWeld = NWeld(torso,Base,Ang(0,0,45)*CFrame.new(0,0,-1.45))
  124. BodyStrap = New("Model",Gaara,"BodyStrap",{})
  125. Main = New("Part",BodyStrap,"Main",{BrickColor = BrickColor.new(PColor),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.5400002, 0.200000003, 1.10000002),CFrame = CFrame.new(-6.42506027, 3.01506114, 46.4999962, 0.70710665, 0.707106709, 0, -0.707106709, 0.70710665, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  126. Part = New("Part",BodyStrap,"Part_1",{BrickColor = BrickColor.new(PColor),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.10000002, 0.200000003, 1.10000002),CFrame = CFrame.new(-6.7826333, 2.59263539, 46.4999962, 0, -0.999999166, 0, 0.999999166, 0, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  127. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Main,C0 = CFrame.new(0, 0, 0, 2.98023224e-008, 0.999999523, 0, -0.999999523, 2.98023224e-008, 0, 0, 0, 1),C1 = CFrame.new(0.0458579063, -0.551542521, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  128. Part = New("Part",BodyStrap,"Part_2",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.10000002, 0.200000003, 0.200000003),CFrame = CFrame.new(-6.78263283, 3.2426362, 46.4899979, -1.38580754e-006, 0.999998868, 8.94069672e-007, -1.17351931e-007, 9.53674316e-007, -0.999999106, -0.999999344, -1.51991844e-006, 1.9185741e-007),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  129. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  130. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Main,C0 = CFrame.new(0, 0, 0, -1.38580799e-006, -1.17351988e-007, -0.999999344, 0.999999166, 9.34102445e-007, -1.51991844e-006, 9.34102729e-007, -0.999999404, 1.9185741e-007),C1 = CFrame.new(-0.413762093, -0.0919222832, -0.00999832153, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  131. Part = New("Part",BodyStrap,"Part_3",{BrickColor = BrickColor.new(PColor),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.10000002),CFrame = CFrame.new(-7.31289196, 3.9028945, 46.4999962, -5.96046448e-008, 0.999999464, 0, -0.999999464, -5.96046448e-008, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  132. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Main,C0 = CFrame.new(0, 0, 0, -4.47034836e-008, -0.999999762, 0, 0.999999762, -4.47034836e-008, 0, 0, 0, 1),C1 = CFrame.new(-1.25558472, 1.1920929e-006, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  133. Part = New("Part",BodyStrap,"Part_4",{BrickColor = BrickColor.new(PColor),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.10000002),CFrame = CFrame.new(-5.51289368, 2.10289407, 46.4999962, -5.96046448e-008, 0.999999464, 0, -0.999999464, -5.96046448e-008, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  134. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Main,C0 = CFrame.new(0, 0, 0, -4.47034836e-008, -0.999999762, 0, 0.999999762, -4.47034836e-008, 0, 0, 0, 1),C1 = CFrame.new(1.28999901, -2.38418579e-007, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  135. Part = New("Part",BodyStrap,"Part_5",{BrickColor = BrickColor.new(PColor),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 1.10000002),CFrame = CFrame.new(-6.78289366, 2.08289385, 46.4999962, -5.96046448e-008, 0.999999464, 0, -0.999999464, -5.96046448e-008, 0, 0, 0, 1),Locked = true,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  136. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Main,C0 = CFrame.new(0, 0, 0, -4.47034836e-008, -0.999999762, 0, 0.999999762, -4.47034836e-008, 0, 0, 0, 1),C1 = CFrame.new(0.406115532, -0.912168264, 0, 0.70710665, -0.707106709, 0, 0.707106709, 0.70710665, 0, 0, 0, 1),})
  137. StrapWeld = NWeld(torso,Main,Ang(0,0,45)*CFrame.new(0,-.025,0))
  138. KillingSand = true
  139. local rs = game:FindService'RunService'.RenderStepped or nil
  140. CanTele = true;
  141. MakeBodyClone = function()
  142. local CharM = Instance.new('Model',Char)
  143. CharM.Name = 'SecChar_Model'
  144. spawn(function()
  145. local HED = hed:clone()
  146. HED.Parent = CharM
  147. HED.Anchored = true
  148. HED.BrickColor = BrickColor.new(SandColor)
  149. HED.Transparency = .45
  150. local RARM = rarm:clone()
  151. RARM.Parent = CharM
  152. RARM.Anchored = true
  153. RARM.BrickColor = BrickColor.new(SandColor)
  154. RARM.Transparency = .45
  155. local LARM = larm:clone()
  156. LARM.Parent = CharM
  157. LARM.Anchored = true
  158. LARM.BrickColor = BrickColor.new(SandColor)
  159. LARM.Transparency = .45
  160. local TORSO = torso:clone()
  161. TORSO.Parent = CharM
  162. TORSO.Anchored = true
  163. TORSO.BrickColor = BrickColor.new(SandColor)
  164. TORSO.Transparency = .45
  165. local LLEG = lleg:clone()
  166. LLEG.Parent = CharM
  167. LLEG.Anchored = true
  168. LLEG.BrickColor = BrickColor.new(SandColor)
  169. LLEG.Transparency = .45
  170. local RLEG = rleg:clone()
  171. RLEG.Parent = CharM
  172. RLEG.Anchored = true
  173. RLEG.BrickColor = BrickColor.new(SandColor)
  174. RLEG.Transparency = .45
  175. end)
  176. return CharM
  177. end;
  178. Keys = {
  179. R = false;
  180. Q = false;
  181. };
  182. local CanUse1,CanUse2,CanUse3,CanUse4 = true,true,true,true
  183. Mouse.KeyDown:connect(function(k)
  184. ks = tostring(k)
  185. kb = k:byte()
  186. if kb == 114 and CanUse1 then
  187. Keys.R = true
  188. local FolloP = Instance.new('Part',BodyStrap)
  189. FolloP.Name = 'FollowingPart'
  190. FolloP.Size = Vector3.new(1,1,1)
  191. FolloP.Transparency = 1
  192. FolloP.CanCollide = false
  193. FolloP.Anchored = true
  194. FolloP.CFrame = torso.CFrame
  195. spawn(function()pcall(function()
  196. rs:connect(function()
  197. local NewPos = Mouse.Hit
  198. FolloP.CFrame = FolloP.CFrame:lerp(CFrame.new(NewPos.X,NewPos.Y,NewPos.Z),.055)
  199. end)end)end)
  200. local MakeDeathPart = function(Pos)
  201. pcall(function()
  202. local P = Instance.new('Part',torso)
  203. P.FormFactor = 3
  204. P.Size = Vector3.new(2,2,2)
  205. P.Transparency = .5
  206. P.Anchored = true
  207. P.CanCollide = false
  208. P.Material = 'Neon'
  209. P.BrickColor = BrickColor.new(SandColor)
  210. P.CFrame = CFrame.new(Pos)*Euler(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  211. P.Touched:connect(function(hit)
  212. if hit:IsA'Part' and not hit:FindFirstChild('AlreadyHit') and hit.Name ~= 'Base' and hit.Parent and hit.Parent.Name ~= Plr.Name then
  213. if hit.Parent.Name ~= 'GaaraModel' and hit.Parent.Name ~= 'BodyStrap' then
  214. spawn(function()
  215. hit.BrickColor = BrickColor.new(SandColor)
  216. repeat rs:wait() hit.BrickColor = BrickColor.new(SandColor) hit.Transparency = hit.Transparency + .015 until
  217. hit.Transparency >= 1
  218. hit:Destroy()
  219. end)
  220. end;end;end)
  221. spawn(function()
  222. local M = Instance.new('BlockMesh',P)
  223. repeat rs:wait()
  224. M.Scale = M.Scale + Vector3.new(.1,.1,.1)
  225. P.Transparency = P.Transparency + .035 until P.Transparency >= 1
  226. wait()
  227. P:Destroy()
  228. end)
  229. --// print('Made Part', Pos)
  230. rs:wait()
  231. end)end;
  232. repeat MakeDeathPart(FolloP.Position) until Keys.R == false
  233. elseif kb == 113 and CanTele == true then
  234. KillingSand = false
  235. local BodMod = MakeBodyClone()
  236. local Pos = Mouse.Hit
  237. CanTele = false
  238. local Beacon = Instance.new('Part',workspace.CurrentCamera)
  239. Beacon.FormFactor = 3
  240. Beacon.Material = 'Neon'
  241. Beacon.Anchored = true
  242. Beacon.CanCollide = false
  243. Beacon.BrickColor = BrickColor.new(SandColor)
  244. Beacon.CFrame = CFrame.new(Pos.X,Pos.Y-.5,Pos.Z)
  245. Beacon.Transparency = .4
  246. Beacon.Size = Vector3.new(.3,3,.3)
  247. torso.Anchored = true
  248. local MakeInvis,MakeVis = function()
  249. for index,part in next, Char:children() do
  250. if part:IsA'Part' then
  251. part.Transparency = 1
  252. end
  253. end
  254. end,function()
  255. for index,part in next, Char:children() do
  256. if part:IsA'Part' and part.Name ~= 'HumanoidRootPart' then
  257. part.Transparency = 0
  258. end
  259. end
  260. end;
  261. MakeInvis()
  262. for index,part in next, Gaara:children() do
  263. if part:IsA'Part' then
  264. spawn(function()
  265. repeat
  266. rs:wait() part.Transparency = part.Transparency + .065
  267. until part.Transparency >= 1
  268. end)
  269. end
  270. end
  271. repeat rs:wait() torso.CFrame = torso.CFrame * CFrame.new(0,-.125,0)
  272. until torso.CFrame.Y <= -2.3
  273. wait()
  274. local Count = 0
  275. repeat
  276. rs:wait() Count = Count + .9
  277. torso.CFrame = torso.CFrame:lerp(CFrame.new(Pos.X,-2.3,Pos.Z),.1)
  278. until Count >= 62.5
  279. wait()
  280. Count = 0
  281. repeat rs:wait() torso.CFrame = torso.CFrame * CFrame.new(0,.125,0)
  282. until torso.CFrame.Y >= 3
  283. wait()
  284. for index,part in next, Gaara:children() do
  285. if part:IsA'Part' then
  286. spawn(function()
  287. repeat
  288. rs:wait() part.Transparency = part.Transparency - .065
  289. until part.Transparency <= 0
  290. end)
  291. end
  292. end
  293. BodMod:Destroy()
  294. Beacon:Destroy()
  295. wait()
  296. MakeVis()
  297. torso.Anchored = false
  298. spawn(function()
  299. wait(.5)
  300. CanTele = true
  301. end)
  302. end
  303. end)
  304. Mouse.KeyUp:connect(function(k)
  305. if k:lower() == 'r' then
  306. pcall(function()
  307. Keys.R = false
  308. BodyStrap:FindFirstChild'FollowingPart':Destroy()
  309. end)end;
  310. end)
  311. rs:connect(function()
  312. if KillingSand == true then
  313. local SandPart = Instance.new('Part',Gaara)
  314. SandPart.Anchored = true
  315. SandPart.CanCollide = false
  316. SandPart.FormFactor = 3
  317. SandPart.Material = 'Neon'
  318. local Pl = Instance.new('PointLight',SandPart)
  319. Pl.Color = SandPart.Color
  320. SandPart.BrickColor = BrickColor.new(SandColor)
  321. SandPart.Size = Vector3.new(math.random(.2,.3),math.random(.2,.3),math.random(.2,.3))
  322. SandPart.CFrame = torso.CFrame * CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) * Euler(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  323. SandPart.Touched:connect(function(hit)
  324. if hit:IsA'Part' and not hit:FindFirstChild('AlreadyHit') and hit.Name ~= 'Base' and hit.Parent and hit.Parent.Name ~= Plr.Name then
  325. if hit.Parent.Name ~= 'GaaraModel' and hit.Parent.Name ~= 'BodyStrap' then
  326. spawn(function()
  327. hit.BrickColor = BrickColor.new(SandColor)
  328. repeat rs:wait() hit.BrickColor = BrickColor.new(SandColor) hit.Transparency = hit.Transparency + .015 until
  329. hit.Transparency >= 1
  330. hit:Destroy()
  331. end)
  332. end;end;end)
  333. spawn(function()
  334. repeat rs:wait() SandPart.Transparency = SandPart.Transparency + .05 until SandPart.Transparency >= 1
  335. wait()
  336. SandPart:Destroy()
  337. end)
  338. end
  339. end)

comments powered by Disqus