SHOW:
|
|
- or go back to the newest paste.
1 | - | User = game.Players.RectangleMan |
1 | + | User = game.Players.xXoONewOoXx |
2 | t = Instance.new("Tool", User.Backpack) | |
3 | h = Instance.new("Part", t) | |
4 | h.Name = "Handle" | |
5 | h.Shape = "Ball" | |
6 | h.BrickColor = BrickColor.new("Really black") | |
7 | h.Size = Vector3.new(1,1,1) | |
8 | t.Activated:connect(function() | |
9 | local mo = Instance.new("Model", workspace) | |
10 | mo.Name = "" | |
11 | local hu = Instance.new("Humanoid", mo) | |
12 | hu.MaxHealth = 0 | |
13 | hu.Health = 0 | |
14 | hu.WalkSpeed = 0 | |
15 | local bomb = h:clone() | |
16 | bomb.Parent = mo | |
17 | bomb.Name = "Head" | |
18 | bomb.CFrame = h.CFrame + Vector3.new(0,2,0) | |
19 | bomb.CanCollide = true | |
20 | local s1 = Instance.new("Sound", mo) | |
21 | s1.SoundId = "http://www.roblox.com/asset/?id=29445305" | |
22 | s1.Name = "s1" | |
23 | s1.Pitch = 1.5 | |
24 | local s2 = Instance.new("Sound", mo) | |
25 | s2.SoundId = "http://www.roblox.com/asset/?id=29445339" | |
26 | s2.Name = "s2" | |
27 | s2.Pitch = 1.5 | |
28 | local s3 = Instance.new("Sound", mo) | |
29 | s3.SoundId = "http://www.roblox.com/asset/?id=29445358" | |
30 | s3.Name = "s3" | |
31 | s3.Pitch = 1.5 | |
32 | local pew = Instance.new("Sound", mo) | |
33 | pew.SoundId = "http://www.roblox.com/asset/?id=11944350" | |
34 | pew.Name = "pew" | |
35 | pew.Pitch = 0.8 | |
36 | wait() | |
37 | mo.Name = "Charging..." | |
38 | wait(2) | |
39 | bomb.Anchored = true | |
40 | mo.Name = "thwee" | |
41 | s3:Play() | |
42 | wait(1/3) | |
43 | mo.Name = "tew" | |
44 | s2:Play() | |
45 | wait(1/3) | |
46 | mo.Name = "wahn" | |
47 | s1:Play() | |
48 | wait(1/3) | |
49 | pew:Play() | |
50 | local ex = Instance.new("Explosion", workspace) | |
51 | ex.Position = bomb.Position | |
52 | ex.BlastRadius = 10 | |
53 | ex.BlastPressure = 100000 | |
54 | bomb.Transparency = 1 | |
55 | wait(2) | |
56 | mo:Remove() | |
57 | end) |