Upscalefanatic3

(Roblox) [FE] JumpInTheCaac Script

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