View difference between Paste ID: uvjheF11 and aQjcA2HG
SHOW: | | - or go back to the newest paste.
1
for i,v in pairs(owner.Character:GetDescendants()) do
2
if v:IsA("BasePart") or v:IsA("Decal") then
3
v.Transparency = 1
4
end
5-
Music:Play()
5+
end
6
Mesh = Instance.new("SpecialMesh")
7
Mesh.Parent = owner.Character.Torso
8
Mesh.MeshId = "http://www.roblox.com/asset/?id=4524829512"
9
Mesh.Scale = Vector3.new(0.15, 0.15, 0.15)
10
Music = Instance.new("Sound", owner.character.Head)
11
Music.SoundId = "rbxassetid://6033425578"
12
Music.Volume = 4
13
Pootis = Instance.new("Sound", owner.character.Head)
14
Pootis.SoundId = "rbxassetid://6033425578"
15
Pootis.Volume = 4
16
Pootis:Play()
17
Music.Looped = true
18
Music:Play()
19
owner.Character.Torso.Transparency = 0
20
owner.Character.Torso.BrickColor = BrickColor.new("Black")
21
owner.Character.Humanoid.HipHeight = 0.75
22
23
Tool = Instance.new("Tool")
24
Tool.Name = "Pootis"
25
Pootishoovy = Instance.new("Part", game.Workspace)
26
Pootishoovy.Name = "Handle"
27
Pootishoovy.Parent = Tool
28
Tool.Parent = owner.Character 
29
Pootishoovy.CanCollide = false
30
Pootishoovy.Transparency = 1
31
local Pootishoov = Instance.new("Sound", owner.Character.Head)
32
Pootishoov.SoundId = "rbxassetid://148636758"
33
Pootishoov.Volume = 1.5
34
 
35
local function Pootis()
36
Pootishoov:Play()
37
Pootishoovy2 = Instance.new("Part")
38
Pootishoovy2.Transparency = 1
39
Mesh2 = Instance.new("SpecialMesh")
40
Mesh2.Parent = Pootishoovy2
41
Mesh2.MeshId = "http://www.roblox.com/asset/?id=430708221"
42
Mesh2.TextureId = "http://www.roblox.com/asset/?id=430708360"
43
Mesh2.Scale = Vector3.new(10, 10, 10)
44
    local velocity = Instance.new("BodyVelocity", Pootishoovy2)
45
    velocity.Velocity = owner.Character.Head.CFrame.lookVector * 50
46
    velocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
47
    Pootishoovy2.CFrame = owner.Character.Head.CFrame * CFrame.new(0,-1,-3.5)
48
wait(1)
49
velocity:Destroy()
50
end
51
 
52
Tool.Activated:connect(Pootis)