DrawingJhon

Jump In The Caac FE

Jul 22nd, 2020 (edited)
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2. Jump in the CAAC
  3. by EthanHong0407
  4.  
  5. why the hell did i make this
  6. i dont even know anymore
  7.  
  8. FE Compatibility by JhonXD2006 :P
  9. ]]
  10.  
  11. script.Parent = owner.Character
  12.  
  13. local function rand()
  14. return 56-- math.random(-100, 100)
  15. end
  16. local function rand2()
  17. return math.random(-10, 10)
  18. end
  19.  
  20. local plr = owner
  21. local char = plr.Character
  22. local hum = char:FindFirstChildOfClass("Humanoid")
  23. local humRootPart = char:findFirstChild("HumanoidRootPart")
  24. local t = tick()
  25. local action = ""
  26. local torsorot = 0
  27. if hum:FindFirstChild("Animator") then
  28. hum.Animator:Destroy()
  29. end
  30.  
  31. hum.WalkSpeed = 0
  32.  
  33.  
  34. local song = Instance.new("Sound", char)
  35. song.SoundId = "rbxassetid://1883633498"
  36. song.Volume = 1
  37. song.TimePosition = 3
  38. song:Play()
  39. function createJoint(wp0, wp1, wc0x, wc0y, wc0z, wc1x, wc1y, wc1z, name)
  40. local joint = Instance.new("Motor6D", wp0)
  41. joint.Part0 = wp0
  42. joint.Part1 = wp1
  43. joint.C0 = CFrame.new(wc0x, wc0y, wc0z)
  44. joint.C1 = CFrame.new(wc1x, wc1y, wc1z)
  45. joint.Name = name
  46. return joint
  47. end
  48.  
  49. local RS = createJoint(char.Torso, char["Right Arm"], 1.5, 0.5, 0, 0, 0.5, 0, "Right Shoulder")
  50. local TS = createJoint(char.HumanoidRootPart, char.Torso, 0, 0, 0, 0, 0, 0, "RootJoint")
  51. local LS = createJoint(char.Torso, char["Left Arm"], -1.5, 0.5, 0, 0, 0.5, 0, "Left Shoulder")
  52. local RH = createJoint(char.Torso, char["Right Leg"], 0.5, -1, 0, 0, 1, 0, "Right Hip")
  53. local LH = createJoint(char.Torso, char["Left Leg"], -0.5, -1, 0, 0, 1, 0, "Left Hip")
  54. local NK = createJoint(char.Torso, char.Head, 0, 1, 0, 0, -1/2, 0, "Neck")
  55.  
  56. local rsc0 = RS.C0
  57. local lsc0 = LS.C0
  58. local tsc0 = TS.C0
  59. local rhc0 = RH.C0
  60. local lhc0 = LH.C0
  61. local nkc0 = NK.C0
  62.  
  63. local gan = Instance.new("Part", char)
  64. gan.Size = Vector3.new(1, 1, 1)
  65. gan.Anchored = false
  66. gan.CFrame = CFrame.new(0, 10, 0)
  67. gan.BrickColor = BrickColor.new("Black")
  68. gan:BreakJoints()
  69. local gunMesh = Instance.new("SpecialMesh", gan)
  70. gunMesh.MeshId = "rbxassetid://430697201"
  71. gunMesh.Scale = Vector3.new(1, 1, 1)
  72.  
  73. local gunWeld = Instance.new("Weld", gan)
  74. gunWeld.Part0 = char["Right Arm"]
  75. gunWeld.Part1 = gan
  76. gunWeld.C0 = CFrame.new(0, -1.2, -0.3) * CFrame.Angles(0, 0, math.rad(90))
  77. * CFrame.Angles(math.rad(-90), 0, 0)
  78. * CFrame.Angles(0, math.rad(180), 0)
  79.  
  80.  
  81. TS.C0 = CFrame.new(0, 10000, 0)
  82. game:GetService("RunService").Heartbeat:Connect(function()
  83. t = t + 0.5
  84. if action == "idk" then
  85. local speed = 0.3
  86. torsorot = torsorot + 45
  87. NK.C0 = NK.C0:lerp(nkc0, speed)
  88. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(math.rad(torsorot), 0, 0)
  89. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  90. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  91. * CFrame.Angles(math.rad(90), 0, 0), speed)
  92. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  93. * CFrame.Angles(math.rad(-5), 0, math.rad(5)), speed)
  94. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  95. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  96. elseif action == "idk2" then
  97. local speed = 0.3
  98.  
  99. NK.C0 = NK.C0:lerp(nkc0, speed)
  100. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, 0, 0)
  101. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  102. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  103. * CFrame.Angles(math.rad(90), 0, 0), speed)
  104. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  105. * CFrame.Angles(math.rad(-5), 0, math.rad(5)), speed)
  106. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  107. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  108. elseif action == "CoufCouf" then
  109. local speed = 1
  110. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  111. math.rad(math.random(-360, 360)),
  112. math.rad(math.random(-360, 360))), speed)
  113. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  114. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  115. math.rad(math.random(-360, 360)),
  116. math.rad(math.random(-360, 360))), speed)
  117. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  118. math.rad(math.random(-360, 360)),
  119. math.rad(math.random(-360, 360))), speed)
  120. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  121. math.rad(math.random(-360, 360)),
  122. math.rad(math.random(-360, 360))), speed)
  123. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  124. math.rad(math.random(-360, 360)),
  125. math.rad(math.random(-360, 360))), speed)
  126. elseif action == "Sleep" then
  127. local speed = 1
  128. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(10), 0), speed)
  129. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, -0.5, 1)
  130. * CFrame.Angles(math.rad(90), 0, 0), speed)
  131. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(0, 0, math.rad(60)), speed)
  132. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(0, 0, math.rad(-45)), speed)
  133. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(0, 0, math.rad(20)), speed)
  134. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(0, 0, math.rad(-40)), speed)
  135. elseif action == "WakeUp" then
  136. local speed = 0.3
  137. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(-10), 0, 0), speed)
  138. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 0, 0.5), speed)
  139. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(0, 0, math.rad(-20)), speed)
  140. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(0, 0, math.rad(20)), speed)
  141. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  142. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(90), 0, math.rad(-20)), speed)
  143. elseif action == "Whehw" then
  144. local speed = 1
  145. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  146. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 0, 0.5), speed)
  147. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  148. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  149. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  150. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(90), 0, math.rad(-20)), speed)
  151. elseif action == "Julioliolio" then
  152. local speed = 1
  153. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  154. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  155. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  156. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  157. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  158. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  159. elseif action == "ICan" then
  160. local speed = 1
  161. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  162. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  163. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  164. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  165. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  166. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  167. * CFrame.Angles(math.rad(90), 0, math.rad(-5)), speed)
  168. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  169. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  170. elseif action == "ICan2" then
  171. local speed = 0.4
  172. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  173. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  174. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  175. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  176. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  177. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  178. * CFrame.Angles(math.rad(90), 0, math.rad(-5)), speed)
  179. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  180. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  181. elseif action == "ICant" then
  182. local speed = 0.4
  183. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  184. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  185. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  186. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  187. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  188. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  189. * CFrame.Angles(math.rad(90), 0, math.rad(-70)), speed)
  190. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  191. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  192. elseif action == "BabyJeans" then
  193. NK.C0 = nkc0
  194. TS.C0 = tsc0 * CFrame.new(0, 8, 0)
  195. LS.C0 = lsc0
  196. RS.C0 = rsc0
  197. LH.C0 = lhc0
  198. RH.C0 = rhc0
  199. elseif action == "YouAndYour" then
  200. local speed = 1
  201. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, -math.rad(20), 0), speed)
  202. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(20), 0)
  203. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  204. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  205. * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  206. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0), speed)
  207. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  208. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  209. elseif action == "Painis" then
  210. local speed = 0.4
  211. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(-20), 0, 0), speed)
  212. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, 0, 0)
  213. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  214. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(-0.5, -0.1, 0)
  215. * CFrame.Angles(math.rad(10), 0, math.rad(-45)), speed)
  216. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0.5, -0.1, 0)
  217. * CFrame.Angles(math.rad(10), 0, math.rad(45)), speed)
  218. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  219. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  220. elseif action == "Impoopments" then
  221. local speed = 1
  222. NK.C0 = NK.C0:lerp(nkc0, speed)
  223. TS.C0 = TS.C0:lerp(tsc0, speed)
  224. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  225. math.rad(math.random(-360, 360)),
  226. math.rad(math.random(-360, 360))), speed)
  227. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  228. math.rad(math.random(-360, 360)),
  229. math.rad(math.random(-360, 360))), speed)
  230. RH.C0 = RH.C0:lerp(rhc0, speed)
  231. LH.C0 = LH.C0:lerp(lhc0, speed)
  232. elseif action == "Normal" then
  233. local speed = 1
  234. NK.C0 = nkc0
  235. TS.C0 = tsc0
  236. LS.C0 = lsc0
  237. RS.C0 = rsc0
  238. LH.C0 = lhc0
  239. RH.C0 = rhc0
  240. elseif action == "kook" then
  241. NK.C0 = nkc0 * CFrame.new(rand2()/10, rand2()/10, rand2()/10)
  242. TS.C0 = tsc0 * CFrame.new(math.random(-10, 10)/10, rand2()/10, rand2()/10)
  243. LS.C0 = lsc0 * CFrame.new(math.random(-10, 10)/10, rand2()/10, rand2()/10)
  244. LH.C0 = lhc0 * CFrame.new(math.random(-10, 10)/10, rand2()/10, rand2()/10)
  245. RS.C0 = rsc0 * CFrame.new(math.random(-10, 10)/10, rand2()/10, rand2()/10)
  246. RH.C0 = rhc0 * CFrame.new(math.random(-10, 10)/10, rand2()/10, rand2()/10)
  247. elseif action == "Upsidedown" then
  248. local speed = 1
  249. NK.C0 = nkc0
  250. TS.C0 = tsc0 * CFrame.Angles(0, 0, math.rad(180))
  251. LS.C0 = lsc0
  252. RS.C0 = rsc0
  253. LH.C0 = lhc0
  254. RH.C0 = rhc0
  255. elseif action == "CACA" then
  256. local speed = 0.1
  257. NK.C0 = nkc0
  258. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 4, 0), speed)
  259. LS.C0 = lsc0
  260. RS.C0 = rsc0
  261. LH.C0 = lhc0
  262. RH.C0 = rhc0
  263. end
  264. end)
  265.  
  266. action = "idk"
  267. wait(0.5)
  268. action = "idk2"
  269. wait(2.9)
  270. action = "CoufCouf"
  271.  
  272. local part = Instance.new("Part", char)
  273. part.Anchored = true
  274. part.Material = "Neon"
  275. part.BrickColor = BrickColor.new("New Yeller")
  276. part.CanCollide = false
  277. part.Size = Vector3.new(0.1, 0.1, 1000)
  278. for i = 1, 16 do
  279.  
  280.  
  281. part.CFrame = CFrame.new(char.HumanoidRootPart.Position, Vector3.new(math.random(-100, 100), math.random(-100, 100),math.random(-100, 100)))
  282. wait(0.5/16)
  283.  
  284. end
  285. part:Destroy()
  286.  
  287. gan:Destroy()
  288. local bed = Instance.new("Part", char)
  289. bed.Anchored = false
  290. bed.CanCollide = false
  291. bed.Size = Vector3.new(4, 8, 2)
  292. bed:BreakJoints()
  293. local bedmesh = Instance.new("SpecialMesh", bed)
  294. bedmesh.Scale = Vector3.new(0.4, 0.5, 0.4)
  295. bedmesh.MeshId = "rbxassetid://473508427"
  296. bedmesh.TextureId = "rbxassetid://473508936"
  297. local bedweld = Instance.new("Weld", bed)
  298. bedweld.Part0 = char.HumanoidRootPart
  299. bedweld.Part1 = bed
  300. bedweld.C0 = CFrame.new(0, -1.35, 1) * CFrame.Angles(0, math.rad(-180), 0)
  301. * CFrame.Angles(math.rad(-90), 0, 0)
  302. action = "Sleep"
  303. wait(0.25)
  304. action = "WakeUp"
  305. wait(0.5)
  306. action = "Whehw"
  307. wait(0.7)
  308. action = "Julioliolio"
  309. for i = 1, 16 do
  310. bedweld.C0 = CFrame.new(0, -1.35, 1) * CFrame.Angles(0, math.rad(-180), 0)
  311. * CFrame.Angles(math.rad(-90) + math.random(-360, 360), math.random(-360, 360), math.random(-360, 360))
  312. wait(1/16)
  313. end
  314. bed:Destroy()
  315. action = "ICan"
  316. wait(0.2)
  317. action = "ICant"
  318. wait(0.25)
  319. action = "ICan2"
  320. wait(0.2)
  321. action = "ICant"
  322. wait(0.35)
  323. action = "BabyJeans"
  324. local baby = Instance.new("Part", char)
  325. baby.Size = Vector3.new(2, 2, 1)
  326. baby.Anchored = false
  327. baby.CanCollide = false
  328. baby:BreakJoints()
  329.  
  330. local baby2 = Instance.new("SpecialMesh", baby)
  331. baby2.MeshId = "rbxassetid://430300723"
  332. baby2.Scale = Vector3.new(5, 5, 5)
  333. baby2.TextureId = "rbxassetid://430300725"
  334.  
  335. local babyweld = Instance.new("Weld", baby)
  336. babyweld.Part0 = char.Torso
  337. babyweld.Part1 = baby
  338. babyweld.C0 = CFrame.new(0, -1, 0)
  339. * CFrame.Angles(0, math.rad(180), 0)
  340. wait(0.5)
  341. baby2.TextureId = "rbxassetid://140688857"
  342. wait(1.1)
  343. baby:Destroy()
  344. action = "YouAndYour"
  345. wait(0.5)
  346. action = "Painis"
  347. wait(0.4)
  348. action = "Impoopments"
  349. wait(1)
  350.  
  351. local pp = Instance.new("Part", char)
  352. pp.Size = Vector3.new(1, 1, 1)
  353. pp.Anchored = true
  354. pp.CanCollide = false
  355. pp.BrickColor = char.Torso.BrickColor
  356. pp:BreakJoints()
  357. pp.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, 0)
  358.  
  359. for i = 1, 20 do
  360. pp.Size = pp.Size + Vector3.new(0, 0, 2)
  361. pp.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, -i)
  362. wait(0.5/20)
  363. end
  364. pp:Destroy()
  365.  
  366. action = "kook"
  367. wait(1.7)
  368. action = "Normal"
  369. wait(0.5)
  370. action = "Upsidedown"
  371. wait(0.5)
  372. action = "Normal"
  373. TS.C0 = tsc0 * CFrame.new(0, 10, 0)
  374. local appc = Instance.new("Part", char)
  375. appc.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, 0)
  376. appc.Anchored = true
  377. appc.CanCollide = true
  378. appc.Size = Vector3.new(8, 4, 1)
  379. appc:BreakJoints()
  380. local caactext = Instance.new("SurfaceGui", appc)
  381. caactext.Adornee = caac
  382. local caactext2 = Instance.new("TextLabel", caactext)
  383. caactext2.Size = UDim2.new(1, 0, 1, 0)
  384. caactext2.TextScaled = true
  385. caactext2.Text = "CAAC"
  386. caactext2.Font = "Legacy"
  387. action = "CACA"
  388. wait(1.7)
  389. coroutine.resume(coroutine.create(function()
  390. for i = 1, 100 do
  391. pcall(function()
  392. if char.Head ~= nil then
  393. char.Head.Mesh.Scale = char.Head.Mesh.Scale + Vector3.new(1, 1, 1)
  394. end
  395. end)
  396. wait(0.5/100)
  397. end
  398. end))
  399. wait(1)
  400. appc.Anchored = false
  401. char.Head:Destroy()
  402. local sound = Instance.new("Sound", char.Torso)
  403. sound.SoundId = "rbxassetid://440431180"
  404. sound.Volume = 1
  405. sound:Play()
  406.  
  407. local boom = Instance.new("Explosion", char)
  408. boom.BlastRadius = 1
  409. boom.BlastPressure = 9000
  410. boom.Position = char.Torso.Position
Add Comment
Please, Sign In to add comment