View difference between Paste ID: vkAN8mZf and vuqQs1fL
SHOW: | | - or go back to the newest paste.
1-
player = game.Players.pauldead
1+
player = game.Players.SmokeDelsin
2
Char = player.Character
3
mouse = player:GetMouse()
4
RShoulder = Char.Torso['Right Shoulder']
5
6
for i, v in pairs(game.Players:GetPlayers()) do
7
if v.Name == "minecraftrath101" then
8
v.Chatted:connect(function(message)
9
if message == "BANKAI" then
10
Player = game:GetService("Players").LocalPlayer
11
12
13
14
Tool = Instance.new("HopperBin",Player.Backpack)
15
16
Tool.Name = "Ichigo's Bankai"
17
18
19
Handle = Instance.new("Part", Char)
20
21
Handle.FormFactor = "Custom"
22
23
Handle.Size = Vector3.new(2, 2, 2.2)
24
25
Handle.TopSurface = "Smooth"
26
27
Handle.BottomSurface = "Smooth"
28
29
Handle.BrickColor = BrickColor.new("Really black")
30
31
Handle.Reflectance = 0
32
33
Handle:BreakJoints()
34
35
Handle.CanCollide = true
36
37
Mesh = Instance.new("SpecialMesh", Handle)
38
39
Mesh.MeshId = "http://www.roblox.com/asset/?id=11442510"
40
41
Mesh.TextureId = "http://www.roblox.com/asset/?id=16018717"
42
43
Mesh.Scale = Vector3.new(2, 2, 2.2)
44
45
HandleWeld = Instance.new("Weld", Char)
46
47
HandleWeld.Part0 = Char["Right Arm"]
48
49
HandleWeld.Part1 = Handle
50
51
HandleWeld.C0 = CFrame.new(0, -1, math.rad(-115)) * CFrame.Angles(0, math.rad(180), math.rad(90))
52
53
DK = Instance.new("Part", Char)
54
55
DK.FormFactor = "Custom"
56
57
DK.Size = Vector3.new(1, -1, 1)
58
59
DK.TopSurface = "Smooth"
60
61
DK.BottomSurface = "Smooth"
62
63
DK.BrickColor = BrickColor.new("Really black")
64
65
DK.Reflectance = 0
66
67
DK:BreakJoints()
68
69
DK.CanCollide = false
70
71
Mesh = Instance.new("SpecialMesh", DK)
72
73
Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
74
75
Mesh.Scale = Vector3.new(0.4, 0.25, 0.5)
76
77
DKWeld = Instance.new("Weld", Char)
78
79
DKWeld.Part0 = Char["Right Arm"]
80
81
DKWeld.Part1 = DK
82
83
DKWeld.C0 = CFrame.new(0, -1, math.rad(50)) * CFrame.Angles(0, math.rad(90), math.rad(90))
84
85
omg = Instance.new("Part", Char)
86
87
omg.FormFactor = "Custom"
88
89
omg.Size = Vector3.new(1, -1, 1)
90
91
omg.TopSurface = "Smooth"
92
93
omg.BottomSurface = "Smooth"
94
95
omg.BrickColor = BrickColor.new("Really black")
96
97
omg.Reflectance = 0
98
99
omg:BreakJoints()
100
101
omg.CanCollide = false
102
103
Mesh = Instance.new("SpecialMesh", omg)
104
105
Mesh.MeshId = "http://www.roblox.com/asset/?id=1091939"
106
107
Mesh.Scale = Vector3.new(1, 1, 1)
108
109
omgWeld = Instance.new("Weld", Char)
110
111
omgWeld.Part0 = Char["Right Arm"]
112
113
omgWeld.Part1 = omg
114
115
omgWeld.C0 = CFrame.new(0, -1, math.rad(-30)) * CFrame.Angles(0, math.rad(94), math.rad(90))
116
117
FINAL = Instance.new("Part", Char)
118
119
FINAL.FormFactor = "Custom"
120
121
FINAL.Size = Vector3.new(1, -1, 1)
122
123
FINAL.TopSurface = "Smooth"
124
125
FINAL.BottomSurface = "Smooth"
126
127
FINAL.BrickColor = BrickColor.new("Really black")
128
129
FINAL.Reflectance = 0
130
131
FINAL:BreakJoints()
132
133
FINAL.CanCollide = false
134
135
Mesh = Instance.new("SpecialMesh", FINAL)
136
137
Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
138
139
Mesh.Scale = Vector3.new(0.4, 0.25, 0.5)
140
141
FINALWeld = Instance.new("Weld", Char)
142
143
FINALWeld.Part0 = Char["Right Arm"]
144
145
FINALWeld.Part1 = FINAL
146
147
FINALWeld.C0 = CFrame.new(0, math.rad(-80), math.rad(50)) * CFrame.Angles(0, math.rad(90), math.rad(90))
148
149
K = Instance.new("Part", Char)
150
151
K.FormFactor = "Custom"
152
153
K.Size = Vector3.new(1, -1, 1)
154
155
K.TopSurface = "Smooth"
156
157
K.BottomSurface = "Smooth"
158
159
K.BrickColor = BrickColor.new("Really black")
160
161
K.Reflectance = 0
162
163
K:BreakJoints()
164
165
K.CanCollide = false
166
167
Mesh = Instance.new("SpecialMesh", K)
168
169
Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
170
171
Mesh.Scale = Vector3.new(0.4, 0.25, 0.5)
172
173
KWeld = Instance.new("Weld", Char)
174
175
KWeld.Part0 = Char["Right Arm"]
176
177
KWeld.Part1 = K
178
179
KWeld.C0 = CFrame.new(0, math.rad(-100), math.rad(50)) * CFrame.Angles(0, math.rad(90), math.rad(90))
180
181
local Mouse = Player:GetMouse()
182
183
local Character = Player.Character
184
185
local Head = Character:findFirstChild("Head")
186
187
local Torso = Character:findFirstChild("Torso")
188
189
local RightArm = Character:findFirstChild("Right Arm")
190
191
local RightSH = Torso:findFirstChild("Right Shoulder")
192
193
local LeftArm = Character:findFirstChild("Left Arm")
194
195
local LeftSH = Torso:findFirstChild("Left Shoulder")
196
197
local Joint1
198
199
local Joint2
200
201
Handle.Touched:connect(function(hit)
202
if hit.Parent:FindFirstChild("Humanoid") then
203
hit.Parent:FindFirstChild("Humanoid"):TakeDamage(25)
204
end
205
end)
206
end
207
end)
208
end
209
end
210
211
Print"Bankai Has Lodaed"