View difference between Paste ID: BnFk0uZL and xzhGmfj0
SHOW: | | - or go back to the newest paste.
1
---Beller, By CripTiq_C00L---
2-
local Player = game:GetService("Players").LocalPlayer
2+
local Player = owner
3
local Character = Player.Character
4
local Player_UI = Player.PlayerGui
5
local Root = Character:FindFirstChild("HumanoidRootPart")
6
local Torso = Character:FindFirstChild("Torso")
7
local Head = Character:FindFirstChild("Head")
8
local LeftArm = Character:FindFirstChild("Left Arm")
9
local RightArm = Character:FindFirstChild("Right Arm")
10
local Mouse = Player:GetMouse()
11
---
12
Torso["Right Shoulder"]:Destroy()
13
Torso["Left Shoulder"]:Destroy()
14
local newls = Instance.new("ManualWeld", Torso)
15
local newrs = Instance.new("ManualWeld", Torso)
16
newls.Name=("Left Shoulder")
17
newls.Part0 = Torso
18
newls.Part1 = LeftArm
19
20
newrs.Name=("Right Shoulder")
21
newrs.Part0 = Torso
22
newrs.Part1 = RightArm
23
---
24
local RightLeg = Character:FindFirstChild("Right Leg")
25
local LeftLeg = Character:FindFirstChild("Left Leg")
26
local Id = ("rbxassetid://")
27
local RJ = Root.RootJoint
28
local NK = Torso.Neck
29
local LS = Torso["Left Shoulder"]
30
local RS = Torso["Right Shoulder"]
31
local RH = Torso["Right Hip"]
32
local LH = Torso["Left Hip"]
33
local Humanoid = Character:FindFirstChild("Humanoid")
34
local function StartUpSound()
35
	local soundeff = Instance.new("Sound",Head)
36
	soundeff.SoundId = Id.."596782957"
37
	soundeff.Looped = false
38
	soundeff.Volume=0.5
39
	soundeff:Play()
40
	soundeff.Ended:connect(function()
41
		soundeff:Destroy()
42
	end)
43
end
44
45
46
--------
47
local Bell = Instance.new("Part",Character)
48
local BellMesh = Instance.new("SpecialMesh",Bell)
49
local BellWeld = Instance.new("Motor6D",Torso)
50
BellMesh.MeshId = ("rbxassetid://561324062")
51
BellMesh.TextureId = ("rbxassetid://561324761")
52
Bell.Size = Vector3.new(0.898, 1.541, 0.863)
53
Bell.Name = ("Bell of "..Player.Name)
54
Bell.BackSurface=Enum.SurfaceType.SmoothNoOutlines
55
Bell.BottomSurface=Enum.SurfaceType.SmoothNoOutlines
56
Bell.FrontSurface=Enum.SurfaceType.SmoothNoOutlines
57
Bell.LeftSurface=Enum.SurfaceType.SmoothNoOutlines
58
Bell.RightSurface=Enum.SurfaceType.SmoothNoOutlines
59
Bell.TopSurface=Enum.SurfaceType.SmoothNoOutlines
60
Bell.Anchored=false
61
Bell.CanCollide=false
62
Bell.Position = RightArm.Position
63
64
BellWeld.Part0=RightArm
65
BellWeld.Part1=Bell
66
BellWeld.Name=("BELL")
67
--------
68
function SwingBellSound()
69
		local soundeff = Instance.new("Sound",Bell)
70
	soundeff.SoundId = Id.."561348616"
71
	soundeff.Looped = false
72
	soundeff.Volume=1
73
	soundeff:Play()
74
	soundeff.Ended:connect(function()
75
		soundeff:Destroy()
76
	end)
77
end
78
79
function Swoosh()
80
			local soundeff = Instance.new("Sound",Bell)
81
	soundeff.SoundId = Id.."199145887"
82
	soundeff.Looped = false
83
	soundeff.Volume=0.4
84
	soundeff:Play()
85
	soundeff.Ended:connect(function()
86
		soundeff:Destroy()
87
	end)
88
end
89
90
-----PrintFucntion-----
91
--[[
92
	
93
	
94
	
95
	
96
	local Target = workspace:FindFirstChild("Dummy")
97
	local Root = Target.HumanoidRootPart
98
	local Torso = Target.Torso
99
local RJ=Target.HumanoidRootPart.RootJoint
100
local NK=Target.Torso["Neck"]
101
local LS=Target.Torso["Left Shoulder"]
102
local RS=Target.Torso["Right Shoulder"]
103
local LH=Target.Torso["Left Hip"]
104
local RH=Target.Torso["Right Hip"]
105
local BellWeld = Torso.BELL
106
local spdnum=0.1
107
print("RJ.C0=RJ.C0:lerp(CFrame.new(",RJ.C0,"),",spdnum,")")
108
print("RJ.C1=RJ.C1:lerp(CFrame.new(",RJ.C1,"),",spdnum,")")
109
print("NK.C0=NK.C0:lerp(CFrame.new(",NK.C0,"),",spdnum,")")
110
print("NK.C1=NK.C1:lerp(CFrame.new(",NK.C1,"),",spdnum,")")
111
print("LS.C0=LS.C0:lerp(CFrame.new(",LS.C0,"),",spdnum,")")
112
print("LS.C1=LS.C1:lerp(CFrame.new(",LS.C1,"),",spdnum,")")
113
print("RS.C0=RS.C0:lerp(CFrame.new(",RS.C0,"),",spdnum,")")
114
print("RS.C1=RS.C1:lerp(CFrame.new(",RS.C1,"),",spdnum,")")
115
print("LH.C0=LH.C0:lerp(CFrame.new(",LH.C0,"),",spdnum,")")
116
print("LH.C1=LH.C1:lerp(CFrame.new(",LH.C1,"),",spdnum,")")
117
print("RH.C0=RH.C0:lerp(CFrame.new(",RH.C0,"),",spdnum,")")
118
print("RH.C1=RH.C1:lerp(CFrame.new(",RH.C1,"),",spdnum,")")
119
print("BellWeld.C0=BellWeld.C0:lerp(CFrame.new(",BellWeld.C0,"),",spdnum,")")
120
print("BellWeld.C1=BellWeld.C1:lerp(CFrame.new(",BellWeld.C1,"),",spdnum,")")
121
	
122
	
123
	
124
	
125
	
126
	]]--
127
-----------------------
128
129
130
131
132
---Stuff---
133
Idle = false
134
Walk = false
135
Jump = false
136
Fall = false
137
Swim = false
138
Stun = false
139
AttackPress = false
140
AttackClick = false
141
CanDamage = false
142
CanClickDamage = false
143
attackprogress = 0
144
Attack1Anim = false
145
Attack2Anim = false
146
Attack3Anim = false
147
Attack4Anim = false
148
Attack5Anim = false
149
Attack6Anim = false
150
-----------
151
152
game:GetService("RunService").RenderStepped:connect(function()
153
	if Idle then
154
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
155
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, -0.98480773, -0.173044622, -0.0144655183, 0, -0.0833036005, 0.996524215, -0.173648179, 0.981384754, 0.08203803 ), 0.1 )
156
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
157
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -0.98480773, 0.172722384, -0.0179071948, 0, 0.103123419, 0.994668543, 0.173648179, 0.979557276, -0.101556741 ), 0.1 )
158
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
159
LS.C1=LS.C1:lerp(CFrame.new( 0.5, 0.49999994, 7.4505806e-009, -0.171523646, -0.136571884, -0.975667894, -0.0348584503, 0.990565956, -0.13252914, 0.984563172, 0.011278389, -0.174666166 ), 0.1 )
160
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
161
RS.C1=RS.C1:lerp(CFrame.new( -0.50000006, 0.49999994, 1.49011612e-008, -0.371709257, 0.0788956806, 0.924990594, 3.71480846e-009, 0.996382236, -0.0849849135, -0.928349137, -0.0315896794, -0.370364517 ), 0.1 )
162
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
163
LH.C1=LH.C1:lerp(CFrame.new( -0.510059714, 0.999149919, 0.0854681879, -0.119102359, -0.024906192, -0.992569625, 0.0654172152, 0.997316301, -0.0328749754, 0.990724623, -0.0688466206, -0.117153421 ), 0.1 )
164
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
165
RH.C1=RH.C1:lerp(CFrame.new( 0.49999997, 1, 0, -0.385735124, 0.0580289587, 0.920782804, 2.74929546e-009, 0.998020053, -0.0628965497, -0.922609508, -0.0242614076, -0.38497141 ), 0.1 )
166
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.1 )
167
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.0276572332, 0.49067229, -0.0140298903, 0.990976632, 0.134035319, 0, -0.080318749, 0.593828678, 0.800572574, 0.107304998, -0.79334867, 0.599235773 ), 0.1 )
168
	end
169
	if Walk then
170
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
171
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0.0808933452, -0.99999994, -2.08616257e-007, -1.76951289e-008, 0, -0.0833036005, 0.996524215, -2.08616257e-007, 0.996524215, 0.0833036005 ), 0.1 )
172
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
173
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -0.99999994, 0, -1.86264515e-009, 0, 0.103123419, 0.994668543, 0, 0.994668543, -0.103123412 ), 0.1 )
174
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
175
LS.C1=LS.C1:lerp(CFrame.new( 0.49999997, 0.5, 2.23517418e-008, 0.0565961115, 0.373393804, -0.925944805, 0.159428686, 0.912150741, 0.377575874, 0.985585928, -0.168991491, -0.00790556241 ), 0.1 )
176
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
177
RS.C1=RS.C1:lerp(CFrame.new( -0.50000006, 0.49999994, -5.96046448e-008, -0.199713066, 0.0239434578, 0.979561806, 0.333476663, 0.941685081, 0.0449715964, -0.921361923, 0.335642457, -0.196051419 ), 0.1 )
178
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
179
LH.C1=LH.C1:lerp(CFrame.new( -0.49506548, 0.999149919, 0.0859165713, 0.0547443777, -0.0364828855, -0.997833729, 0.0654172152, 0.997316301, -0.0328749754, 0.996355236, -0.0634757802, 0.0569841117 ), 0.1 )
180
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
181
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 0.99999994, 1.11758709e-008, -0.0469211787, 0.0628272593, 0.996920705, 2.74929546e-009, 0.998019993, -0.0628965497, -0.998898566, -0.0029511787, -0.0468283147 ), 0.1 )
182
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.1 )
183
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.0276572332, 0.49067229, -0.0140298903, 0.990976632, 0.134035319, 0, -0.080318749, 0.593828678, 0.800572574, 0.107304998, -0.79334867, 0.599235773 ), 0.1 )
184
	end
185
	if Jump then
186
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
187
RJ.C1=RJ.C1:lerp(CFrame.new( 0, -0.137328386, 0.258275002, -1, 0, 0, 0, 0.342020124, 0.939692616, 0, 0.939692616, -0.342020124 ), 0.1 )
188
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
189
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0.173648179, 0.98480773, 0, 0.98480773, -0.173648179 ), 0.1 )
190
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
191
LS.C1=LS.C1:lerp(CFrame.new( 0.5, 0.5, 0, -0.321393818, -0.116977766, -0.939692616, -0.342020124, 0.939692616, 1.49501744e-008, 0.883022189, 0.321393788, -0.342020154 ), 0.1 )
192
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
193
RS.C1=RS.C1:lerp(CFrame.new( -0.5, 0.5, 0, -0.173648015, 0.171010077, 0.969846308, 0.171010077, 0.975082397, -0.141314492, -0.969846308, 0.141314507, -0.198565573 ), 0.1 )
194
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
195
LH.C1=LH.C1:lerp(CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, -0.5, 0.866025388, 2.18556941e-008, 0.866025388, 0.5, -3.78551732e-008 ), 0.1 )
196
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
197
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0.17364797, 0.984807789, 7.59039409e-009, -0.984807789, 0.17364797, -4.3047315e-008 ), 0.1 )
198
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.1 )
199
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.0276572257, 0.49067229, -0.0140298838, 0.397130787, 0.851650894, -0.342020124, 0.144543782, 0.309975594, 0.939692557, 0.906308055, -0.422617793, 0 ), 0.1 )
200
	end
201
	if Fall then
202
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
203
RJ.C1=RJ.C1:lerp(CFrame.new( 0, -0.156877458, 0.294496238, -1, 0, 0, 0, -0.342020333, 0.939692557, 0, 0.939692557, 0.342020333 ), 0.1 )
204
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
205
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, -0.342020333, 0.939692557, 0, 0.939692557, 0.342020333 ), 0.1 )
206
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
207
LS.C1=LS.C1:lerp(CFrame.new( 0.5, 0.5, 1.49011612e-008, -0.321393818, -0.116977766, -0.939692616, 0.305593103, 0.926434278, -0.219846308, 0.896280527, -0.357820809, -0.262002647 ), 0.1 )
208
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
209
RS.C1=RS.C1:lerp(CFrame.new( -0.5, 0.5, -1.49011612e-008, -0.173648015, 0.171010077, 0.969846308, -0.336824268, 0.915103316, -0.221664757, -0.925416529, -0.365159452, -0.101305544 ), 0.1 )
210
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
211
LH.C1=LH.C1:lerp(CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, 0.866025388, 0.5, -3.78551732e-008, 0.5, -0.866025388, -2.18556941e-008 ), 0.1 )
212
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
213
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, -0.500000119, 0.866025269, -2.18556995e-008, -0.866025269, -0.500000119, -3.78551661e-008 ), 0.1 )
214
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.1 )
215
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.0276572555, 0.49067229, -0.0140298838, 0.41619727, 0.892539024, 0.173648179, -0.0733868033, -0.157378718, 0.98480767, 0.906308055, -0.422617793, 0 ), 0.1 )
216
	end
217
	if Swim then
218
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
219
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
220
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
221
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
222
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
223
LS.C1=LS.C1:lerp(CFrame.new( 0.0457606316, 1.00063705, 0, 1.91068547e-015, -1, 4.37113883e-008, -4.37113883e-008, -4.37113883e-008, -1, 0.99999994, 0, -4.37113847e-008 ), 0.1 )
224
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
225
RS.C1=RS.C1:lerp(CFrame.new( -0.04550457, 0.972457886, 0, 1.91068547e-015, 1, -4.37113883e-008, 4.37113883e-008, -4.37113883e-008, -1, -0.99999994, 0, -4.37113847e-008 ), 0.1 )
226
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
227
LH.C1=LH.C1:lerp(CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008 ), 0.1 )
228
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
229
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008 ), 0.1 )
230
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.1 )
231
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( -2.38210297, 1.48321116, 0.395844012, -0.258819729, 0.965925634, 1.0192994e-008, 0.965925574, 0.258819759, -2.80050223e-008, -2.9688918e-008, 2.59742072e-009, -0.99999994 ), 0.1 )
232
	end
233
	if Stun then
234
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
235
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
236
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.1 )
237
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, -0.342020124, 0.939692616, 0, 0.939692616, 0.342020124 ), 0.1 )
238
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
239
LS.C1=LS.C1:lerp(CFrame.new( 0.5, 0.5, 0, 0.413175941, 0.492403775, -0.766044438, 0.492404014, 0.586824, 0.642787576, 0.766044319, -0.642787755, -3.34848593e-008 ), 0.1 )
240
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
241
RS.C1=RS.C1:lerp(CFrame.new( -0.5, 0.49999997, 0, 0.969846368, -0.171010047, 0.173648253, -0.171010152, 0.0301536843, 0.98480773, -0.173648149, -0.98480773, -7.59040208e-009 ), 0.1 )
242
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.1 )
243
LH.C1=LH.C1:lerp(CFrame.new( -0.255618095, -0.239188433, 0.95363158, -4.30473115e-008, -0.173648179, -0.98480773, 0.173648164, 0.969846249, -0.171010077, 0.98480773, -0.171010062, 0.0301536471 ), 0.1 )
244
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.1 )
245
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, -5.96046448e-008, 0.0301536378, 0.171010047, 0.984807611, -0.984807611, 0.173648119, -4.30473079e-008, -0.171010032, -0.969846249, 0.173648119 ), 0.1 )
246
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.1 )
247
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.0276572406, 0.49067235, -0.0140298847, -0.0435774848, -0.49809733, -0.866025448, 0.0754784271, 0.862730026, -0.49999994, 0.99619478, -0.087154977, 0 ), 0.1 )
248
	end
249
	if Attack1Anim then
250
		Idle = false
251
		Walk = false
252
		Jump = false
253
		Fall = false
254
		Swim = false
255
		Stun = false
256
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.2 )
257
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, -0.983706117, 0.179783836, 0, 0.0292327106, 0.159949839, 0.98669219, 0.177391306, 0.970615149, -0.162599206 ), 0.2 )
258
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.2 )
259
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -0.991650283, 0.128956035, 0, 0, 0, 1, 0.128956035, 0.991650283, 0 ), 0.2 )
260
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.2 )
261
LS.C1=LS.C1:lerp(CFrame.new( 0.5, 0.5, 0, 0.492011786, 0.279011905, -0.824667633, -0.493287176, 0.86986649, 2.15622666e-008, 0.717350721, 0.406797975, 0.565617561 ), 0.2 )
262
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.2 )
263
RS.C1=RS.C1:lerp(CFrame.new( -0.5, 0.5, -1.49011612e-008, -0.668350756, 0.658407092, 0.34613201, 0.188704923, 0.600182235, -0.777284801, -0.719512105, -0.454182148, -0.525376976 ), 0.2 )
264
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.2 )
265
LH.C1=LH.C1:lerp(CFrame.new( -0.5, 0.99999994, 0, -0.137536779, 0, -0.990496695, -0.221504837, 0.974674046, 0.0307573583, 0.965411425, 0.223630086, -0.134053528 ), 0.2 )
266
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.2 )
267
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, 0, 0.0567602515, 0, 0.998387814, 0.325564802, 0.945338547, -0.0185089801, -0.943814456, 0.326090515, 0.0536576547 ), 0.2 )
268
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.2 )
269
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.0276572295, 0.490672261, -0.0140298903, 0.0871549696, 0.99619472, 0, 0.518777668, -0.0453867652, -0.853703558, -0.850455046, 0.0744045153, -0.520759284 ), 0.2 )
270
	end
271
	if Attack2Anim then
272
		Idle = false
273
		Walk = false
274
		Jump = false
275
		Fall = false
276
		Swim = false
277
		Stun = false
278
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.23 )
279
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, -0.884503305, -0.45567444, 0.100073233, 0.116708003, -0.008433301, 0.993130445, -0.451700211, 0.89010644, 0.0606401488 ), 0.23 )
280
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.23 )
281
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -0.898598135, 0.438772619, 0, 0, 0, 1, 0.438772619, 0.898598135, 0 ), 0.23 )
282
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.23 )
283
LS.C1=LS.C1:lerp(CFrame.new( 0.5, 0.49999997, 2.98023224e-008, 0.886121929, 0.371492565, -0.277094215, 0.294649512, 0.00991421938, 0.955554008, 0.357728362, -0.928382933, -0.10067492 ), 0.23 )
284
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.23 )
285
RS.C1=RS.C1:lerp(CFrame.new( -0.253313661, 1.00606084, -5.96046448e-008, -0.00174597383, -0.611223459, 0.791456163, -0.999998391, 0.00139212608, -0.00113092258, -0.000410559878, -0.791456938, -0.61122489 ), 0.23 )
286
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.23 )
287
LH.C1=LH.C1:lerp(CFrame.new( -0.329666525, 0.999999881, 2.98023224e-008, 0.370530516, -0.218488306, -0.90275687, -0.256036401, 0.91025573, -0.32539174, 0.892833948, 0.351706177, 0.281336635 ), 0.23 )
288
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.23 )
289
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 0.99999994, -1.49011612e-008, -0.325209826, -0.10943789, 0.93928808, 0.258566856, 0.945137978, 0.19964312, -0.909605205, 0.307794631, -0.279071152 ), 0.23 )
290
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.23 )
291
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.027657263, 0.490672261, -0.0140299201, -0.36372, 0.921501219, 0.136173025, 0.884256244, 0.387528807, -0.260599941, -0.292914152, 0.0256264415, -0.955795228 ), 0.23 )
292
	end
293
	if Attack3Anim then
294
		Idle = false
295
		Walk = false
296
		Jump = false
297
		Fall = false
298
		Swim = false
299
		Stun = false
300
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.15 )
301
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, -0.856920242, 0.515448987, 0, 0, 0, 1, 0.515448987, 0.856920242, 0 ), 0.15 )
302
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.15 )
303
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -0.913844466, -0.406064391, 0, 0, 0, 1, -0.406064391, 0.913844466, 0 ), 0.15 )
304
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.15 )
305
LS.C1=LS.C1:lerp(CFrame.new( 0.5, 0.5, 0, -0.5103392, 0.0406575054, -0.85901159, 0.856298447, -0.0682192594, -0.511956215, -0.0794159919, -0.99684155, 3.47138318e-009 ), 0.15 )
306
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.15 )
307
RS.C1=RS.C1:lerp(CFrame.new( -0.50000006, 0.0268625319, 0, 0.545909941, -0.00056283205, 0.837843657, -0.83784318, 0.000863814435, 0.545910299, -0.00103099726, -0.999999464, -4.50663222e-011 ), 0.15 )
308
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.15 )
309
LH.C1=LH.C1:lerp(CFrame.new( -0.5, 1, 0, -0.56130594, 0, -0.827608466, 0, 1, 0, 0.827608466, 0, -0.56130594 ), 0.15 )
310
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.15 )
311
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, 0, 0.562958539, 0, 0.826485097, 0, 1, 0, -0.826485097, 0, 0.562958539 ), 0.15 )
312
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.15 )
313
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.223503768, 0.863360405, -0.0140298866, 0.0284080636, 0.672819197, -0.73926127, -0.091965653, -0.734663844, -0.672169089, -0.995356917, 0.0870816708, 0.0410058796 ), 0.15 )
314
	end
315
	if Attack4Anim then
316
		Idle = false
317
		Walk = false
318
		Jump = false
319
		Fall = false
320
		Swim = false
321
		Stun = false
322
		RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.23 )
323
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, -0.908277273, -0.418368518, 0, 0, 0, 1, -0.418368518, 0.908277273, 0 ), 0.23 )
324
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.23 )
325
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -0.913809121, 0.406143963, 0, 0, 0, 1, 0.406143963, 0.913809121, 0 ), 0.23 )
326
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.23 )
327
LS.C1=LS.C1:lerp(CFrame.new( 0.711069763, 0.11907351, 0, -0.861412525, 0.0686266869, -0.503248215, 0.501658678, -0.0399659574, -0.864141941, -0.0794159919, -0.99684155, 3.47138318e-009 ), 0.23 )
328
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.23 )
329
RS.C1=RS.C1:lerp(CFrame.new( -0.351128906, 1.24290049, 0, -0.115910485, 0.000119503326, 0.993259728, -0.993259132, 0.00102404796, -0.115910485, -0.00103099726, -0.999999464, -4.50663222e-011 ), 0.23 )
330
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.23 )
331
LH.C1=LH.C1:lerp(CFrame.new( -0.5, 1, 0, 0.433923662, 0, -0.900949597, 0, 1, 0, 0.900949597, 0, 0.433923662 ), 0.23 )
332
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.23 )
333
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, 0, -0.465427339, 0, 0.885086119, 0, 1, 0, -0.885086119, 0, -0.465427339 ), 0.23 )
334
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.23 )
335
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( -0.289677769, 0.213994145, -0.0140298866, 0.0067609027, -0.361715525, 0.932263911, 0.0960155576, 0.928212523, 0.35944736, -0.995356858, 0.0870816708, 0.0410058759 ), 0.23 )
336
	end
337
	if Attack5Anim then
338
		Idle = false
339
		Walk = false
340
		Jump = false
341
		Fall = false
342
		Swim = false
343
		Stun = false
344
RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.15 )
345
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, 0.977719188, 0.155932009, -0.14053601, 0.1516781, -0.0619616173, 0.986485898, 0.14511691, -0.985822439, -0.084232524 ), 0.15 )
346
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.15 )
347
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.15 )
348
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.15 )
349
LS.C1=LS.C1:lerp(CFrame.new( 0.5, 0.5, 0, 0.94228518, -0.00541251618, -0.334767669, 0.334762156, -0.00192288426, 0.942300737, -0.0057439371, -0.99998349, 2.51075466e-010 ), 0.15 )
350
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.15 )
351
RS.C1=RS.C1:lerp(CFrame.new( -0.5, 0.49999997, 2.98023224e-008, -4.37113883e-008, 0, 1, -0.0867030621, -0.996234238, -3.78991105e-009, 0.996234238, -0.0867030621, 4.35467804e-008 ), 0.15 )
352
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.15 )
353
LH.C1=LH.C1:lerp(CFrame.new( -0.5, 1, 0, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008 ), 0.15 )
354
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.15 )
355
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008 ), 0.15 )
356
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.15 )
357
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.0276572313, 0.49067229, -0.0140299052, -0.980523765, 0.196375519, 0.00313723856, 0.0438005701, 0.234216452, -0.971197307, -0.191454157, -0.952144563, -0.238256142 ), 0.15 )
358
	end
359
	if Attack6Anim then
360
		Idle = false
361
		Walk = false
362
		Jump = false
363
		Fall = false
364
		Swim = false
365
		Stun = false
366
RJ.C0=RJ.C0:lerp(CFrame.new( 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.24 )
367
RJ.C1=RJ.C1:lerp(CFrame.new( 0, 0, 0, -0.972376347, 0.104603156, 0.208668128, 0.17618826, -0.257467479, 0.950088501, 0.153107479, 0.960608363, 0.231925398 ), 0.24 )
368
NK.C0=NK.C0:lerp(CFrame.new( 0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0 ), 0.24 )
369
NK.C1=NK.C1:lerp(CFrame.new( 0, -0.5, 0, -0.979407191, -0.201894954, 0, 0, 0, 1, -0.201894954, 0.979407191, 0 ), 0.24 )
370
LS.C0=LS.C0:lerp(CFrame.new( -1, 0.5, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.24 )
371
LS.C1=LS.C1:lerp(CFrame.new( 0.0543417335, 1.09079599, 2.98023224e-008, 0.538084328, 0.450255483, -0.712555408, -0.810613155, 0.508129418, -0.291051298, 0.231022954, 0.734216928, 0.638399541 ), 0.24 )
372
RS.C0=RS.C0:lerp(CFrame.new( 1, 0.5, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.24 )
373
RS.C1=RS.C1:lerp(CFrame.new( 0.29478687, 0.94420886, -0.478875846, 0.178172663, 0.976099551, 0.124435, -0.47184214, -0.0262210369, 0.881292999, 0.863492668, -0.215736032, 0.455893099 ), 0.24 )
374
LH.C0=LH.C0:lerp(CFrame.new( -1, -1, 0, -4.37113883e-008, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-008 ), 0.24 )
375
LH.C1=LH.C1:lerp(CFrame.new( -0.49999994, 1, 3.7252903e-009, -0.0611632392, -0.270044237, -0.960903227, -1.18261507e-008, 0.962705672, -0.270550787, 0.998127759, -0.0165477507, -0.058882203 ), 0.24 )
376
RH.C0=RH.C0:lerp(CFrame.new( 1, -1, 0, -4.37113883e-008, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-008 ), 0.24 )
377
RH.C1=RH.C1:lerp(CFrame.new( 0.5, 1, 0, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008 ), 0.24 )
378
BellWeld.C0=BellWeld.C0:lerp(CFrame.new( 0, -1, -0.300000012, 1, 0, 0, 0, 1, 0, 0, 0, 1 ), 0.24 )
379
BellWeld.C1=BellWeld.C1:lerp(CFrame.new( 0.0276572369, 0.49067235, -0.0140298903, 0.973259687, -0.215560347, 0.0793683827, 0.082625255, 0.65091145, 0.754643857, -0.214333087, -0.727906644, 0.651316583 ), 0.24 )
380
	end
381
end)
382
--------
383
StartUpSound()
384
Idle = true
385
386
function onWalk(spd)
387
	if spd >=0.001 then
388
	Idle = false
389
	Walk = true
390
	Jump = false
391
	Fall = false
392
	Swim = false
393
	Stun = false
394
	else
395
	Idle = true
396
	Walk = false
397
	Jump = false
398
	Fall = false
399
	Swim = false
400
	Stun = false
401
	end
402
end
403
404
function onJump()
405
Idle = false
406
Walk = false
407
Jump = true
408
Fall = false
409
Swim = false
410
Stun = false
411
wait(0.25)
412
Idle = false
413
Walk = false
414
Jump = false
415
Fall = true
416
Swim = false
417
Stun = false
418
end
419
420
function onSwim()
421
	Idle = false
422
Walk = false
423
Jump = false
424
Fall = false
425
Swim = true
426
Stun = false
427
end
428
429
function onStunned()
430
	Idle = false
431
Walk = false
432
Jump = false
433
Fall = false
434
Swim = false
435
Stun = true
436
end
437
438
439
function Attack1()
440
	if AttackClick==false then
441
		AttackClick=true
442
		AttackPress=true
443
		CanClickDamage=true
444
		CanDamage=false
445
		Idle = false
446
		Walk = false
447
		Jump = false
448
		Fall = false
449
		Swim = false
450
		Stun = false
451
		wait(0.1)
452
		Attack1Anim = true
453
		Attack2Anim = false
454
		
455
		wait(0.3)
456
		Swoosh()
457
		Attack1Anim = false
458
		Attack2Anim = true
459
		SwingBellSound()
460
		wait(0.3)
461
		Attack1Anim = false
462
		Attack2Anim = false
463
		Idle = true
464
		AttackClick=false
465
		AttackPress=false
466
		CanClickDamage=false
467
		CanDamage=false
468
	else
469
		print("Whew lady")
470
	end
471
end
472
473
function Attack2()
474
	if AttackClick == false then
475
		AttackClick = true
476
		AttackPress = true	
477
		CanClickDamage = true
478
		CanDamage = false
479
		Idle = false
480
		Walk = false
481
		Jump = false
482
		Fall = false
483
		Swim = false
484
		Stun = false
485
		wait(0.1)
486
		Attack3Anim = true
487
		Attack4Anim = false
488
		wait(0.3)
489
		Swoosh()
490
		Attack3Anim = false
491
		Attack4Anim = true
492
			function Atak(part)
493
				if CanClickDamage == true then
494
				local plr = part.Parent
495
				local Hum = plr:FindFirstChild("Humanoid")
496
497
				if Hum then
498
										function TouchSound()
499
						local soundeff = Instance.new("Sound",plr.Head)
500
						soundeff.SoundId = Id.."561348580"
501
						soundeff.Looped = false
502
						soundeff.Volume=0.4
503
						soundeff:Play()
504
						soundeff.Ended:connect(function()
505
						soundeff:Destroy()
506
						end)
507
										end
508
					TouchSound()
509
					Hum.PlatformStand = true
510
					Hum.Health = Hum.Health - 0.5
511
					wait(0.1)			
512
				else
513
					print("Not Humanoid")
514
				end
515
				else
516
					print("CanClickDamage is set to false")
517
			end
518
		end
519
		Bell.Touched:connect(Atak)
520
		SwingBellSound()
521
		wait(0.3)
522
		Attack3Anim = false
523
		Attack4Anim = false
524
		Idle = true
525
		AttackClick=false
526
		AttackPress=false
527
		CanClickDamage=false
528
		CanDamage=false
529
		
530
	else
531
		print("you hot bb")
532
	end
533
end
534
535
function Attack3()
536
	if AttackClick==false then
537
		AttackClick=true
538
		AttackPress=true
539
		CanClickDamage=true
540
		CanDamage=false
541
		Idle = false
542
		Walk = false
543
		Jump = false
544
		Fall = false
545
		Swim = false
546
		Stun = false
547
		wait(0.1)
548
		Attack5Anim = true
549
		Attack6Anim = false
550
		wait(0.3)
551
		Attack5Anim = false
552
		Attack6Anim = true
553
		SwingBellSound()
554
		Swoosh()
555
		wait(0.3)
556
		Attack5Anim = false
557
		Attack6Anim = false
558
		Idle = true
559
		AttackClick=false
560
		AttackPress=false
561
		CanClickDamage=false
562
		CanDamage=false
563
	end
564
end
565
566
567
Mouse.Button1Down:connect(function()
568
	if attackprogress == 0 then
569
		Attack1()
570
		attackprogress = 1
571
	elseif attackprogress == 1 then
572
		Attack2()
573
		attackprogress = 2
574
	elseif attackprogress == 2 then
575
		Attack3()
576
		attackprogress = 0
577
	end
578
end)
579
580
---------------
581
Humanoid.Running:connect(onWalk)
582
Humanoid.Jumping:connect(onJump)
583
Humanoid.Swimming:connect(onSwim)
584
Humanoid.PlatformStanding:connect(onStunned)