Advertisement
HandsomelyMario34

Untitled

Jun 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.05 KB | None | 0 0
  1.  
  2. wait()
  3. KillingSand = true
  4. local PColor,SColor = 'Pearl','Bright red';
  5. local SandColor = 'Crimson';
  6.  
  7. local Plr = game.Players.LocalPlayer
  8. Char = Plr.Character
  9. local Mouse = Plr:GetMouse()
  10.  
  11. local torso = Char:WaitForChild'Torso'
  12. local rarm = Char:WaitForChild'Right Arm'
  13. local larm = Char:WaitForChild'Left Arm'
  14. local rleg = Char:WaitForChild'Right Leg'
  15. local lleg = Char:WaitForChild'Left Leg'
  16. local root = Char:WaitForChild'HumanoidRootPart'
  17. local hed = Char:WaitForChild'Head'
  18. local hum = Char:WaitForChild('Humanoid')
  19.  
  20. hum.Died:connect(function()
  21. KillingSand = false
  22. local Pos = torso.CFrame
  23. local DP = Instance.new('Part',Char)
  24. DP.Anchored = true
  25. DP.CFrame = CFrame.new(Pos.p) * CFrame.new(0,-3.15,0)
  26. DP.Transparency = .35
  27. DP.BrickColor = BrickColor.new(SandColor)
  28. local MFP = Instance.new('CylinderMesh',DP)
  29. MFP.Scale = Vector3.new(2,.5,2)
  30. local DP2 = Instance.new('Part',Char)
  31. DP2.Anchored = true
  32. DP2.CFrame = CFrame.new(Pos.p) * CFrame.new(0,-3.15,0)
  33. DP2.Transparency = .35
  34. DP2.BrickColor = BrickColor.new(SandColor)
  35. local MFP2 = Instance.new('CylinderMesh',DP2)
  36. MFP2.Scale = Vector3.new(2,.5,2)
  37. local DP3 = Instance.new('Part',Char)
  38. DP3.Anchored = true
  39. DP3.CFrame = CFrame.new(Pos.p) * CFrame.new(0,-3.15,0)
  40. DP3.Transparency = .35
  41. DP3.BrickColor = BrickColor.new(SandColor)
  42. local MFP3 = Instance.new('CylinderMesh',DP3)
  43. MFP3.Scale = Vector3.new(2,.5,2)
  44. local Div = 1.8
  45. spawn(function()
  46. local C = 80/Div
  47. for I = 1,C do
  48. MFP.Scale = MFP.Scale + Vector3.new(.35,0,.35)
  49. game:FindService'RunService'.RenderStepped:wait()
  50. end;
  51. end)
  52. spawn(function()
  53. local C = 50/Div
  54. for I = 1,C do
  55. MFP2.Scale = MFP2.Scale + Vector3.new(.35,0,.35)
  56. game:FindService'RunService'.RenderStepped:wait()
  57. end;
  58. end)
  59. spawn(function()
  60. local C = 25/Div
  61. for I = 1,C do
  62. MFP3.Scale = MFP3.Scale + Vector3.new(.35,0,.35)
  63. game:FindService'RunService'.RenderStepped:wait()
  64. end;
  65. end)
  66. end)
  67.  
  68. NSound = function(Parent, Id)
  69. local Sound = Instance.new('Sound',Parent or workspace)
  70. Sound.Name = 'Sound_'..(tostring(Id) or 0)
  71. Sound.SoundId = 'rbxassetid://'..(tostring(Id) or 0)
  72. return Sound
  73. end
  74.  
  75. Ang = function(C1,C2,C3)
  76. return CFrame.Angles(math.rad(C1),math.rad(C2),math.rad(C3))
  77. end;
  78.  
  79. Euler = function(C1,C2,C3)
  80. return CFrame.fromEulerAnglesXYZ(math.rad(C1),math.rad(C2),math.rad(C3))
  81. end;
  82.  
  83. NWeld = function(P0, P1, CFStuff)
  84. local Weld = Instance.new('Weld',P0)
  85. Weld.Part0 = P0
  86. Weld.Part1 = P1
  87. Weld.Name = tostring(P0)..'to'..tostring(P1.Name)
  88. Weld.C1 = CFStuff
  89. return Weld
  90. end
  91.  
  92. New = function(Object, Parent, Name, Data)
  93. local Object = Instance.new(Object)
  94. if Object:IsA'Part' then
  95. Object.CanCollide = false
  96. print(tostring(Name)..': Loaded')
  97. game:FindService'Lighting'.Outlines = false
  98. end;
  99. spawn(function()
  100. for Index, Value in pairs(Data or {}) do
  101. Object[Index] = Value
  102. end;end)
  103. Object.Parent = Parent
  104. Object.Name = Name
  105. wait()
  106. return Object
  107. end
  108.  
  109. Gaara = New("Model",Char,"GaaraModel",{})
  110. 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),})
  111. Mesh = New("CylinderMesh",Base,"Mesh",{})
  112. 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),})
  113. Mesh = New("CylinderMesh",BaseRing,"Mesh",{Scale = Vector3.new(2, 0.0850000009, 2),})
  114. 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),})
  115. 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),})
  116. Mesh = New("SpecialMesh",TopCircle,"Mesh",{Scale = Vector3.new(2.6500001, 2.6500001, 2.6500001),MeshType = Enum.MeshType.Sphere,})
  117. 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),})
  118. 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),})
  119. Mesh = New("SpecialMesh",BottomCircle,"Mesh",{Scale = Vector3.new(2.6500001, 2.6500001, 2.6500001),MeshType = Enum.MeshType.Sphere,})
  120. 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),})
  121. 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),})
  122. Mesh = New("CylinderMesh",TopFunnel,"Mesh",{Scale = Vector3.new(0.400000006, 0.600000024, 0.400000006),})
  123. 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),})
  124. 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),})
  125. Mesh = New("CylinderMesh",TopFunnelInner,"Mesh",{Scale = Vector3.new(0.300000012, 0.600000024, 0.300000012),})
  126. 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),})
  127. 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),})
  128. Mesh = New("CylinderMesh",TopFunnelCap,"Mesh",{Scale = Vector3.new(0.5, 0.100000001, 0.5),})
  129. 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),})
  130. 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),})
  131. Mesh = New("SpecialMesh",TopFunnelCapConnector,"Mesh",{Scale = Vector3.new(0.150000006, 0.150000006, 0.150000006),MeshId = "rbxassetid://3270017",MeshType = Enum.MeshType.FileMesh,})
  132. 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),})
  133. SackWeld = NWeld(torso,Base,Ang(0,0,45)*CFrame.new(0,0,-1.45))
  134. BodyStrap = New("Model",Gaara,"BodyStrap",{})
  135. 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,})
  136. 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,})
  137. 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),})
  138. 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),})
  139. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  140. 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),})
  141. 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,})
  142. 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),})
  143. 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,})
  144. 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),})
  145. 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,})
  146. 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),})
  147. StrapWeld = NWeld(torso,Main,Ang(0,0,45)*CFrame.new(0,-.025,0))
  148.  
  149. KillingSand = true
  150. local rs = game:FindService'RunService'.RenderStepped or nil
  151.  
  152. CanTele = true;
  153.  
  154. MakeBodyClone = function()
  155. local CharM = Instance.new('Model',Char)
  156. CharM.Name = 'SecChar_Model'
  157. spawn(function()
  158. local HED = hed:clone()
  159. HED.Parent = CharM
  160. HED.Anchored = true
  161. HED.BrickColor = BrickColor.new(SandColor)
  162. HED.Transparency = .45
  163. local RARM = rarm:clone()
  164. RARM.Parent = CharM
  165. RARM.Anchored = true
  166. RARM.BrickColor = BrickColor.new(SandColor)
  167. RARM.Transparency = .45
  168. local LARM = larm:clone()
  169. LARM.Parent = CharM
  170. LARM.Anchored = true
  171. LARM.BrickColor = BrickColor.new(SandColor)
  172. LARM.Transparency = .45
  173. local TORSO = torso:clone()
  174. TORSO.Parent = CharM
  175. TORSO.Anchored = true
  176. TORSO.BrickColor = BrickColor.new(SandColor)
  177. TORSO.Transparency = .45
  178. local LLEG = lleg:clone()
  179. LLEG.Parent = CharM
  180. LLEG.Anchored = true
  181. LLEG.BrickColor = BrickColor.new(SandColor)
  182. LLEG.Transparency = .45
  183. local RLEG = rleg:clone()
  184. RLEG.Parent = CharM
  185. RLEG.Anchored = true
  186. RLEG.BrickColor = BrickColor.new(SandColor)
  187. RLEG.Transparency = .45
  188. end)
  189. return CharM
  190. end;
  191.  
  192. Keys = {
  193. R = false;
  194. Q = false;
  195. };
  196. local CanUse1,CanUse2,CanUse3,CanUse4 = true,true,true,true
  197. Mouse.KeyDown:connect(function(k)
  198. ks = tostring(k)
  199. kb = k:byte()
  200.  
  201. if kb == 114 and CanUse1 then
  202. Keys.R = true
  203. local FolloP = Instance.new('Part',BodyStrap)
  204. FolloP.Name = 'FollowingPart'
  205. FolloP.Size = Vector3.new(1,1,1)
  206. FolloP.Transparency = 1
  207. FolloP.CanCollide = false
  208. FolloP.Anchored = true
  209. FolloP.CFrame = torso.CFrame
  210. spawn(function()pcall(function()
  211. rs:connect(function()
  212. local NewPos = Mouse.Hit
  213. FolloP.CFrame = FolloP.CFrame:lerp(CFrame.new(NewPos.X,NewPos.Y,NewPos.Z),.055)
  214. end)end)end)
  215. local MakeDeathPart = function(Pos)
  216. pcall(function()
  217. local P = Instance.new('Part',torso)
  218. P.FormFactor = 3
  219. P.Size = Vector3.new(2,2,2)
  220. P.Transparency = .5
  221. P.Anchored = true
  222. P.CanCollide = false
  223. P.Material = 'Neon'
  224. P.BrickColor = BrickColor.new(SandColor)
  225. P.CFrame = CFrame.new(Pos)*Euler(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  226. P.Touched:connect(function(hit)
  227. if hit:IsA'Part' and not hit:FindFirstChild('AlreadyHit') and hit.Name ~= 'Base' and hit.Parent and hit.Parent.Name ~= Plr.Name then
  228. if hit.Parent.Name ~= 'GaaraModel' and hit.Parent.Name ~= 'BodyStrap' then
  229. spawn(function()
  230. hit.BrickColor = BrickColor.new(SandColor)
  231. repeat rs:wait() hit.BrickColor = BrickColor.new(SandColor) hit.Transparency = hit.Transparency + .015 until
  232. hit.Transparency >= 1
  233. hit:Destroy()
  234. end)
  235. end;end;end)
  236. spawn(function()
  237. local M = Instance.new('BlockMesh',P)
  238. repeat rs:wait()
  239. M.Scale = M.Scale + Vector3.new(.1,.1,.1)
  240. P.Transparency = P.Transparency + .035 until P.Transparency >= 1
  241. wait()
  242. P:Destroy()
  243. end)
  244. --// print('Made Part', Pos)
  245. rs:wait()
  246. end)end;
  247. repeat MakeDeathPart(FolloP.Position) until Keys.R == false
  248. elseif kb == 113 and CanTele == true then
  249. KillingSand = false
  250. local BodMod = MakeBodyClone()
  251. local Pos = Mouse.Hit
  252. CanTele = false
  253. local Beacon = Instance.new('Part',workspace.CurrentCamera)
  254. Beacon.FormFactor = 3
  255. Beacon.Material = 'Neon'
  256. Beacon.Anchored = true
  257. Beacon.CanCollide = false
  258. Beacon.BrickColor = BrickColor.new(SandColor)
  259. Beacon.CFrame = CFrame.new(Pos.X,Pos.Y-.5,Pos.Z)
  260. Beacon.Transparency = .4
  261. Beacon.Size = Vector3.new(.3,3,.3)
  262. torso.Anchored = true
  263. local MakeInvis,MakeVis = function()
  264. for index,part in next, Char:children() do
  265. if part:IsA'Part' then
  266. part.Transparency = 1
  267. end
  268. end
  269. end,function()
  270. for index,part in next, Char:children() do
  271. if part:IsA'Part' and part.Name ~= 'HumanoidRootPart' then
  272. part.Transparency = 0
  273. end
  274. end
  275. end;
  276. MakeInvis()
  277. for index,part in next, Gaara:children() do
  278. if part:IsA'Part' then
  279. spawn(function()
  280. repeat
  281. rs:wait() part.Transparency = part.Transparency + .065
  282. until part.Transparency >= 1
  283. end)
  284. end
  285. end
  286. repeat rs:wait() torso.CFrame = torso.CFrame * CFrame.new(0,-.125,0)
  287. until torso.CFrame.Y <= -2.3
  288. wait()
  289. local Count = 0
  290. repeat
  291. rs:wait() Count = Count + .9
  292. torso.CFrame = torso.CFrame:lerp(CFrame.new(Pos.X,-2.3,Pos.Z),.1)
  293. until Count >= 62.5
  294. wait()
  295. Count = 0
  296. repeat rs:wait() torso.CFrame = torso.CFrame * CFrame.new(0,.125,0)
  297. until torso.CFrame.Y >= 3
  298. wait()
  299. for index,part in next, Gaara:children() do
  300. if part:IsA'Part' then
  301. spawn(function()
  302. repeat
  303. rs:wait() part.Transparency = part.Transparency - .065
  304. until part.Transparency <= 0
  305. end)
  306. end
  307. end
  308. BodMod:Destroy()
  309. Beacon:Destroy()
  310. wait()
  311. MakeVis()
  312. torso.Anchored = false
  313. spawn(function()
  314. wait(.5)
  315. CanTele = true
  316. end)
  317. end
  318.  
  319. end)
  320.  
  321. Mouse.KeyUp:connect(function(k)
  322. if k:lower() == 'r' then
  323. pcall(function()
  324. Keys.R = false
  325. BodyStrap:FindFirstChild'FollowingPart':Destroy()
  326. end)end;
  327. end)
  328.  
  329. rs:connect(function()
  330. if KillingSand == true then
  331. local SandPart = Instance.new('Part',Gaara)
  332. SandPart.Anchored = true
  333. SandPart.CanCollide = false
  334. SandPart.FormFactor = 3
  335. SandPart.Material = 'Neon'
  336. local Pl = Instance.new('PointLight',SandPart)
  337. Pl.Color = SandPart.Color
  338. SandPart.BrickColor = BrickColor.new(SandColor)
  339. SandPart.Size = Vector3.new(math.random(.2,.3),math.random(.2,.3),math.random(.2,.3))
  340. 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))
  341. SandPart.Touched:connect(function(hit)
  342. if hit:IsA'Part' and not hit:FindFirstChild('AlreadyHit') and hit.Name ~= 'Base' and hit.Parent and hit.Parent.Name ~= Plr.Name then
  343. if hit.Parent.Name ~= 'GaaraModel' and hit.Parent.Name ~= 'BodyStrap' then
  344. spawn(function()
  345. hit.BrickColor = BrickColor.new(SandColor)
  346. repeat rs:wait() hit.BrickColor = BrickColor.new(SandColor) hit.Transparency = hit.Transparency + .015 until
  347. hit.Transparency >= 1
  348. hit:Destroy()
  349. end)
  350. end;end;end)
  351. spawn(function()
  352. repeat rs:wait() SandPart.Transparency = SandPart.Transparency + .05 until SandPart.Transparency >= 1
  353. wait()
  354. SandPart:Destroy()
  355. end)
  356. end
  357. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement