View difference between Paste ID: RKxKyFXi and 3gxC9qxd
SHOW: | | - or go back to the newest paste.
1
--Vibrava morph made by Lukaslun17--
2-
warn("Made by Lukaslun17")
2+
warn("Made by Lukaslun17, Madic reskin by firebudgy")
3
4
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
5
    if v.ClassName == 'Hat' then
6
        v:Destroy()
7
    end
8
end
9
10
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
11
    if v.ClassName == 'Accessory' then
12
        v:Destroy()
13
    end
14
end
15
16
17
game.Players.LocalPlayer.Character.Head.Transparency = 1
18
game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
19
game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
20
game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
21
game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
22
game.Players.LocalPlayer.Character.Torso.Transparency = 1
23
game.Players.LocalPlayer.Character.Head.face:Destroy()
24
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 21.5
25
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
26
game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 1200
27
game.Players.LocalPlayer.Character.Humanoid.Health = 1200
28
game.Players.LocalPlayer.Character.Humanoid.Name = "Vibrava"
29
30
31
Mouse = game:GetService("Players").LocalPlayer:GetMouse()
32
33
local crack = Instance.new("Sound")
34
crack.Name = "Crack"
35
crack.Volume = 2.2
36
crack.SoundId = "rbxassetid://134854740"
37
crack.Parent = game.Players.LocalPlayer.Character.Torso
38
crack.EmitterSize = 100
39
   
40
 Mouse.KeyDown:connect(function(key)
41
        if key == "e" then
42
43
crack:Play()
44
45
local sand1 = Instance.new("Part")
46
local mesh1 = Instance.new("SpecialMesh")
47
48
sand1.Anchored = true
49
sand1.Size = Vector3.new(31.75, 1, 29.85)
50
sand1.BottomSurface = Enum.SurfaceType.Smooth
51
sand1.Material = Enum.Material.Sand
52
sand1.Color = Color3.new(0.552941, 0.27451, 0)
53
sand1.Name = "Sand1"
54
sand1.TopSurface = Enum.SurfaceType.Smooth
55
sand1.BrickColor = BrickColor.new("CGA brown")
56
sand1.Parent = game.Workspace
57
sand1.CFrame = CFrame.new(-81.475, 2, -13.475)
58
mesh1.Scale = Vector3.new(1, 0.005, 1)
59
mesh1.MeshType = Enum.MeshType.FileMesh
60
mesh1.MeshId = "rbxassetid://465435723"
61
mesh1.Parent = sand1
62
mesh1.Offset = Vector3.new(0,-3,0)
63
sand1.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position) * CFrame.Angles(0, 0, 0)
64
sand1.CanCollide = false
65
66
function onTouched(part)
67
	local h = part.Parent:findFirstChild("Humanoid")
68
	if h~=nil then
69
		h.Health = h.Health -15
70
	end
71
end
72
73
sand1.Touched:connect(onTouched)
74
75
    Player = game.Players.LocalPlayer
76
    Character = Player.Character
77
    local txt = Instance.new("BillboardGui", Character)
78
    txt.Adornee = Character.Head
79
    txt.Name = "_status"
80
    txt.Size = UDim2.new(2, 0, 1.2, 0)
81
    txt.StudsOffset = Vector3.new(-9, 8, 0)
82
    local text = Instance.new("TextLabel", txt)
83
    text.Size = UDim2.new(10, 0, 7, 0)
84
    text.FontSize = "Size24"
85
    text.TextScaled = false
86
    text.TextTransparency = 0
87
    text.BackgroundTransparency = 1
88
    text.TextTransparency = 0
89
    text.TextStrokeTransparency = 0
90
    text.Font = "Highway"
91
    text.TextStrokeColor3 = Color3.new(0, 0, 0)
92
    text.Text = "Earthquake!"
93
    text.TextColor3 = Color3.new(236, 197, 39)
94
95
wait(7)
96
text.Text = ""
97
sand1:Destroy()
98
99
        end
100
end)
101
102
103
local chest = Instance.new("Model")
104
local bottom_of_right_back_wing = Instance.new("Part")
105
local mesh = Instance.new("SpecialMesh")
106
local right_back_wing = Instance.new("Part")
107
local mesh_2 = Instance.new("SpecialMesh")
108
local tail_part = Instance.new("Part")
109
local mesh_3 = Instance.new("SpecialMesh")
110
local right_top_wing = Instance.new("Part")
111
local mesh_4 = Instance.new("SpecialMesh")
112
local bottom_of_right_bottom_wing = Instance.new("Part")
113
local mesh_5 = Instance.new("SpecialMesh")
114
local left_back_wing = Instance.new("Part")
115
local mesh_6 = Instance.new("SpecialMesh")
116
local bottom_of_left_back_wing = Instance.new("Part")
117
local mesh_7 = Instance.new("SpecialMesh")
118
local right_bottom_wing = Instance.new("Part")
119
local mesh_8 = Instance.new("SpecialMesh")
120
local bottom_of_right_top_wing = Instance.new("Part")
121
local mesh_9 = Instance.new("SpecialMesh")
122
local tail_part_2 = Instance.new("Part")
123
local mesh_10 = Instance.new("SpecialMesh")
124
local left_top_wing = Instance.new("Part")
125
local mesh_11 = Instance.new("SpecialMesh")
126
local right_eye_reflection = Instance.new("Part")
127
local mesh_12 = Instance.new("SpecialMesh")
128
local N2nd_body_part = Instance.new("Part")
129
local mesh_13 = Instance.new("SpecialMesh")
130
local N4th_body_part = Instance.new("Part")
131
local mesh_14 = Instance.new("SpecialMesh")
132
local N3rd_body_part = Instance.new("Part")
133
local mesh_15 = Instance.new("SpecialMesh")
134
local right_wing_attachment = Instance.new("Part")
135
local mesh_16 = Instance.new("SpecialMesh")
136
local bottom_of_left_top_wing = Instance.new("Part")
137
local mesh_17 = Instance.new("SpecialMesh")
138
local left_front_thigh = Instance.new("Part")
139
local mesh_18 = Instance.new("SpecialMesh")
140
local left_front_leg = Instance.new("Part")
141
local mesh_19 = Instance.new("SpecialMesh")
142
local left_back_leg = Instance.new("Part")
143
local mesh_20 = Instance.new("SpecialMesh")
144
local right_front_leg = Instance.new("Part")
145
local mesh_21 = Instance.new("SpecialMesh")
146
local left_back_foot = Instance.new("Part")
147
local mesh_22 = Instance.new("SpecialMesh")
148
local right_back_foot = Instance.new("Part")
149
local mesh_23 = Instance.new("SpecialMesh")
150
local right_back_leg = Instance.new("Part")
151
local mesh_24 = Instance.new("SpecialMesh")
152
local right_front_foot = Instance.new("Part")
153
local mesh_25 = Instance.new("SpecialMesh")
154
local right_back_thigh = Instance.new("Part")
155
local mesh_26 = Instance.new("SpecialMesh")
156
local left_back_thigh = Instance.new("Part")
157
local mesh_27 = Instance.new("SpecialMesh")
158
local right_front_thigh = Instance.new("Part")
159
local mesh_28 = Instance.new("SpecialMesh")
160
local bottom_of_left_bottom_wing = Instance.new("Part")
161
local mesh_29 = Instance.new("SpecialMesh")
162
local left_bottom_wing = Instance.new("Part")
163
local mesh_30 = Instance.new("SpecialMesh")
164
local left_wing_attachment = Instance.new("Part")
165
local mesh_31 = Instance.new("SpecialMesh")
166
local head = Instance.new("Part")
167
local mesh_32 = Instance.new("SpecialMesh")
168
local left_eye = Instance.new("Part")
169
local mesh_33 = Instance.new("SpecialMesh")
170
local right_eye = Instance.new("Part")
171
local mesh_34 = Instance.new("SpecialMesh")
172
local right_pupil = Instance.new("Part")
173
local mesh_35 = Instance.new("SpecialMesh")
174
local left_pupil = Instance.new("Part")
175
local mesh_36 = Instance.new("SpecialMesh")
176
local left_antena = Instance.new("Part")
177
local mesh_37 = Instance.new("SpecialMesh")
178
local right_antena = Instance.new("Part")
179
local mesh_38 = Instance.new("SpecialMesh")
180
local left_eye_reflection = Instance.new("Part")
181
local mesh_39 = Instance.new("SpecialMesh")
182
local left_front_foot = Instance.new("Part")
183
local mesh_40 = Instance.new("SpecialMesh")
184
local middle = Instance.new("Seat")
185
local sound = Instance.new("Sound")
186
187
chest.Name = "Chest"
188
chest.Parent = game.Workspace
189
bottom_of_right_back_wing.Anchored = true
190
bottom_of_right_back_wing.Size = Vector3.new(1, 1.2, 1)
191
bottom_of_right_back_wing.Name = "Bottom of Right Back Wing"
192
bottom_of_right_back_wing.Orientation = Vector3.new(0, 139, 14)
193
bottom_of_right_back_wing.BrickColor = BrickColor.new("Really black")
194
bottom_of_right_back_wing.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
195
bottom_of_right_back_wing.Parent = chest
196
bottom_of_right_back_wing.CFrame = CFrame.new(5.4, 2.05, -7.65) * CFrame.Angles(-3.142, 0.716, -2.897)
197
mesh.Scale = Vector3.new(1.5, 0, 0.8)
198
mesh.MeshType = Enum.MeshType.FileMesh
199
mesh.MeshId = "http://www.roblox.com/Asset/?id=9756362"
200
mesh.Parent = bottom_of_right_back_wing
201
right_back_wing.Anchored = true
202
right_back_wing.Size = Vector3.new(1, 1.2, 1)
203
right_back_wing.Name = "Right Back Wing"
204
right_back_wing.Orientation = Vector3.new(0, 139, 14)
205-
right_back_wing.BrickColor = BrickColor.new("Camo")
205+
right_back_wing.BrickColor = BrickColor.new("Bright red")
206
right_back_wing.Color = Color3.new(0.227451, 0.490196, 0.0823529)
207
right_back_wing.Parent = chest
208
right_back_wing.CFrame = CFrame.new(5.4, 2.06, -7.65) * CFrame.Angles(-3.142, 0.716, -2.897)
209
mesh_2.Scale = Vector3.new(1.17, 0, 0.6)
210
mesh_2.MeshType = Enum.MeshType.FileMesh
211
mesh_2.MeshId = "http://www.roblox.com/Asset/?id=9756362"
212
mesh_2.Parent = right_back_wing
213
tail_part.Anchored = true
214
tail_part.Size = Vector3.new(1, 1, 1)
215
tail_part.BottomSurface = Enum.SurfaceType.Smooth
216
tail_part.Orientation = Vector3.new(29.72, 8.65, 94.31)
217
tail_part.Color = Color3.new(0.992157, 0.917647, 0.552941)
218
tail_part.Name = "Tail Part"
219
tail_part.TopSurface = Enum.SurfaceType.Smooth
220-
tail_part.BrickColor = BrickColor.new("Cool yellow")
220+
tail_part.BrickColor = BrickColor.new("White")
221
tail_part.Parent = chest
222
tail_part.CFrame = CFrame.new(6.3, 1.39, -6.85) * CFrame.Angles(0.524, 0.131, 1.571)
223
mesh_3.Scale = Vector3.new(0.6, 0.7, 1.5)
224
mesh_3.MeshType = Enum.MeshType.Sphere
225
mesh_3.Parent = tail_part
226
right_top_wing.Anchored = true
227
right_top_wing.Size = Vector3.new(3, 1.2, 2)
228
right_top_wing.Name = "Right Top Wing"
229
right_top_wing.Orientation = Vector3.new(0, -27.3, -8.5)
230-
right_top_wing.BrickColor = BrickColor.new("Camo")
230+
right_top_wing.BrickColor = BrickColor.new("Bright red")
231
right_top_wing.Color = Color3.new(0.227451, 0.490196, 0.0823529)
232
right_top_wing.Parent = chest
233
right_top_wing.CFrame = CFrame.new(3.7, 2.1, -5.78) * CFrame.Angles(0, -0.476, -0.148)
234
mesh_4.Scale = Vector3.new(2.97, 0, 1.18)
235
mesh_4.MeshType = Enum.MeshType.FileMesh
236
mesh_4.MeshId = "http://www.roblox.com/Asset/?id=9756362"
237
mesh_4.Parent = right_top_wing
238
bottom_of_right_bottom_wing.Anchored = true
239
bottom_of_right_bottom_wing.Size = Vector3.new(3, 1.2, 2)
240
bottom_of_right_bottom_wing.Name = "Bottom of Right Bottom Wing"
241
bottom_of_right_bottom_wing.Orientation = Vector3.new(0, -27.3, -0.4)
242
bottom_of_right_bottom_wing.BrickColor = BrickColor.new("Really black")
243
bottom_of_right_bottom_wing.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
244
bottom_of_right_bottom_wing.Parent = chest
245
bottom_of_right_bottom_wing.CFrame = CFrame.new(3.7, 1.69, -5.79) * CFrame.Angles(0, -0.476, -0.007)
246
mesh_5.Scale = Vector3.new(3.75, 0, 1.5)
247
mesh_5.MeshType = Enum.MeshType.FileMesh
248
mesh_5.MeshId = "http://www.roblox.com/Asset/?id=9756362"
249
mesh_5.Parent = bottom_of_right_bottom_wing
250
left_back_wing.Anchored = true
251
left_back_wing.Size = Vector3.new(1, 1.2, 1)
252
left_back_wing.Name = "Left Back Wing"
253
left_back_wing.Orientation = Vector3.new(0, 49, 15)
254-
left_back_wing.BrickColor = BrickColor.new("Camo")
254+
left_back_wing.BrickColor = BrickColor.new("Bright red")
255
left_back_wing.Color = Color3.new(0.227451, 0.490196, 0.0823529)
256
left_back_wing.Parent = chest
257
left_back_wing.CFrame = CFrame.new(6.91, 2.08, -7.75) * CFrame.Angles(0, 0.855, 0.262)
258
mesh_6.Scale = Vector3.new(1.17, 0, 0.6)
259
mesh_6.MeshType = Enum.MeshType.FileMesh
260
mesh_6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
261
mesh_6.Parent = left_back_wing
262
bottom_of_left_back_wing.Anchored = true
263
bottom_of_left_back_wing.Size = Vector3.new(1, 1.2, 1)
264
bottom_of_left_back_wing.Name = "Bottom of Left Back Wing"
265
bottom_of_left_back_wing.Orientation = Vector3.new(0, 49, 15)
266
bottom_of_left_back_wing.BrickColor = BrickColor.new("Really black")
267
bottom_of_left_back_wing.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
268
bottom_of_left_back_wing.Parent = chest
269
bottom_of_left_back_wing.CFrame = CFrame.new(6.9, 2.07, -7.75) * CFrame.Angles(0, 0.855, 0.262)
270
mesh_7.Scale = Vector3.new(1.5, 0, 0.8)
271
mesh_7.MeshType = Enum.MeshType.FileMesh
272
mesh_7.MeshId = "http://www.roblox.com/Asset/?id=9756362"
273
mesh_7.Parent = bottom_of_left_back_wing
274
right_bottom_wing.Anchored = true
275
right_bottom_wing.Size = Vector3.new(3, 1.2, 2)
276
right_bottom_wing.Name = "Right Bottom Wing"
277
right_bottom_wing.Orientation = Vector3.new(0.36, -27.3, -0.48)
278-
right_bottom_wing.BrickColor = BrickColor.new("Camo")
278+
right_bottom_wing.BrickColor = BrickColor.new("Bright red")
279
right_bottom_wing.Color = Color3.new(0.227451, 0.490196, 0.0823529)
280
right_bottom_wing.Parent = chest
281
right_bottom_wing.CFrame = CFrame.new(3.7, 1.7, -5.78) * CFrame.Angles(0.007, -0.476, -0.005)
282
mesh_8.Scale = Vector3.new(2.97, 0, 1.18)
283
mesh_8.MeshType = Enum.MeshType.FileMesh
284
mesh_8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
285
mesh_8.Parent = right_bottom_wing
286
bottom_of_right_top_wing.Anchored = true
287
bottom_of_right_top_wing.Size = Vector3.new(3, 1.2, 2)
288
bottom_of_right_top_wing.Name = "Bottom of Right Top Wing"
289
bottom_of_right_top_wing.Orientation = Vector3.new(0, -27.3, -8.5)
290
bottom_of_right_top_wing.BrickColor = BrickColor.new("Really black")
291
bottom_of_right_top_wing.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
292
bottom_of_right_top_wing.Parent = chest
293
bottom_of_right_top_wing.CFrame = CFrame.new(3.7, 2.09, -5.79) * CFrame.Angles(0, -0.476, -0.148)
294
mesh_9.Scale = Vector3.new(3.75, 0, 1.5)
295
mesh_9.MeshType = Enum.MeshType.FileMesh
296
mesh_9.MeshId = "http://www.roblox.com/Asset/?id=9756362"
297
mesh_9.Parent = bottom_of_right_top_wing
298
tail_part_2.Anchored = true
299
tail_part_2.Size = Vector3.new(1, 1, 1)
300
tail_part_2.BottomSurface = Enum.SurfaceType.Smooth
301
tail_part_2.Orientation = Vector3.new(29.59, -10.36, 69.84)
302
tail_part_2.Color = Color3.new(0.992157, 0.917647, 0.552941)
303
tail_part_2.Name = "Tail Part"
304
tail_part_2.TopSurface = Enum.SurfaceType.Smooth
305-
tail_part_2.BrickColor = BrickColor.new("Cool yellow")
305+
tail_part_2.BrickColor = BrickColor.new("White")
306
tail_part_2.Parent = chest
307
tail_part_2.CFrame = CFrame.new(6.1, 1.39, -6.85) * CFrame.Angles(0.524, -0.157, 1.309)
308
mesh_10.Scale = Vector3.new(0.6, 0.7, 1.5)
309
mesh_10.MeshType = Enum.MeshType.Sphere
310
mesh_10.Parent = tail_part_2
311
left_top_wing.Anchored = true
312
left_top_wing.Size = Vector3.new(3, 1.2, 2)
313
left_top_wing.Name = "Left Top Wing"
314
left_top_wing.Orientation = Vector3.new(0, 27.3, 8.5)
315-
left_top_wing.BrickColor = BrickColor.new("Camo")
315+
left_top_wing.BrickColor = BrickColor.new("Bright red")
316
left_top_wing.Color = Color3.new(0.227451, 0.490196, 0.0823529)
317
left_top_wing.Parent = chest
318
left_top_wing.CFrame = CFrame.new(8.57, 2.13, -5.8) * CFrame.Angles(0, 0.477, 0.148)
319
mesh_11.Scale = Vector3.new(2.97, 0, 1.18)
320
mesh_11.MeshType = Enum.MeshType.FileMesh
321
mesh_11.MeshId = "http://www.roblox.com/Asset/?id=9756362"
322
mesh_11.Parent = left_top_wing
323
right_eye_reflection.Anchored = true
324
right_eye_reflection.CanCollide = false
325
right_eye_reflection.Size = Vector3.new(1, 0.4, 1)
326
right_eye_reflection.Orientation = Vector3.new(0, 0, -9)
327
right_eye_reflection.BottomSurface = Enum.SurfaceType.Smooth
328
right_eye_reflection.Color = Color3.new(0.972549, 0.972549, 0.972549)
329
right_eye_reflection.Name = "Right Eye Reflection"
330
right_eye_reflection.TopSurface = Enum.SurfaceType.Smooth
331
right_eye_reflection.BrickColor = BrickColor.new("Institutional white")
332
right_eye_reflection.Parent = chest
333
right_eye_reflection.CFrame = CFrame.new(5.46, 1.4, -3.65) * CFrame.Angles(0, 0, -0.157)
334
mesh_12.Scale = Vector3.new(0.1, 0.6, 0.2)
335
mesh_12.MeshType = Enum.MeshType.Sphere
336
mesh_12.Parent = right_eye_reflection
337
N2nd_body_part.Anchored = true
338
N2nd_body_part.Size = Vector3.new(1, 1, 1)
339
N2nd_body_part.BottomSurface = Enum.SurfaceType.Smooth
340
N2nd_body_part.Orientation = Vector3.new(-0.01, 0, 90)
341
N2nd_body_part.Color = Color3.new(0.992157, 0.917647, 0.552941)
342
N2nd_body_part.Name = "2nd Body Part"
343
N2nd_body_part.TopSurface = Enum.SurfaceType.Smooth
344-
N2nd_body_part.BrickColor = BrickColor.new("Cool yellow")
344+
N2nd_body_part.BrickColor = BrickColor.new("White")
345
N2nd_body_part.Parent = chest
346
N2nd_body_part.CFrame = CFrame.new(6.2, 1.19, -4.65) * CFrame.Angles(0, 0, 1.571)
347
mesh_13.Scale = Vector3.new(1.1, 1.25, 1)
348
mesh_13.MeshType = Enum.MeshType.Sphere
349
mesh_13.Parent = N2nd_body_part
350
N4th_body_part.Anchored = true
351
N4th_body_part.Size = Vector3.new(1, 1, 1)
352
N4th_body_part.BottomSurface = Enum.SurfaceType.Smooth
353
N4th_body_part.Orientation = Vector3.new(0, 0, 90)
354
N4th_body_part.Color = Color3.new(0.992157, 0.917647, 0.552941)
355
N4th_body_part.Name = "4th Body Part"
356
N4th_body_part.TopSurface = Enum.SurfaceType.Smooth
357-
N4th_body_part.BrickColor = BrickColor.new("Cool yellow")
357+
N4th_body_part.BrickColor = BrickColor.new("White")
358
N4th_body_part.Parent = chest
359
N4th_body_part.CFrame = CFrame.new(6.2, 1.19, -6.05) * CFrame.Angles(0, 0, 1.571)
360
mesh_14.Scale = Vector3.new(1.1, 1.25, 1)
361
mesh_14.MeshType = Enum.MeshType.Sphere
362
mesh_14.Parent = N4th_body_part
363
N3rd_body_part.Anchored = true
364
N3rd_body_part.Size = Vector3.new(1, 1, 1)
365
N3rd_body_part.BottomSurface = Enum.SurfaceType.Smooth
366
N3rd_body_part.Orientation = Vector3.new(0, 0, 90)
367
N3rd_body_part.Color = Color3.new(0.992157, 0.917647, 0.552941)
368
N3rd_body_part.Name = "3rd Body Part"
369
N3rd_body_part.TopSurface = Enum.SurfaceType.Smooth
370-
N3rd_body_part.BrickColor = BrickColor.new("Cool yellow")
370+
N3rd_body_part.BrickColor = BrickColor.new("White")
371
N3rd_body_part.Parent = chest
372
N3rd_body_part.CFrame = CFrame.new(6.2, 1.19, -5.35) * CFrame.Angles(0, 0, 1.571)
373
mesh_15.Scale = Vector3.new(1.28, 1.4, 1)
374
mesh_15.MeshType = Enum.MeshType.Sphere
375
mesh_15.Parent = N3rd_body_part
376
right_wing_attachment.Anchored = true
377
right_wing_attachment.CanCollide = false
378
right_wing_attachment.Size = Vector3.new(1, 0.4, 1)
379
right_wing_attachment.Orientation = Vector3.new(-70.24, -130.04, -30.24)
380
right_wing_attachment.BottomSurface = Enum.SurfaceType.Smooth
381
right_wing_attachment.Color = Color3.new(0.972549, 0.972549, 0.972549)
382
right_wing_attachment.Name = "Right Wing Attachment"
383
right_wing_attachment.TopSurface = Enum.SurfaceType.Smooth
384
right_wing_attachment.BrickColor = BrickColor.new("Institutional white")
385
right_wing_attachment.Parent = chest
386
right_wing_attachment.CFrame = CFrame.new(6, 1.61, -4.74) * CFrame.Angles(-1.798, -0.262, -2.827)
387
mesh_16.Scale = Vector3.new(0.32, 1.7, 0.2)
388
mesh_16.MeshType = Enum.MeshType.Sphere
389
mesh_16.Parent = right_wing_attachment
390
bottom_of_left_top_wing.Anchored = true
391
bottom_of_left_top_wing.Size = Vector3.new(3, 1.2, 2)
392
bottom_of_left_top_wing.Name = "Bottom of Left Top Wing"
393
bottom_of_left_top_wing.Orientation = Vector3.new(0, 27.27, 8.53)
394
bottom_of_left_top_wing.BrickColor = BrickColor.new("Really black")
395
bottom_of_left_top_wing.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
396
bottom_of_left_top_wing.Parent = chest
397
bottom_of_left_top_wing.CFrame = CFrame.new(8.553, 2.099, -5.788) * CFrame.Angles(0, 0.476, 0.149)
398
mesh_17.Scale = Vector3.new(3.75, 0, 1.5)
399
mesh_17.MeshType = Enum.MeshType.FileMesh
400
mesh_17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
401
mesh_17.Parent = bottom_of_left_top_wing
402
left_front_thigh.Anchored = true
403
left_front_thigh.CanCollide = false
404
left_front_thigh.Size = Vector3.new(1, 0.4, 1)
405
left_front_thigh.Orientation = Vector3.new(0, -180, 180)
406
left_front_thigh.BottomSurface = Enum.SurfaceType.Smooth
407
left_front_thigh.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
408
left_front_thigh.Name = "Left Front Thigh"
409
left_front_thigh.TopSurface = Enum.SurfaceType.Smooth
410
left_front_thigh.BrickColor = BrickColor.new("Really black")
411
left_front_thigh.Parent = chest
412
left_front_thigh.CFrame = CFrame.new(7.2, 1.19, -4.55) * CFrame.Angles(3.142, 0, 0)
413
mesh_18.Scale = Vector3.new(1, 0.4, 0.13)
414
mesh_18.MeshType = Enum.MeshType.Sphere
415
mesh_18.Parent = left_front_thigh
416
left_front_leg.Anchored = true
417
left_front_leg.CanCollide = false
418
left_front_leg.Size = Vector3.new(1, 0.4, 1)
419
left_front_leg.Orientation = Vector3.new(0, -180, -118.2)
420
left_front_leg.BottomSurface = Enum.SurfaceType.Smooth
421
left_front_leg.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
422
left_front_leg.Name = "Left Front Leg"
423
left_front_leg.TopSurface = Enum.SurfaceType.Smooth
424
left_front_leg.BrickColor = BrickColor.new("Really black")
425
left_front_leg.Parent = chest
426
left_front_leg.CFrame = CFrame.new(7.81, 0.88, -4.55) * CFrame.Angles(3.142, 0, 1.079)
427
mesh_19.Scale = Vector3.new(0.8, 0.32, 0.13)
428
mesh_19.MeshType = Enum.MeshType.Sphere
429
mesh_19.Parent = left_front_leg
430
left_back_leg.Anchored = true
431
left_back_leg.CanCollide = false
432
left_back_leg.Size = Vector3.new(1, 0.4, 1)
433
left_back_leg.Orientation = Vector3.new(0, -180, -118.2)
434
left_back_leg.BottomSurface = Enum.SurfaceType.Smooth
435
left_back_leg.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
436
left_back_leg.Name = "Left Back Leg"
437
left_back_leg.TopSurface = Enum.SurfaceType.Smooth
438
left_back_leg.BrickColor = BrickColor.new("Really black")
439
left_back_leg.Parent = chest
440
left_back_leg.CFrame = CFrame.new(7.81, 0.88, -5.25) * CFrame.Angles(3.142, 0, 1.079)
441
mesh_20.Scale = Vector3.new(0.8, 0.32, 0.13)
442
mesh_20.MeshType = Enum.MeshType.Sphere
443
mesh_20.Parent = left_back_leg
444
right_front_leg.Anchored = true
445
right_front_leg.CanCollide = false
446
right_front_leg.Size = Vector3.new(1, 0.4, 1)
447
right_front_leg.Orientation = Vector3.new(0, -180, 118.2)
448
right_front_leg.BottomSurface = Enum.SurfaceType.Smooth
449
right_front_leg.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
450
right_front_leg.Name = "Right Front Leg"
451
right_front_leg.TopSurface = Enum.SurfaceType.Smooth
452
right_front_leg.BrickColor = BrickColor.new("Really black")
453
right_front_leg.Parent = chest
454
right_front_leg.CFrame = CFrame.new(4.58, 0.88, -4.55) * CFrame.Angles(3.142, 0, -1.079)
455
mesh_21.Scale = Vector3.new(0.8, 0.32, 0.13)
456
mesh_21.MeshType = Enum.MeshType.Sphere
457
mesh_21.Parent = right_front_leg
458
left_back_foot.Anchored = true
459
left_back_foot.CanCollide = false
460
left_back_foot.Size = Vector3.new(1, 0.4, 1)
461
left_back_foot.Orientation = Vector3.new(89.93, 61.28, 121.28)
462
left_back_foot.BottomSurface = Enum.SurfaceType.Smooth
463
left_back_foot.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
464
left_back_foot.Name = "Left Back Foot"
465
left_back_foot.TopSurface = Enum.SurfaceType.Smooth
466
left_back_foot.BrickColor = BrickColor.new("Really black")
467
left_back_foot.Parent = chest
468
left_back_foot.CFrame = CFrame.new(7.98, 0.5, -5.25) * CFrame.Angles(1.571, 0, 1.047)
469
mesh_22.Scale = Vector3.new(0.8, 0.32, 0.13)
470
mesh_22.MeshType = Enum.MeshType.Sphere
471
mesh_22.Parent = left_back_foot
472
right_back_foot.Anchored = true
473
right_back_foot.CanCollide = false
474
right_back_foot.Size = Vector3.new(1, 0.4, 1)
475
right_back_foot.Orientation = Vector3.new(89.93, 61.28, -178.73)
476
right_back_foot.BottomSurface = Enum.SurfaceType.Smooth
477
right_back_foot.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
478
right_back_foot.Name = "Right Back Foot"
479
right_back_foot.TopSurface = Enum.SurfaceType.Smooth
480
right_back_foot.BrickColor = BrickColor.new("Really black")
481
right_back_foot.Parent = chest
482
right_back_foot.CFrame = CFrame.new(4.39, 0.5, -5.25) * CFrame.Angles(1.571, 0, 2.094)
483
mesh_23.Scale = Vector3.new(0.8, 0.32, 0.13)
484
mesh_23.MeshType = Enum.MeshType.Sphere
485
mesh_23.Parent = right_back_foot
486
right_back_leg.Anchored = true
487
right_back_leg.CanCollide = false
488
right_back_leg.Size = Vector3.new(1, 0.4, 1)
489
right_back_leg.Orientation = Vector3.new(0, -180, 118.2)
490
right_back_leg.BottomSurface = Enum.SurfaceType.Smooth
491
right_back_leg.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
492
right_back_leg.Name = "Right Back Leg"
493
right_back_leg.TopSurface = Enum.SurfaceType.Smooth
494
right_back_leg.BrickColor = BrickColor.new("Really black")
495
right_back_leg.Parent = chest
496
right_back_leg.CFrame = CFrame.new(4.58, 0.88, -5.25) * CFrame.Angles(3.142, 0, -1.079)
497
mesh_24.Scale = Vector3.new(0.8, 0.32, 0.13)
498
mesh_24.MeshType = Enum.MeshType.Sphere
499
mesh_24.Parent = right_back_leg
500
right_front_foot.Anchored = true
501
right_front_foot.CanCollide = false
502
right_front_foot.Size = Vector3.new(1, 0.4, 1)
503
right_front_foot.Orientation = Vector3.new(89.93, 61.28, -178.73)
504
right_front_foot.BottomSurface = Enum.SurfaceType.Smooth
505
right_front_foot.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
506
right_front_foot.Name = "Right Front Foot"
507
right_front_foot.TopSurface = Enum.SurfaceType.Smooth
508
right_front_foot.BrickColor = BrickColor.new("Really black")
509
right_front_foot.Parent = chest
510
right_front_foot.CFrame = CFrame.new(4.39, 0.5, -4.55) * CFrame.Angles(1.571, 0, 2.094)
511
mesh_25.Scale = Vector3.new(0.8, 0.32, 0.13)
512
mesh_25.MeshType = Enum.MeshType.Sphere
513
mesh_25.Parent = right_front_foot
514
right_back_thigh.Anchored = true
515
right_back_thigh.CanCollide = false
516
right_back_thigh.Size = Vector3.new(1, 0.4, 1)
517
right_back_thigh.Orientation = Vector3.new(0, -180, 180)
518
right_back_thigh.BottomSurface = Enum.SurfaceType.Smooth
519
right_back_thigh.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
520
right_back_thigh.Name = "Right Back Thigh"
521
right_back_thigh.TopSurface = Enum.SurfaceType.Smooth
522
right_back_thigh.BrickColor = BrickColor.new("Really black")
523
right_back_thigh.Parent = chest
524
right_back_thigh.CFrame = CFrame.new(5.2, 1.19, -5.25) * CFrame.Angles(3.142, 0, 0)
525
mesh_26.Scale = Vector3.new(1, 0.4, 0.13)
526
mesh_26.MeshType = Enum.MeshType.Sphere
527
mesh_26.Parent = right_back_thigh
528
left_back_thigh.Anchored = true
529
left_back_thigh.CanCollide = false
530
left_back_thigh.Size = Vector3.new(1, 0.4, 1)
531
left_back_thigh.Orientation = Vector3.new(0, -180, 180)
532
left_back_thigh.BottomSurface = Enum.SurfaceType.Smooth
533
left_back_thigh.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
534
left_back_thigh.Name = "Left Back Thigh"
535
left_back_thigh.TopSurface = Enum.SurfaceType.Smooth
536
left_back_thigh.BrickColor = BrickColor.new("Really black")
537
left_back_thigh.Parent = chest
538
left_back_thigh.CFrame = CFrame.new(7.2, 1.19, -5.25) * CFrame.Angles(3.142, 0, 0)
539
mesh_27.Scale = Vector3.new(1, 0.4, 0.13)
540
mesh_27.MeshType = Enum.MeshType.Sphere
541
mesh_27.Parent = left_back_thigh
542
right_front_thigh.Anchored = true
543
right_front_thigh.CanCollide = false
544
right_front_thigh.Size = Vector3.new(1, 0.4, 1)
545
right_front_thigh.Orientation = Vector3.new(0, -180, 180)
546
right_front_thigh.BottomSurface = Enum.SurfaceType.Smooth
547
right_front_thigh.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
548
right_front_thigh.Name = "Right Front Thigh"
549
right_front_thigh.TopSurface = Enum.SurfaceType.Smooth
550
right_front_thigh.BrickColor = BrickColor.new("Really black")
551
right_front_thigh.Parent = chest
552
right_front_thigh.CFrame = CFrame.new(5.2, 1.19, -4.55) * CFrame.Angles(3.142, 0, 0)
553
mesh_28.Scale = Vector3.new(1, 0.4, 0.13)
554
mesh_28.MeshType = Enum.MeshType.Sphere
555
mesh_28.Parent = right_front_thigh
556
bottom_of_left_bottom_wing.Anchored = true
557
bottom_of_left_bottom_wing.Size = Vector3.new(3, 1.2, 2)
558
bottom_of_left_bottom_wing.Name = "Bottom of Left Bottom Wing"
559
bottom_of_left_bottom_wing.Orientation = Vector3.new(0, 27.27, -0.47)
560
bottom_of_left_bottom_wing.BrickColor = BrickColor.new("Really black")
561
bottom_of_left_bottom_wing.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
562
bottom_of_left_bottom_wing.Parent = chest
563
bottom_of_left_bottom_wing.CFrame = CFrame.new(8.553, 1.699, -5.788) * CFrame.Angles(0, 0.476, -0.008)
564
mesh_29.Scale = Vector3.new(3.75, 0, 1.5)
565
mesh_29.MeshType = Enum.MeshType.FileMesh
566
mesh_29.MeshId = "http://www.roblox.com/Asset/?id=9756362"
567
mesh_29.Parent = bottom_of_left_bottom_wing
568
left_bottom_wing.Anchored = true
569
left_bottom_wing.Size = Vector3.new(3, 1.2, 2)
570
left_bottom_wing.Name = "Left Bottom Wing"
571
left_bottom_wing.Orientation = Vector3.new(0, 27.3, -0.5)
572-
left_bottom_wing.BrickColor = BrickColor.new("Camo")
572+
left_bottom_wing.BrickColor = BrickColor.new("Bright red")
573
left_bottom_wing.Color = Color3.new(0.227451, 0.490196, 0.0823529)
574
left_bottom_wing.Parent = chest
575
left_bottom_wing.CFrame = CFrame.new(8.57, 1.7, -5.8) * CFrame.Angles(0, 0.477, -0.009)
576
mesh_30.Scale = Vector3.new(2.97, 0, 1.18)
577
mesh_30.MeshType = Enum.MeshType.FileMesh
578
mesh_30.MeshId = "http://www.roblox.com/Asset/?id=9756362"
579
mesh_30.Parent = left_bottom_wing
580
left_wing_attachment.Anchored = true
581
left_wing_attachment.CanCollide = false
582
left_wing_attachment.Size = Vector3.new(1, 0.4, 1)
583
left_wing_attachment.Orientation = Vector3.new(59.27, -78.07, -56.2)
584
left_wing_attachment.BottomSurface = Enum.SurfaceType.Smooth
585
left_wing_attachment.Color = Color3.new(0.972549, 0.972549, 0.972549)
586
left_wing_attachment.Name = "Left Wing Attachment"
587
left_wing_attachment.TopSurface = Enum.SurfaceType.Smooth
588
left_wing_attachment.BrickColor = BrickColor.new("Institutional white")
589
left_wing_attachment.Parent = chest
590
left_wing_attachment.CFrame = CFrame.new(6.41, 1.61, -4.75) * CFrame.Angles(1.449, -0.524, 0.349)
591
mesh_31.Scale = Vector3.new(0.32, 1.7, 0.2)
592
mesh_31.MeshType = Enum.MeshType.Sphere
593
mesh_31.Parent = left_wing_attachment
594
head.Anchored = true
595
head.Size = Vector3.new(1, 1, 1)
596
head.BottomSurface = Enum.SurfaceType.Smooth
597
head.Orientation = Vector3.new(0, 0, 90)
598
head.Color = Color3.new(0.992157, 0.917647, 0.552941)
599
head.Name = "Head"
600
head.TopSurface = Enum.SurfaceType.Smooth
601-
head.BrickColor = BrickColor.new("Cool yellow")
601+
head.BrickColor = BrickColor.new("White")
602
head.Parent = chest
603
head.CFrame = CFrame.new(6.2, 1.19, -3.75) * CFrame.Angles(0, 0, 1.571)
604
mesh_32.Scale = Vector3.new(1.5, 1.5, 1.5)
605
mesh_32.MeshType = Enum.MeshType.Sphere
606
mesh_32.Parent = head
607
left_eye.Anchored = true
608
left_eye.CanCollide = false
609
left_eye.Size = Vector3.new(1, 1, 1)
610
left_eye.Orientation = Vector3.new(0, 0, 97)
611
left_eye.BottomSurface = Enum.SurfaceType.Smooth
612
left_eye.Color = Color3.new(0.227451, 0.490196, 0.0823529)
613
left_eye.Name = "Left Eye"
614
left_eye.TopSurface = Enum.SurfaceType.Smooth
615-
left_eye.BrickColor = BrickColor.new("Camo")
615+
left_eye.BrickColor = BrickColor.new("Bright red")
616
left_eye.Parent = chest
617
left_eye.CFrame = CFrame.new(6.86, 1.29, -3.69) * CFrame.Angles(0, 0, 1.693)
618
mesh_33.Scale = Vector3.new(0.7, 0.2, 0.7)
619
mesh_33.MeshType = Enum.MeshType.Sphere
620
mesh_33.Parent = left_eye
621
right_eye.Anchored = true
622
right_eye.CanCollide = false
623
right_eye.Size = Vector3.new(1, 1, 1)
624
right_eye.Orientation = Vector3.new(0, 0, 80)
625
right_eye.BottomSurface = Enum.SurfaceType.Smooth
626
right_eye.Color = Color3.new(0.227451, 0.490196, 0.0823529)
627
right_eye.Name = "Right Eye"
628
right_eye.TopSurface = Enum.SurfaceType.Smooth
629-
right_eye.BrickColor = BrickColor.new("Camo")
629+
right_eye.BrickColor = BrickColor.new("Bright red")
630
right_eye.Parent = chest
631
right_eye.CFrame = CFrame.new(5.54, 1.29, -3.69) * CFrame.Angles(0, 0, 1.396)
632
mesh_34.Scale = Vector3.new(0.7, 0.2, 0.7)
633
mesh_34.MeshType = Enum.MeshType.Sphere
634
mesh_34.Parent = right_eye
635
right_pupil.Anchored = true
636
right_pupil.CanCollide = false
637
right_pupil.Size = Vector3.new(1, 0.4, 1)
638
right_pupil.Orientation = Vector3.new(0, 0, -10.1)
639
right_pupil.BottomSurface = Enum.SurfaceType.Smooth
640
right_pupil.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
641
right_pupil.Name = "Right Pupil"
642
right_pupil.TopSurface = Enum.SurfaceType.Smooth
643
right_pupil.BrickColor = BrickColor.new("Really black")
644
right_pupil.Parent = chest
645
right_pupil.CFrame = CFrame.new(5.51, 1.31, -3.69) * CFrame.Angles(0, 0, -0.176)
646
mesh_35.Scale = Vector3.new(0.2, 1.3, 0.4)
647
mesh_35.MeshType = Enum.MeshType.Sphere
648
mesh_35.Parent = right_pupil
649
left_pupil.Anchored = true
650
left_pupil.CanCollide = false
651
left_pupil.Size = Vector3.new(1, 0.4, 1)
652
left_pupil.Orientation = Vector3.new(0, 0, 8)
653
left_pupil.BottomSurface = Enum.SurfaceType.Smooth
654
left_pupil.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
655
left_pupil.Name = "Left Pupil"
656
left_pupil.TopSurface = Enum.SurfaceType.Smooth
657
left_pupil.BrickColor = BrickColor.new("Really black")
658
left_pupil.Parent = chest
659
left_pupil.CFrame = CFrame.new(6.89, 1.31, -3.68) * CFrame.Angles(0, 0, 0.14)
660
mesh_36.Scale = Vector3.new(0.2, 1.3, 0.4)
661
mesh_36.MeshType = Enum.MeshType.Sphere
662
mesh_36.Parent = left_pupil
663
left_antena.Anchored = true
664
left_antena.Size = Vector3.new(1, 0.4, 1)
665
left_antena.BottomSurface = Enum.SurfaceType.Smooth
666
left_antena.Orientation = Vector3.new(45, 0.01, -15)
667
left_antena.Color = Color3.new(0.992157, 0.917647, 0.552941)
668
left_antena.Name = "Left Antena"
669
left_antena.TopSurface = Enum.SurfaceType.Smooth
670-
left_antena.BrickColor = BrickColor.new("Cool yellow")
670+
left_antena.BrickColor = BrickColor.new("White")
671
left_antena.Parent = chest
672
left_antena.CFrame = CFrame.new(6.59, 1.97, -2.85) * CFrame.Angles(0.785, 0, -0.262)
673
mesh_37.Scale = Vector3.new(0.2, 3, 0.2)
674
mesh_37.MeshType = Enum.MeshType.Sphere
675
mesh_37.Parent = left_antena
676
right_antena.Anchored = true
677
right_antena.Size = Vector3.new(1, 0.4, 1)
678
right_antena.BottomSurface = Enum.SurfaceType.Smooth
679
right_antena.Orientation = Vector3.new(45, 0.01, 15)
680
right_antena.Color = Color3.new(0.992157, 0.917647, 0.552941)
681
right_antena.Name = "Right Antena"
682
right_antena.TopSurface = Enum.SurfaceType.Smooth
683-
right_antena.BrickColor = BrickColor.new("Cool yellow")
683+
right_antena.BrickColor = BrickColor.new("White")
684
right_antena.Parent = chest
685
right_antena.CFrame = CFrame.new(5.9, 1.96, -2.85) * CFrame.Angles(0.785, 0, 0.262)
686
mesh_38.Scale = Vector3.new(0.2, 3, 0.2)
687
mesh_38.MeshType = Enum.MeshType.Sphere
688
mesh_38.Parent = right_antena
689
left_eye_reflection.Anchored = true
690
left_eye_reflection.CanCollide = false
691
left_eye_reflection.Size = Vector3.new(1, 0.4, 1)
692
left_eye_reflection.Orientation = Vector3.new(0, 0, 15)
693
left_eye_reflection.BottomSurface = Enum.SurfaceType.Smooth
694
left_eye_reflection.Color = Color3.new(0.972549, 0.972549, 0.972549)
695
left_eye_reflection.Name = "Left Eye Reflection"
696
left_eye_reflection.TopSurface = Enum.SurfaceType.Smooth
697
left_eye_reflection.BrickColor = BrickColor.new("Institutional white")
698
left_eye_reflection.Parent = chest
699
left_eye_reflection.CFrame = CFrame.new(6.93, 1.4, -3.64) * CFrame.Angles(0, 0, 0.262)
700
mesh_39.Scale = Vector3.new(0.1, 0.6, 0.2)
701
mesh_39.MeshType = Enum.MeshType.Sphere
702
mesh_39.Parent = left_eye_reflection
703
left_front_foot.Anchored = true
704
left_front_foot.CanCollide = false
705
left_front_foot.Size = Vector3.new(1, 0.4, 1)
706
left_front_foot.Orientation = Vector3.new(89.93, 61.28, 121.28)
707
left_front_foot.BottomSurface = Enum.SurfaceType.Smooth
708
left_front_foot.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
709
left_front_foot.Name = "Left Front Foot"
710
left_front_foot.TopSurface = Enum.SurfaceType.Smooth
711
left_front_foot.BrickColor = BrickColor.new("Really black")
712
left_front_foot.Parent = chest
713
left_front_foot.CFrame = CFrame.new(7.98, 0.5, -4.55) * CFrame.Angles(1.571, 0, 1.047)
714
mesh_40.Scale = Vector3.new(0.8, 0.32, 0.13)
715
mesh_40.MeshType = Enum.MeshType.Sphere
716
mesh_40.Parent = left_front_foot
717
middle.Size = Vector3.new(1, 1, 1)
718
middle.Name = "Middle"
719
middle.Transparency = 1
720
middle.RightParamA = 0
721
middle.LeftParamA = 0
722
middle.Orientation = Vector3.new(0, -179.05, 0)
723
middle.Color = Color3.new(1, 1, 1)
724
middle.RightSurface = Enum.SurfaceType.Weld
725
middle.BrickColor = BrickColor.new("Institutional white")
726
middle.LeftParamB = 0
727
middle.LeftSurface = Enum.SurfaceType.Weld
728
middle.RightParamB = 0
729
middle.Parent = chest
730
middle.CFrame = CFrame.new(6.166, 3, -5.45) * CFrame.Angles(-3.142, -0.017, 3.142)
731
sound.SoundId = "rbxassetid://440218948"
732
sound.Volume = 10
733
sound.Looped = true
734
sound.MaxDistance = 220
735
sound.Parent = game.Players.LocalPlayer.Character.Torso
736
737
		local g = game.Workspace.Chest
738
		g.Parent = game.Players.LocalPlayer.Character
739
		local C = g:GetChildren()
740
		for i=1, #C do
741
			if C[i].className == "Part" or "Union" then
742
				local W = Instance.new("Weld")
743
				W.Part0 = g.Middle
744
				W.Part1 = C[i]
745
				local CJ = CFrame.new(g.Middle.Position)
746
				local C0 = g.Middle.CFrame:inverse()*CJ
747
				local C1 = C[i].CFrame:inverse()*CJ
748
				W.C0 = C0
749
				W.C1 = C1
750
				W.Parent = g.Middle
751
			end
752
				local Y = Instance.new("Weld")
753
				Y.Part0 = game.Players.LocalPlayer.Character.Torso
754
				Y.Part1 = g.Middle
755
				Y.C0 = CFrame.new(0, 0, 0)
756
				Y.Parent = Y.Part0
757
		end
758
759
		local h = g:GetChildren()
760
		for i = 1, # h do
761
			h[i].Anchored = false
762
			h[i].CanCollide = false
763
		end