SHOW:
|
|
- or go back to the newest paste.
| 1 | --made by coolallball :> | |
| 2 | ||
| 3 | local p = game.Players.LocalPlayer | |
| 4 | local char = p.Character | |
| 5 | local mouse = p:GetMouse() | |
| 6 | local larm = char["Left Arm"] | |
| 7 | local rarm = char["Right Arm"] | |
| 8 | local lleg = char["Left Leg"] | |
| 9 | local rleg = char["Right Leg"] | |
| 10 | local hed = char.Head | |
| 11 | local torso = char.Torso | |
| 12 | local hum = char.Humanoid | |
| 13 | local root = char.HumanoidRootPart | |
| 14 | local tool = script.Parent | |
| 15 | chat = game:GetService("Chat")
| |
| 16 | LS = torso["Left Shoulder"] | |
| 17 | LH = torso["Left Hip"] | |
| 18 | RS = torso["Right Shoulder"] | |
| 19 | RH = torso["Right Hip"] | |
| 20 | Neck = torso.Neck | |
| 21 | RootPart = char.HumanoidRootPart | |
| 22 | RootJoint = RootPart.RootJoint | |
| 23 | ismad = false | |
| 24 | miku = false | |
| 25 | leeking = true | |
| 26 | wait(.2) | |
| 27 | ||
| 28 | RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ(0,0,(math.rad(90))) | |
| 29 | ||
| 30 | local HBill = Instance.new("BillboardGui", hed)
| |
| 31 | local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
| |
| 32 | local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
| |
| 33 | HBill.Size = UDim2.new(15,0,2.2,0) | |
| 34 | HBill.Name = "Health Display" | |
| 35 | HBill.StudsOffset = Vector3.new(0,4,0) | |
| 36 | HBill.AlwaysOnTop = true | |
| 37 | HBill.Enabled = true | |
| 38 | HMain.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 39 | HMain.BackgroundTransparency = 0.6 | |
| 40 | HMain.Size = UDim2.new(1,0,1,0) | |
| 41 | HBarBack.Parent = HMain | |
| 42 | HBarBack.BackgroundColor3 = Color3.new(0,0,0) | |
| 43 | HBarBack.BorderColor3 = Color3.new(0,0,0) | |
| 44 | HBarBack.BorderSizePixel = 2 | |
| 45 | HBarBack.Position = UDim2.new(.025, 0, .55, 0) | |
| 46 | HBarBack.Size = UDim2.new(.95, 0, .3, 0) | |
| 47 | HHealth.BackgroundTransparency = 1 | |
| 48 | HHealth.Size = UDim2.new(1,0,1,0) | |
| 49 | HHealth.Font = "Code" | |
| 50 | HHealth.Text = "999999999999/999999999999" | |
| 51 | HHealth.TextScaled = true | |
| 52 | HHealth.TextColor3 = Color3.new(1,1,1) | |
| 53 | HHealth.TextStrokeColor3 = BrickColor.new("Cyan").Color
| |
| 54 | HHealth.TextStrokeTransparency = 0 | |
| 55 | HName.Parent = HMain | |
| 56 | HName.BackgroundTransparency = 1 | |
| 57 | HName.Size = UDim2.new(1,0,.5,0) | |
| 58 | HName.Font = "Code" | |
| 59 | HName.Text = "FINAL BOSS:Miku" | |
| 60 | HName.TextScaled = true | |
| 61 | HName.TextColor3 = BrickColor.new("Cyan").Color
| |
| 62 | HName.TextStrokeColor3 = Color3.new(0,0,0) | |
| 63 | HName.TextStrokeTransparency = 0 | |
| 64 | HName.TextYAlignment = "Top" | |
| 65 | ||
| 66 | local leekmain = Instance.new("Part", char)
| |
| 67 | leekmain.BrickColor = BrickColor.new("Pearl")
| |
| 68 | leekmain.Size = Vector3.new(2,.2,2) | |
| 69 | leekmain.Shape = "Cylinder" | |
| 70 | leekmain.BottomSurface = Enum.SurfaceType.Smooth | |
| 71 | leekmain.TopSurface = Enum.SurfaceType.Smooth | |
| 72 | leekmain.Anchored = false | |
| 73 | leekmain.CanCollide = false | |
| 74 | ||
| 75 | ||
| 76 | local leekgreen1 = Instance.new("Part", char)
| |
| 77 | leekgreen1.Size = Vector3.new(.25,1,.25) | |
| 78 | leekgreen1.BrickColor = BrickColor.new("Sea green")
| |
| 79 | leekgreen1.Anchored = false | |
| 80 | leekgreen1.CanCollide = false | |
| 81 | leekgreen1.TopSurface = Enum.SurfaceType.Smooth | |
| 82 | leekgreen1.BottomSurface = Enum.SurfaceType.Smooth | |
| 83 | leekgreen1.CFrame = torso.CFrame | |
| 84 | local leekgreen2 = leekgreen1:Clone() | |
| 85 | leekgreen2.BrickColor = BrickColor.new("Sea green")
| |
| 86 | leekgreen2.Parent = char | |
| 87 | leekgreen1.CFrame = leekmain.CFrame*CFrame.new(0,1.13,.2) | |
| 88 | leekgreen1.CFrame = leekgreen1.CFrame*CFrame.Angles(math.rad(45),0,0) | |
| 89 | leekgreen2.CFrame = leekmain.CFrame*CFrame.new(0,1.13,-.2) | |
| 90 | leekgreen2.CFrame = leekgreen2.CFrame*CFrame.Angles(math.rad(-45),0,0) | |
| 91 | leekmain.CFrame = leekmain.CFrame*CFrame.Angles(0,0,(math.rad(0))) | |
| 92 | ||
| 93 | ||
| 94 | local leekmarm = Instance.new("Weld", char["Right Arm"])
| |
| 95 | leekmarm.Part0 = char["Right Arm"] | |
| 96 | leekmarm.Part1 = leekmain | |
| 97 | ||
| 98 | local leek1arm=Instance.new("Weld", char["Right Arm"])
| |
| 99 | leek1arm.Part0 = leekmain | |
| 100 | leek1arm.Part1 = leekgreen1 | |
| 101 | ||
| 102 | local leek2arm = Instance.new("Weld", char["Right Arm"])
| |
| 103 | leek2arm.Part0 = leekmain | |
| 104 | leek2arm.Part1 = leekgreen2 | |
| 105 | ||
| 106 | leekmarm.C0 = CFrame.new(0,-1,-.2)*CFrame.Angles(0,(math.rad(90)),0) | |
| 107 | leek1arm.C0 = CFrame.new(1.13,0,.3)*CFrame.Angles(0,(math.rad(-45)),(math.rad(90))) | |
| 108 | leek2arm.C0 = CFrame.new(1.13,0,-.3)*CFrame.Angles(0,(math.rad(45)),(math.rad(90))) | |
| 109 | wait() | |
| 110 | spawn(function() | |
| 111 | ||
| 112 | while true do | |
| 113 | for i =1,5 do | |
| 114 | wait() | |
| 115 | leekmarm.C0 = leekmarm.C0*CFrame.Angles(0,(math.rad(18)),0) | |
| 116 | end | |
| 117 | end | |
| 118 | end) | |
| 119 | ||
| 120 | ||
| 121 | ||
| 122 | local function trail() | |
| 123 | local trail = Instance.new("Part", leekgreen2)
| |
| 124 | trail.Size = Vector3.new(0,0,.4) | |
| 125 | trail.Transparency = .5 | |
| 126 | trail.Anchored = true | |
| 127 | trail.CFrame = leekgreen2.CFrame*CFrame.new(0,-.5,0) | |
| 128 | trail.CanCollide = false | |
| 129 | ||
| 130 | for i =0,5,.2 do | |
| 131 | trail.Transparency = i | |
| 132 | wait() | |
| 133 | end | |
| 134 | trail:Destroy() | |
| 135 | end | |
| 136 | spawn(function() | |
| 137 | while leeking == true do | |
| 138 | ||
| 139 | ||
| 140 | ||
| 141 | spawn(function() | |
| 142 | trail() | |
| 143 | end) | |
| 144 | ||
| 145 | wait() | |
| 146 | end | |
| 147 | end) | |
| 148 | ||
| 149 | music = Instance.new("Sound", char)
| |
| 150 | music.SoundId = "http://www.roblox.com/asset/?id=364338573" | |
| 151 | music.Looped = true | |
| 152 | music.Volume = 10 | |
| 153 | music:Play() | |
| 154 | ||
| 155 | ||
| 156 | char.Humanoid.Died:connect(function() | |
| 157 | music:Stop() | |
| 158 | HName.TextColor3 = BrickColor.new("Hot white").Color
| |
| 159 | HName.Text = "Miku is Dead ;-;" | |
| 160 | HHealth.Text = "0/9999999999" | |
| 161 | local f = Instance.new("Explosion",char.Torso)
| |
| 162 | f.Position = char.Torso.Position | |
| 163 | f.BlastRadius = 1000000000000000000 | |
| 164 | local ball1 = Instance.new("Part", game.Players.LocalPlayer.Character)
| |
| 165 | ball1.Size = Vector3.new(1,1,1) | |
| 166 | ball1.Material = "Neon" | |
| 167 | ball1.Anchored = true | |
| 168 | ball1.Transparency = 0.3 | |
| 169 | ball1.BrickColor = BrickColor.new("Cyan")
| |
| 170 | ball1.CanCollide = false | |
| 171 | local ball11 = Instance.new("Part", game.Players.LocalPlayer.Character)
| |
| 172 | ball11.Size = Vector3.new(1,1,1) | |
| 173 | ball11.Material = "Neon" | |
| 174 | ball11.Anchored = true | |
| 175 | ball11.Transparency = 0.3 | |
| 176 | ball11.BrickColor = BrickColor.new("Cyan")
| |
| 177 | ball11.CanCollide = false | |
| 178 | local cf = ball1.CFrame | |
| 179 | ball1:BreakJoints() | |
| 180 | local cfval = 0 | |
| 181 | local cfval1 = 0 | |
| 182 | for i = 1,260 do | |
| 183 | game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1)) | |
| 184 | cfval1 = cfval1 - 1 | |
| 185 | cfval = cfval + 1 | |
| 186 | ball1.Size = ball1.Size + Vector3.new(0.4,0.4,0.4) | |
| 187 | ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1)) | |
| 188 | -- | |
| 189 | ball11.Size = ball1.Size + Vector3.new(0.2,0.2,0.2) | |
| 190 | ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1)) | |
| 191 | wait() | |
| 192 | end | |
| 193 | for i = 1,20 do | |
| 194 | game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1)) | |
| 195 | cfval1 = cfval1 - 1 | |
| 196 | cfval = cfval + 1 | |
| 197 | ball1.Transparency = ball1.Transparency + 0.05 | |
| 198 | ball1.Size = ball1.Size + Vector3.new(0.4,0.4,0.4) | |
| 199 | ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1)) | |
| 200 | -- | |
| 201 | ball11.Transparency = ball11.Transparency + 0.05 | |
| 202 | ball11.Size = ball1.Size + Vector3.new(0.2,0.2,0.2) | |
| 203 | ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1)) | |
| 204 | wait() | |
| 205 | local rip = Instance.new("Sound",Workspace)
| |
| 206 | rip.SoundId = "rbxassetid://715082158" | |
| 207 | rip.Volume = 10 | |
| 208 | rip:Play() | |
| 209 | ||
| 210 | end | |
| 211 | end) | |
| 212 | ||
| 213 | ||
| 214 | ||
| 215 | mouse.KeyDown:connect(function(key) | |
| 216 | if key == "x" then | |
| 217 | if ismad == false then | |
| 218 | ||
| 219 | ismad = true | |
| 220 | music:Stop() | |
| 221 | music.SoundId = "http://www.roblox.com/asset/?id=511750393" | |
| 222 | music:Play() | |
| 223 | ||
| 224 | local ball = Instance.new("Part", workspace)
| |
| 225 | ball.Shape = "Ball" | |
| 226 | ball.Anchored = true | |
| 227 | ball.CanCollide = false | |
| 228 | ball.Size = Vector3.new(1,1,1) | |
| 229 | ball.CFrame = torso.CFrame | |
| 230 | ball.BrickColor = BrickColor.new("Really red")
| |
| 231 | ball.Material = "Neon" | |
| 232 | leekmain.BrickColor = BrickColor.new("Really black")
| |
| 233 | leekgreen1.BrickColor = BrickColor.new("Really red")
| |
| 234 | leekgreen2.BrickColor = BrickColor.new("Really red")
| |
| 235 | leekgreen1.Material = "Neon" | |
| 236 | leekgreen2.Material = "Neon" | |
| 237 | for i = 0,1,0.05 do | |
| 238 | ball.Size = ball.Size+Vector3.new(0.5,0.5,0.5) | |
| 239 | ball.Transparency = i | |
| 240 | ball.CFrame = torso.CFrame | |
| 241 | wait() | |
| 242 | end | |
| 243 | ball:Destroy() | |
| 244 | ||
| 245 | ||
| 246 | elseif ismad == true then | |
| 247 | ismad = false | |
| 248 | music:Stop() | |
| 249 | music.SoundId = "http://www.roblox.com/asset/?id=364338573" | |
| 250 | music:Play() | |
| 251 | ||
| 252 | local ball = Instance.new("Part", workspace)
| |
| 253 | ball.Shape = "Ball" | |
| 254 | ball.Anchored = true | |
| 255 | ball.CanCollide = false | |
| 256 | ball.Size = Vector3.new(1,1,1) | |
| 257 | ball.CFrame = torso.CFrame | |
| 258 | ball.BrickColor = BrickColor.new("Lime green")
| |
| 259 | ball.Material = "Neon" | |
| 260 | leekmain.BrickColor = BrickColor.new("Pearl")
| |
| 261 | leekgreen1.BrickColor = BrickColor.new("Sea green")
| |
| 262 | leekgreen2.BrickColor = BrickColor.new("Sea green")
| |
| 263 | leekgreen1.Material = "SmoothPlastic" | |
| 264 | leekgreen2.Material = "SmoothPlastic" | |
| 265 | for i = 0,1,0.05 do | |
| 266 | ball.Size = ball.Size+Vector3.new(0.5,0.5,0.5) | |
| 267 | ball.Transparency = i | |
| 268 | ball.CFrame = torso.CFrame | |
| 269 | wait() | |
| 270 | end | |
| 271 | ball:Destroy() | |
| 272 | end | |
| 273 | end | |
| 274 | end) | |
| 275 | ||
| 276 | ||
| 277 | mouse.KeyDown:connect(function(key) | |
| 278 | if key == "c" then | |
| 279 | if miku == false then | |
| 280 | miku = true | |
| 281 | ||
| 282 | music:Stop() | |
| 283 | music.SoundId = "http://www.roblox.com/asset/?id=534723482" | |
| 284 | music:Play() | |
| 285 | ||
| 286 | local ball = Instance.new("Part", workspace)
| |
| 287 | ball.Shape = "Ball" | |
| 288 | ball.Anchored = true | |
| 289 | ball.CanCollide = false | |
| 290 | ball.Size = Vector3.new(1,1,1) | |
| 291 | ball.CFrame = torso.CFrame | |
| 292 | ball.BrickColor = BrickColor.new("Cyan")
| |
| 293 | ball.Material = "Neon" | |
| 294 | leekmain.BrickColor = BrickColor.new("Really black")
| |
| 295 | leekgreen1.BrickColor = BrickColor.new("Cyan")
| |
| 296 | leekgreen2.BrickColor = BrickColor.new("Cyan")
| |
| 297 | leekgreen1.Material = "Neon" | |
| 298 | leekgreen2.Material = "Neon" | |
| 299 | for i = 0,1,0.05 do | |
| 300 | ball.Size = ball.Size+Vector3.new(0.5,0.5,0.5) | |
| 301 | ball.Transparency = i | |
| 302 | ball.CFrame = torso.CFrame | |
| 303 | wait() | |
| 304 | end | |
| 305 | ball:Destroy() | |
| 306 | ||
| 307 | ||
| 308 | elseif miku == true then | |
| 309 | miku = false | |
| 310 | music:Stop() | |
| 311 | music.SoundId = "http://www.roblox.com/asset/?id=364338573" | |
| 312 | music:Play() | |
| 313 | ||
| 314 | local ball = Instance.new("Part", workspace)
| |
| 315 | ball.Shape = "Ball" | |
| 316 | ball.Anchored = true | |
| 317 | ball.CanCollide = false | |
| 318 | ball.Size = Vector3.new(1,1,1) | |
| 319 | ball.CFrame = torso.CFrame | |
| 320 | ball.BrickColor = BrickColor.new("Lime green")
| |
| 321 | ball.Material = "Neon" | |
| 322 | leekmain.BrickColor = BrickColor.new("Pearl")
| |
| 323 | leekgreen1.BrickColor = BrickColor.new("Sea green")
| |
| 324 | leekgreen2.BrickColor = BrickColor.new("Sea green")
| |
| 325 | leekgreen1.Material = "SmoothPlastic" | |
| 326 | leekgreen2.Material = "SmoothPlastic" | |
| 327 | for i = 0,1,0.05 do | |
| 328 | ball.Size = ball.Size+Vector3.new(0.5,0.5,0.5) | |
| 329 | ball.Transparency = i | |
| 330 | ball.CFrame = torso.CFrame | |
| 331 | wait() | |
| 332 | end | |
| 333 | ball:Destroy() | |
| 334 | ||
| 335 | ||
| 336 | end | |
| 337 | end | |
| 338 | end) | |
| 339 | ||
| 340 | mouse.KeyDown:connect(function(key) | |
| 341 | if key == "l" then | |
| 342 | music:Stop() | |
| 343 | local function rising() | |
| 344 | local holder = Instance.new("Part", char)
| |
| 345 | holder.Size = Vector3.new(1,1,1) | |
| 346 | holder.CFrame = torso.CFrame | |
| 347 | holder.Transparency = .5 | |
| 348 | holder.Anchored = true | |
| 349 | holder.CanCollide = false | |
| 350 | holder.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 351 | holder.Material = "Neon" | |
| 352 | holder.TopSurface = Enum.SurfaceType.Smooth | |
| 353 | holder.BottomSurface = Enum.SurfaceType.Smooth | |
| 354 | holder.CFrame = holder.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10))*CFrame.new(math.random(3),math.random(3),math.random(3)) | |
| 355 | local fire = Instance.new("Fire", holder)
| |
| 356 | fire.Color = Color3.new(236/255, 193/255, 36/255) | |
| 357 | fire.SecondaryColor = Color3.new(236/255, 193/255, 36/255) | |
| 358 | fire.Size = 1 | |
| 359 | ||
| 360 | for i = 1,10,.1 do | |
| 361 | holder.CFrame = holder.CFrame*CFrame.new(0,.5,0) | |
| 362 | wait() | |
| 363 | end | |
| 364 | ||
| 365 | fire:Destroy() | |
| 366 | holder:Destroy() | |
| 367 | end | |
| 368 | spawn(function() | |
| 369 | rising() | |
| 370 | end) | |
| 371 | spawn(function() | |
| 372 | rising() | |
| 373 | end) | |
| 374 | spawn(function() | |
| 375 | rising() | |
| 376 | end) | |
| 377 | spawn(function() | |
| 378 | rising() | |
| 379 | end) | |
| 380 | spawn(function() | |
| 381 | rising() | |
| 382 | end) | |
| 383 | spawn(function() | |
| 384 | rising() | |
| 385 | end) | |
| 386 | spawn(function() | |
| 387 | rising() | |
| 388 | end) | |
| 389 | spawn(function() | |
| 390 | rising() | |
| 391 | end) | |
| 392 | spawn(function() | |
| 393 | rising() | |
| 394 | end) | |
| 395 | spawn(function() | |
| 396 | rising() | |
| 397 | end) | |
| 398 | spawn(function() | |
| 399 | rising() | |
| 400 | end) | |
| 401 | spawn(function() | |
| 402 | rising() | |
| 403 | end) | |
| 404 | spawn(function() | |
| 405 | rising() | |
| 406 | end) | |
| 407 | spawn(function() | |
| 408 | rising() | |
| 409 | end) | |
| 410 | ||
| 411 | ||
| 412 | local ball = Instance.new("Part", workspace)
| |
| 413 | ball.Shape = "Ball" | |
| 414 | ball.Anchored = true | |
| 415 | ball.CanCollide = false | |
| 416 | ball.Size = Vector3.new(1,1,1) | |
| 417 | ball.CFrame = torso.CFrame | |
| 418 | ball.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 419 | ball.Material = "Neon" | |
| 420 | leekmain.BrickColor = BrickColor.new("Pearl")
| |
| 421 | leekgreen1.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 422 | leekgreen2.BrickColor = BrickColor.new("Br. yellowish orange")
| |
| 423 | leekgreen1.Material = "Neon" | |
| 424 | leekgreen2.Material = "Neon" | |
| 425 | for i = 0,1,0.05 do | |
| 426 | ball.Size = ball.Size+Vector3.new(0.5,0.5,0.5) | |
| 427 | ball.Transparency = i | |
| 428 | ball.CFrame = torso.CFrame | |
| 429 | wait() | |
| 430 | end | |
| 431 | ball:Destroy() | |
| 432 | ||
| 433 | music.SoundId = "http://www.roblox.com/asset/?id=345379968" | |
| 434 | music:Play() | |
| 435 | end | |
| 436 | end) | |
| 437 | mouse.KeyDown:connect(function(key) | |
| 438 | if key == "p" and miku == false and ismad == false then | |
| 439 | music:Stop() | |
| 440 | music.SoundId = "http://www.roblox.com/asset/?id=364338573" | |
| 441 | music:Play() | |
| 442 | chat:Chat(char.Head,"Yaa tsu tsup ari dik ari dol lan") | |
| 443 | wait(2.5) | |
| 444 | chat:Chat(char.Head,"dit ari diddle lan") | |
| 445 | wait(2.1) | |
| 446 | chat:Chat(char.Head,"dits dan doh") | |
| 447 | end | |
| 448 | end) | |
| 449 | ||
| 450 | ||
| 451 | mouse.KeyDown:connect(function(key) | |
| 452 | if key == "v" then | |
| 453 | leeking = false | |
| 454 | --transform | |
| 455 | hum.WalkSpeed = 0 | |
| 456 | RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ((math.rad(-90)),0,0) | |
| 457 | LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ(0,0,(math.rad(-90))) | |
| 458 | LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ((math.rad(-90)),0,0) | |
| 459 | music:Stop() | |
| 460 | wait(.5) | |
| 461 | leekgreen1:Destroy() | |
| 462 | leekgreen2:Destroy() | |
| 463 | leekmain:Destroy() | |
| 464 | leekmarm:Destroy() | |
| 465 | leek1arm:Destroy() | |
| 466 | leek2arm:Destroy() | |
| 467 | local fhx = Instance.new("Part", char)
| |
| 468 | fhx.Size = Vector3.new(0,0,0) | |
| 469 | fhx.Anchored = false | |
| 470 | fhx.CanCollide = false | |
| 471 | fhx.Transparency = 1 | |
| 472 | local whx = Instance.new("Weld", char["Right Arm"])
| |
| 473 | whx.Part0 = fhx | |
| 474 | whx.Part1 = char["Right Arm"] | |
| 475 | whx.C0 = whx.C0*CFrame.new(0,1,0) | |
| 476 | ||
| 477 | local function fx() | |
| 478 | local fx1 = Instance.new("Part", whx)
| |
| 479 | fx1.Size = Vector3.new(2,2,2) | |
| 480 | fx1.CFrame = fhx.CFrame | |
| 481 | fx1.Anchored = true | |
| 482 | fx1.CanCollide = false | |
| 483 | fx1.Material = "Neon" | |
| 484 | fx1.BrickColor = BrickColor.new("Lime green")
| |
| 485 | ||
| 486 | local fx2 = Instance.new("Part", whx)
| |
| 487 | fx2.Size = Vector3.new(2,2,2) | |
| 488 | fx2.CFrame = fhx.CFrame | |
| 489 | fx2.Anchored = true | |
| 490 | fx2.CanCollide = false | |
| 491 | fx2.Material = "Neon" | |
| 492 | fx2.BrickColor = BrickColor.new("Really black")
| |
| 493 | ||
| 494 | fx2.CFrame = fx2.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 495 | fx1.CFrame = fx1.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 496 | ||
| 497 | spawn(function() | |
| 498 | for i =0,5,.2 do | |
| 499 | fx2.Size = fx2.Size+Vector3.new(.2,.2,.2) | |
| 500 | fx2.CFrame = fx2.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 501 | fx2.Transparency = i | |
| 502 | ||
| 503 | wait() | |
| 504 | end | |
| 505 | fx2:Destroy() | |
| 506 | end) | |
| 507 | spawn(function() | |
| 508 | for i =0,5,.2 do | |
| 509 | fx1.Size = fx1.Size+Vector3.new(.2,.2,.2) | |
| 510 | fx1.CFrame = fx1.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 511 | fx1.Transparency = i | |
| 512 | ||
| 513 | wait() | |
| 514 | end | |
| 515 | fx1:Destroy() | |
| 516 | end) | |
| 517 | end | |
| 518 | ||
| 519 | ||
| 520 | ||
| 521 | ||
| 522 | ||
| 523 | ||
| 524 | ||
| 525 | ||
| 526 | ||
| 527 | ||
| 528 | for i = 1,10,.5 do | |
| 529 | wait(.1) | |
| 530 | fx() | |
| 531 | end | |
| 532 | ||
| 533 | local bp = Instance.new("BodyPosition",torso)
| |
| 534 | bp.position = torso.Position+Vector3.new(0,10,0) | |
| 535 | bp.maxForce = Vector3.new(100000000, 100000000, 100000000) | |
| 536 | ||
| 537 | local function fx3() | |
| 538 | local rh1 = Instance.new("Part", char)
| |
| 539 | rh1.Size = Vector3.new(0,0,0) | |
| 540 | rh1.CFrame = torso.CFrame | |
| 541 | rh1.Transparency = .5 | |
| 542 | rh1.CanCollide = false | |
| 543 | rh1.BrickColor = BrickColor.new("Lime green")
| |
| 544 | rh1.Anchored = true | |
| 545 | local rh2 = rh1:Clone() | |
| 546 | rh2.Parent = char | |
| 547 | rh2.BrickColor = BrickColor.new("Really black")
| |
| 548 | local rng = Instance.new("SpecialMesh", rh1)
| |
| 549 | rng.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 550 | rng.Scale = Vector3.new(3,3,3) | |
| 551 | local rng2 = rng:Clone() | |
| 552 | rng2.Parent = rh2 | |
| 553 | rh1.CFrame = rh1.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 554 | rh2.CFrame = rh2.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 555 | for i =1,10,.5 do | |
| 556 | rng.Scale = rng.Scale+Vector3.new(2,2,2) | |
| 557 | rng2.Scale = rng.Scale+Vector3.new(2,2,2) | |
| 558 | wait() | |
| 559 | end | |
| 560 | rh1:Destroy() | |
| 561 | rh2:Destroy() | |
| 562 | end | |
| 563 | ||
| 564 | local function fx2() | |
| 565 | local fx1 = Instance.new("Part", whx)
| |
| 566 | fx1.Size = Vector3.new(6,6,6) | |
| 567 | fx1.CFrame = torso.CFrame | |
| 568 | fx1.Anchored = true | |
| 569 | fx1.CanCollide = false | |
| 570 | fx1.Material = "Neon" | |
| 571 | fx1.BrickColor = BrickColor.new("Lime green")
| |
| 572 | ||
| 573 | local fx2 = Instance.new("Part", whx)
| |
| 574 | fx2.Size = Vector3.new(6,6,6) | |
| 575 | fx2.CFrame = torso.CFrame | |
| 576 | fx2.Anchored = true | |
| 577 | fx2.CanCollide = false | |
| 578 | fx2.Material = "Neon" | |
| 579 | fx2.BrickColor = BrickColor.new("Really black")
| |
| 580 | ||
| 581 | fx2.CFrame = fx2.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 582 | fx1.CFrame = fx1.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 583 | ||
| 584 | spawn(function() | |
| 585 | for i =0,5,.2 do | |
| 586 | fx2.Size = fx2.Size+Vector3.new(.2,.2,.2) | |
| 587 | fx2.CFrame = fx2.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 588 | ||
| 589 | fx2.Transparency = i | |
| 590 | ||
| 591 | wait() | |
| 592 | end | |
| 593 | fx2:Destroy() | |
| 594 | end) | |
| 595 | spawn(function() | |
| 596 | for i =0,5,.2 do | |
| 597 | fx1.Size = fx1.Size+Vector3.new(.2,.2,.2) | |
| 598 | fx1.CFrame = fx1.CFrame*CFrame.fromEulerAnglesXYZ(math.random(10),math.random(10),math.random(10)) | |
| 599 | fx1.Transparency = i | |
| 600 | ||
| 601 | wait() | |
| 602 | end | |
| 603 | fx1:Destroy() | |
| 604 | end) | |
| 605 | end | |
| 606 | ||
| 607 | ||
| 608 | wait(.5) | |
| 609 | ||
| 610 | spawn(function() | |
| 611 | for i = 1,10,.25 do | |
| 612 | wait(.2) | |
| 613 | fx2() | |
| 614 | end | |
| 615 | end) | |
| 616 | ||
| 617 | local groundprt = Instance.new("Part", char)
| |
| 618 | groundprt.Anchored = true | |
| 619 | groundprt.CanCollide = false | |
| 620 | groundprt.BrickColor = BrickColor.new("Lime green")
| |
| 621 | groundprt.Transparency = 0.5 | |
| 622 | groundprt.CFrame = torso.CFrame | |
| 623 | ||
| 624 | groundprt.CFrame =groundprt.CFrame*CFrame.new(0,-2.5,0) | |
| 625 | local crown = Instance.new("SpecialMesh", groundprt)
| |
| 626 | crown.MeshId = "http://www.roblox.com/asset/?id=20329976" | |
| 627 | crown.Scale = Vector3.new(20,2,20) | |
| 628 | spawn(function() | |
| 629 | ||
| 630 | wait() | |
| 631 | for i =1,20,.1 do | |
| 632 | ||
| 633 | groundprt.CFrame = groundprt.CFrame * CFrame.Angles(0,-math.rad(15 + i),0) | |
| 634 | wait() | |
| 635 | end | |
| 636 | groundprt:Destroy() | |
| 637 | ||
| 638 | end) | |
| 639 | ||
| 640 | ||
| 641 | for i =1,10 do | |
| 642 | fx3() | |
| 643 | wait() | |
| 644 | end | |
| 645 | ||
| 646 | ||
| 647 | ||
| 648 | local sphere = Instance.new("Part", char)
| |
| 649 | sphere.CFrame = torso.CFrame | |
| 650 | ||
| 651 | sphere.Anchored = true | |
| 652 | sphere.CanCollide = false | |
| 653 | sphere.Transparency = .2 | |
| 654 | sphere.Size = Vector3.new(30,30,30) | |
| 655 | sphere.Shape = "Ball" | |
| 656 | sphere.TopSurface = Enum.SurfaceType.Smooth | |
| 657 | sphere.BottomSurface = Enum.SurfaceType.Smooth | |
| 658 | sphere.BrickColor = BrickColor.new("Lime green")
| |
| 659 | ||
| 660 | LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ((math.rad(90)),0,0) | |
| 661 | LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ(0,0,(math.rad(90))) | |
| 662 | RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ((math.rad(90)),0,0) | |
| 663 | RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ(0,0,(math.rad(-90))) | |
| 664 | ||
| 665 | --sumon | |
| 666 | ||
| 667 | ||
| 668 | ||
| 669 | ||
| 670 | ||
| 671 | for i =1,10,.2 do | |
| 672 | sphere.Size = sphere.Size+Vector3.new(2,2,2) | |
| 673 | sphere.CFrame = torso.CFrame | |
| 674 | wait() | |
| 675 | end | |
| 676 | bp.Parent = nil | |
| 677 | bp:Destroy() | |
| 678 | sphere:Destroy() | |
| 679 | ||
| 680 | ||
| 681 | ||
| 682 | ||
| 683 | ||
| 684 | hum.WalkSpeed = 20 | |
| 685 | end | |
| 686 | end) | |
| 687 | ||
| 688 | ||
| 689 | ||
| 690 | ||
| 691 | mouse.KeyDown:connect(function(key) | |
| 692 | if key == "m" then | |
| 693 | game.Players.LocalPlayer.Character.Animate:Destroy() | |
| 694 | --LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ((math.rad(90)),0,0) | |
| 695 | --LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ(0,0,(math.rad(90))) | |
| 696 | --RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ((math.rad(90)),0,0) | |
| 697 | leekgreen1:Destroy() | |
| 698 | leekgreen2:Destroy() | |
| 699 | leekmain:Destroy() | |
| 700 | leekmarm:Destroy() | |
| 701 | leek1arm:Destroy() | |
| 702 | leek2arm:Destroy() | |
| 703 | RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ(0,0,(math.rad(-90))) | |
| 704 | music:Stop() | |
| 705 | ||
| 706 | ------------------------------------------------------------ | |
| 707 | ||
| 708 | LS.C0 = LS.C0*CFrame.fromEulerAnglesXYZ(0,0,(math.rad(-180))) | |
| 709 | ||
| 710 | RS.C0 = RS.C0*CFrame.fromEulerAnglesXYZ(0,0,(math.rad(180))) | |
| 711 | ||
| 712 | local leekmain = Instance.new("Part", char)
| |
| 713 | leekmain.BrickColor = BrickColor.new("Pearl")
| |
| 714 | leekmain.Size = Vector3.new(20,2,20) | |
| 715 | leekmain.Shape = "Cylinder" | |
| 716 | leekmain.BottomSurface = Enum.SurfaceType.Smooth | |
| 717 | leekmain.TopSurface = Enum.SurfaceType.Smooth | |
| 718 | leekmain.Anchored = false | |
| 719 | leekmain.CanCollide = false | |
| 720 | ||
| 721 | ||
| 722 | local leekgreen1 = Instance.new("Part", char)
| |
| 723 | leekgreen1.Size = Vector3.new(2.5,10,2.5) | |
| 724 | leekgreen1.BrickColor = BrickColor.new("Sea green")
| |
| 725 | leekgreen1.Anchored = false | |
| 726 | leekgreen1.CanCollide = false | |
| 727 | leekgreen1.TopSurface = Enum.SurfaceType.Smooth | |
| 728 | leekgreen1.BottomSurface = Enum.SurfaceType.Smooth | |
| 729 | leekgreen1.CFrame = torso.CFrame | |
| 730 | local leekgreen2 = leekgreen1:Clone() | |
| 731 | leekgreen2.Parent = char | |
| 732 | leekgreen1.CFrame = leekmain.CFrame*CFrame.new(0,1.13,.2) | |
| 733 | leekgreen1.CFrame = leekgreen1.CFrame*CFrame.Angles(math.rad(45),0,0) | |
| 734 | leekgreen2.CFrame = leekmain.CFrame*CFrame.new(0,1.13,-.2) | |
| 735 | leekgreen2.CFrame = leekgreen2.CFrame*CFrame.Angles(math.rad(-45),0,0) | |
| 736 | leekmain.CFrame = leekmain.CFrame*CFrame.Angles(0,0,(math.rad(0))) | |
| 737 | ||
| 738 | ||
| 739 | local leekmarm = Instance.new("Weld", char["Right Arm"])
| |
| 740 | leekmarm.Part0 = char["Right Arm"] | |
| 741 | leekmarm.Part1 = leekmain | |
| 742 | ||
| 743 | local leek1arm=Instance.new("Weld", char["Right Arm"])
| |
| 744 | leek1arm.Part0 = leekmain | |
| 745 | leek1arm.Part1 = leekgreen1 | |
| 746 | ||
| 747 | local leek2arm = Instance.new("Weld", char["Right Arm"])
| |
| 748 | leek2arm.Part0 = leekmain | |
| 749 | leek2arm.Part1 = leekgreen2 | |
| 750 | ||
| 751 | leekmarm.C0 = CFrame.new(0,-2,0)*CFrame.Angles(0,0,0) | |
| 752 | leek1arm.C0 = CFrame.new(1.13,-2,.3)*CFrame.Angles(0,(math.rad(-45)),(math.rad(90))) | |
| 753 | leek2arm.C0 = CFrame.new(1.13,-2,-.3)*CFrame.Angles(0,(math.rad(45)),(math.rad(90))) | |
| 754 | ||
| 755 | ||
| 756 | --leekmain.Size = leekmain.Size+Vector3.new(10,1,10) | |
| 757 | end | |
| 758 | end) |