SHOW:
|
|
- or go back to the newest paste.
1 | - | |
1 | + | local Model = Instance.new('Model', game.Workspace)ahurt7lol0 = Instance.new('Part', Model) |
2 | - | local Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8 |
2 | + | ahurt7lol0.BrickColor = BrickColor.new('Really red') |
3 | - | local Speed = 20*Scale |
3 | + | ahurt7lol0.Color = Color3.new(1, 0, 0) |
4 | - | local Gravity = 0.1 |
4 | + | ahurt7lol0.Material = Enum.Material.Concrete |
5 | - | |
5 | + | ahurt7lol0.Reflectance = 0 |
6 | - | local Player = game.Players.LocalPlayer |
6 | + | ahurt7lol0.Transparency = 0 |
7 | - | local Character = Player.Character |
7 | + | ahurt7lol0.Orientation = Vector3.new(0, -72.25, 0) |
8 | - | local Humanoid = Character.Humanoid |
8 | + | ahurt7lol0.Position = Vector3.new(-15.255784, 8.99997902, -44.804451) |
9 | - | Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false) |
9 | + | ahurt7lol0.RotVelocity = Vector3.new(0, 0, 0) |
10 | - | local Torso = Character.HumanoidRootPart |
10 | + | ahurt7lol0.Velocity = Vector3.new(0, 0, 0) |
11 | - | local Mouse = game.Players.LocalPlayer:GetMouse() |
11 | + | ahurt7lol0.Anchored = true |
12 | - | local RenderStepped = game:GetService("RunService").RenderStepped |
12 | + | ahurt7lol0.Archivable = true |
13 | - | local Camera = Workspace.CurrentCamera |
13 | + | ahurt7lol0.CanCollide = false |
14 | - | Camera:ClearAllChildren() |
14 | + | ahurt7lol0.CollisionGroupId = 0 |
15 | - | local Model = Instance.new("Model",Character) |
15 | + | ahurt7lol0.Locked = false |
16 | - | local IgnoreList = {Character,Workspace.Terrain} |
16 | + | ahurt7lol0.CustomPhysicalProperties = nil |
17 | - | |
17 | + | ahurt7lol0.Shape = Enum.PartType.Block |
18 | - | local Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25) |
18 | + | ahurt7lol0.Size = Vector3.new(0.300000012, 10.8000011, 8) |
19 | - | local Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25) |
19 | + | ahurt7lol0.BackSurface = Enum.SurfaceType.Smooth |
20 | - | local RotationOffset = CFrame.Angles(math.rad(90),math.rad(0),0) |
20 | + | ahurt7lol0.BottomSurface = Enum.SurfaceType.Inlet |
21 | - | local Gangster = false |
21 | + | ahurt7lol0.FrontSurface = Enum.SurfaceType.Smooth |
22 | - | |
22 | + | ahurt7lol0.LeftSurface = Enum.SurfaceType.Smooth |
23 | - | local Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25) |
23 | + | ahurt7lol0.RightSurface = Enum.SurfaceType.Smooth |
24 | - | local Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25) |
24 | + | ahurt7lol0.TopSurface = Enum.SurfaceType.Smooth |
25 | - | local RotationOffsetHead = CFrame.Angles(0,0,0) |
25 | + | ahurt7lol1 = Instance.new('Part', Model) |
26 | - | |
26 | + | ahurt7lol1.BrickColor = BrickColor.new('Reddish brown') |
27 | - | local Handle = Instance.new("Part",Model) |
27 | + | ahurt7lol1.Color = Color3.new(0.411765, 0.25098, 0.156863) |
28 | - | Handle.CanCollide = false |
28 | + | ahurt7lol1.Material = Enum.Material.Plastic |
29 | - | Handle.Name = "Handle" |
29 | + | ahurt7lol1.Reflectance = 0 |
30 | - | Handle.Position = Vector3.new(0,100,0) |
30 | + | ahurt7lol1.Transparency = 0 |
31 | - | Handle:BreakJoints() |
31 | + | ahurt7lol1.Orientation = Vector3.new(90, -72.25, 0) |
32 | - | Handle.FormFactor = "Custom" |
32 | + | ahurt7lol1.Position = Vector3.new(-15.2709951, 14.499979, -44.852169) |
33 | - | Handle.Size = Vector3.new(0.2,0.2,0.2) |
33 | + | ahurt7lol1.RotVelocity = Vector3.new(0, 0, 0) |
34 | - | Handle.TopSurface = "SmoothNoOutlines" |
34 | + | ahurt7lol1.Velocity = Vector3.new(0, 0, 0) |
35 | - | Handle.BottomSurface = "SmoothNoOutlines" |
35 | + | ahurt7lol1.Anchored = true |
36 | - | Handle.FrontSurface = "SmoothNoOutlines" |
36 | + | ahurt7lol1.Archivable = true |
37 | - | Handle.BackSurface = "SmoothNoOutlines" |
37 | + | ahurt7lol1.CanCollide = false |
38 | - | Handle.RightSurface = "SmoothNoOutlines" |
38 | + | ahurt7lol1.CollisionGroupId = 0 |
39 | - | Handle.LeftSurface = "SmoothNoOutlines" |
39 | + | ahurt7lol1.Locked = false |
40 | - | Handle.BrickColor = BrickColor.new("Black") |
40 | + | ahurt7lol1.CustomPhysicalProperties = nil |
41 | - | local Mesh = Instance.new("BlockMesh",Handle) |
41 | + | ahurt7lol1.Shape = Enum.PartType.Block |
42 | - | Mesh.Scale = Vector3.new(0.25,1,0.4) / 0.2 * Scale |
42 | + | ahurt7lol1.Size = Vector3.new(2, 8.40000057, 1) |
43 | - | local HandleWeld = Instance.new("Motor6D") |
43 | + | ahurt7lol1.BackSurface = Enum.SurfaceType.Smooth |
44 | - | HandleWeld.Part0 = Character["Right Arm"] |
44 | + | ahurt7lol1.BottomSurface = Enum.SurfaceType.Inlet |
45 | - | HandleWeld.Part1 = Handle |
45 | + | ahurt7lol1.FrontSurface = Enum.SurfaceType.Smooth |
46 | - | HandleWeld.C0 = CFrame.new(Vector3.new(0,-1,0)*Scale) * CFrame.Angles(math.rad(-105),0,0) |
46 | + | ahurt7lol1.LeftSurface = Enum.SurfaceType.Smooth |
47 | - | HandleWeld.Parent = Handle |
47 | + | ahurt7lol1.RightSurface = Enum.SurfaceType.Smooth |
48 | - | |
48 | + | ahurt7lol1.TopSurface = Enum.SurfaceType.Studs |
49 | - | local Part = Instance.new("Part",Model) |
49 | + | ahurt7lol2 = Instance.new('SpecialMesh', ahurt7lol1) |
50 | - | Part.CanCollide = false |
50 | + | ahurt7lol2.MeshId = '' |
51 | - | Part.Position = Vector3.new(0,100,0) |
51 | + | ahurt7lol2.MeshType = Enum.MeshType.Head |
52 | - | Part:BreakJoints() |
52 | + | ahurt7lol2.Offset = Vector3.new(0, 0, 0) |
53 | - | Part.FormFactor = "Custom" |
53 | + | ahurt7lol2.Scale = Vector3.new(0.600000024, 1, 0.600000024) |
54 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
54 | + | ahurt7lol2.TextureId = '' |
55 | - | Part.TopSurface = "SmoothNoOutlines" |
55 | + | ahurt7lol2.VertexColor = Vector3.new(1, 1, 1) |
56 | - | Part.BottomSurface = "SmoothNoOutlines" |
56 | + | ahurt7lol3 = Instance.new('Part', Model) |
57 | - | Part.FrontSurface = "SmoothNoOutlines" |
57 | + | ahurt7lol3.BrickColor = BrickColor.new('Reddish brown') |
58 | - | Part.BackSurface = "SmoothNoOutlines" |
58 | + | ahurt7lol3.Color = Color3.new(0.411765, 0.25098, 0.156863) |
59 | - | Part.RightSurface = "SmoothNoOutlines" |
59 | + | ahurt7lol3.Material = Enum.Material.Plastic |
60 | - | Part.LeftSurface = "SmoothNoOutlines" |
60 | + | ahurt7lol3.Reflectance = 0 |
61 | - | Part.BrickColor = BrickColor.new("Black") |
61 | + | ahurt7lol3.Transparency = 0 |
62 | - | local Mesh = Instance.new("CylinderMesh",Part) |
62 | + | ahurt7lol3.Orientation = Vector3.new(0, 17.75, 0) |
63 | - | Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale |
63 | + | ahurt7lol3.Position = Vector3.new(-15.111022, 7.3000021, -45.0080566) |
64 | - | local PartWeld = Instance.new("Motor6D") |
64 | + | ahurt7lol3.RotVelocity = Vector3.new(0, 0, 0) |
65 | - | PartWeld.Part0 = Handle |
65 | + | ahurt7lol3.Velocity = Vector3.new(0, 0, 0) |
66 | - | PartWeld.Part1 = Part |
66 | + | ahurt7lol3.Anchored = true |
67 | - | PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0) |
67 | + | ahurt7lol3.Archivable = true |
68 | - | PartWeld.Parent = Part |
68 | + | ahurt7lol3.CanCollide = false |
69 | - | |
69 | + | ahurt7lol3.CollisionGroupId = 0 |
70 | - | local Part = Instance.new("Part",Model) |
70 | + | ahurt7lol3.Locked = false |
71 | - | Part.CanCollide = false |
71 | + | ahurt7lol3.CustomPhysicalProperties = nil |
72 | - | Part.Position = Vector3.new(0,100,0) |
72 | + | ahurt7lol3.Shape = Enum.PartType.Block |
73 | - | Part:BreakJoints() |
73 | + | ahurt7lol3.Size = Vector3.new(2, 14.6000004, 1) |
74 | - | Part.FormFactor = "Custom" |
74 | + | ahurt7lol3.BackSurface = Enum.SurfaceType.Smooth |
75 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
75 | + | ahurt7lol3.BottomSurface = Enum.SurfaceType.Inlet |
76 | - | Part.TopSurface = "SmoothNoOutlines" |
76 | + | ahurt7lol3.FrontSurface = Enum.SurfaceType.Smooth |
77 | - | Part.BottomSurface = "SmoothNoOutlines" |
77 | + | ahurt7lol3.LeftSurface = Enum.SurfaceType.Smooth |
78 | - | Part.FrontSurface = "SmoothNoOutlines" |
78 | + | ahurt7lol3.RightSurface = Enum.SurfaceType.Smooth |
79 | - | Part.BackSurface = "SmoothNoOutlines" |
79 | + | ahurt7lol3.TopSurface = Enum.SurfaceType.Studs |
80 | - | Part.RightSurface = "SmoothNoOutlines" |
80 | + | ahurt7lol4 = Instance.new('SpecialMesh', ahurt7lol3) |
81 | - | Part.LeftSurface = "SmoothNoOutlines" |
81 | + | ahurt7lol4.MeshId = '' |
82 | - | Part.BrickColor = BrickColor.new("Black") |
82 | + | ahurt7lol4.MeshType = Enum.MeshType.Head |
83 | - | local Mesh = Instance.new("CylinderMesh",Part) |
83 | + | ahurt7lol4.Offset = Vector3.new(0, 0, 0) |
84 | - | Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale |
84 | + | ahurt7lol4.Scale = Vector3.new(0.5, 1, 0.5) |
85 | - | local PartWeld = Instance.new("Motor6D") |
85 | + | ahurt7lol4.TextureId = '' |
86 | - | PartWeld.Part0 = Handle |
86 | + | ahurt7lol4.VertexColor = Vector3.new(1, 1, 1) |
87 | - | PartWeld.Part1 = Part |
87 | + | ahurt7lol5 = Instance.new('Part', Model) |
88 | - | PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0) |
88 | + | ahurt7lol5.BrickColor = BrickColor.new('Really black') |
89 | - | PartWeld.Parent = Part |
89 | + | ahurt7lol5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) |
90 | - | |
90 | + | ahurt7lol5.Material = Enum.Material.Plastic |
91 | - | local Part = Instance.new("Part",Model) |
91 | + | ahurt7lol5.Reflectance = 0 |
92 | - | Part.CanCollide = false |
92 | + | ahurt7lol5.Transparency = 0 |
93 | - | Part.Position = Vector3.new(0,100,0) |
93 | + | ahurt7lol5.Orientation = Vector3.new(0, -161.599991, 46.0999985) |
94 | - | Part:BreakJoints() |
94 | + | ahurt7lol5.Position = Vector3.new(-17.4827576, 8.21848297, -43.8351669) |
95 | - | Part.FormFactor = "Custom" |
95 | + | ahurt7lol5.RotVelocity = Vector3.new(0, 0, 0) |
96 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
96 | + | ahurt7lol5.Velocity = Vector3.new(0, 0, 0) |
97 | - | Part.TopSurface = "SmoothNoOutlines" |
97 | + | ahurt7lol5.Anchored = true |
98 | - | Part.BottomSurface = "SmoothNoOutlines" |
98 | + | ahurt7lol5.Archivable = true |
99 | - | Part.FrontSurface = "SmoothNoOutlines" |
99 | + | ahurt7lol5.CanCollide = false |
100 | - | Part.BackSurface = "SmoothNoOutlines" |
100 | + | ahurt7lol5.CollisionGroupId = 0 |
101 | - | Part.RightSurface = "SmoothNoOutlines" |
101 | + | ahurt7lol5.Locked = false |
102 | - | Part.LeftSurface = "SmoothNoOutlines" |
102 | + | ahurt7lol5.CustomPhysicalProperties = nil |
103 | - | Part.BrickColor = BrickColor.new("Black") |
103 | + | ahurt7lol5.Shape = Enum.PartType.Block |
104 | - | local Mesh = Instance.new("CylinderMesh",Part) |
104 | + | ahurt7lol5.Size = Vector3.new(2.08918023, 0.522294939, 0.522294939) |
105 | - | Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale |
105 | + | ahurt7lol5.BackSurface = Enum.SurfaceType.Smooth |
106 | - | local PartWeld = Instance.new("Motor6D") |
106 | + | ahurt7lol5.BottomSurface = Enum.SurfaceType.Smooth |
107 | - | PartWeld.Part0 = Handle |
107 | + | ahurt7lol5.FrontSurface = Enum.SurfaceType.Smooth |
108 | - | PartWeld.Part1 = Part |
108 | + | ahurt7lol5.LeftSurface = Enum.SurfaceType.Smooth |
109 | - | PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0) |
109 | + | ahurt7lol5.RightSurface = Enum.SurfaceType.Smooth |
110 | - | PartWeld.Parent = Part |
110 | + | ahurt7lol5.TopSurface = Enum.SurfaceType.Smooth |
111 | - | |
111 | + | ahurt7lol6 = Instance.new('Part', Model) |
112 | - | local Part = Instance.new("Part",Model) |
112 | + | ahurt7lol6.BrickColor = BrickColor.new('Really black') |
113 | - | Part.CanCollide = false |
113 | + | ahurt7lol6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) |
114 | - | Part.Position = Vector3.new(0,100,0) |
114 | + | ahurt7lol6.Material = Enum.Material.Plastic |
115 | - | Part:BreakJoints() |
115 | + | ahurt7lol6.Reflectance = 0 |
116 | - | Part.FormFactor = "Custom" |
116 | + | ahurt7lol6.Transparency = 0 |
117 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
117 | + | ahurt7lol6.Orientation = Vector3.new(0, -161.599991, -133.899994) |
118 | - | Part.TopSurface = "SmoothNoOutlines" |
118 | + | ahurt7lol6.Position = Vector3.new(-12.9077425, 9.23406029, -45.3570786) |
119 | - | Part.BottomSurface = "SmoothNoOutlines" |
119 | + | ahurt7lol6.RotVelocity = Vector3.new(0, 0, 0) |
120 | - | Part.FrontSurface = "SmoothNoOutlines" |
120 | + | ahurt7lol6.Velocity = Vector3.new(0, 0, 0) |
121 | - | Part.BackSurface = "SmoothNoOutlines" |
121 | + | ahurt7lol6.Anchored = true |
122 | - | Part.RightSurface = "SmoothNoOutlines" |
122 | + | ahurt7lol6.Archivable = true |
123 | - | Part.LeftSurface = "SmoothNoOutlines" |
123 | + | ahurt7lol6.CanCollide = false |
124 | - | Part.BrickColor = BrickColor.new("Black") |
124 | + | ahurt7lol6.CollisionGroupId = 0 |
125 | - | local Mesh = Instance.new("CylinderMesh",Part) |
125 | + | ahurt7lol6.Locked = false |
126 | - | Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale |
126 | + | ahurt7lol6.CustomPhysicalProperties = nil |
127 | - | local PartWeld = Instance.new("Motor6D") |
127 | + | ahurt7lol6.Shape = Enum.PartType.Block |
128 | - | PartWeld.Part0 = Handle |
128 | + | ahurt7lol6.Size = Vector3.new(2.08918023, 0.522294939, 0.522294939) |
129 | - | PartWeld.Part1 = Part |
129 | + | ahurt7lol6.BackSurface = Enum.SurfaceType.Smooth |
130 | - | PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0) |
130 | + | ahurt7lol6.BottomSurface = Enum.SurfaceType.Smooth |
131 | - | PartWeld.Parent = Part |
131 | + | ahurt7lol6.FrontSurface = Enum.SurfaceType.Smooth |
132 | - | |
132 | + | ahurt7lol6.LeftSurface = Enum.SurfaceType.Smooth |
133 | - | local Part = Instance.new("Part",Model) |
133 | + | ahurt7lol6.RightSurface = Enum.SurfaceType.Smooth |
134 | - | Part.CanCollide = false |
134 | + | ahurt7lol6.TopSurface = Enum.SurfaceType.Smooth |
135 | - | Part.Position = Vector3.new(0,100,0) |
135 | + | ahurt7lol7 = Instance.new('Part', Model) |
136 | - | Part:BreakJoints() |
136 | + | ahurt7lol7.BrickColor = BrickColor.new('Really black') |
137 | - | Part.FormFactor = "Custom" |
137 | + | ahurt7lol7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) |
138 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
138 | + | ahurt7lol7.Material = Enum.Material.Plastic |
139 | - | Part.TopSurface = "SmoothNoOutlines" |
139 | + | ahurt7lol7.Reflectance = 0 |
140 | - | Part.BottomSurface = "SmoothNoOutlines" |
140 | + | ahurt7lol7.Transparency = 0 |
141 | - | Part.FrontSurface = "SmoothNoOutlines" |
141 | + | ahurt7lol7.Orientation = Vector3.new(0, -161.599991, -43.8999977) |
142 | - | Part.BackSurface = "SmoothNoOutlines" |
142 | + | ahurt7lol7.Position = Vector3.new(-14.7134008, 6.31551838, -44.7564125) |
143 | - | Part.RightSurface = "SmoothNoOutlines" |
143 | + | ahurt7lol7.RotVelocity = Vector3.new(0, 0, 0) |
144 | - | Part.LeftSurface = "SmoothNoOutlines" |
144 | + | ahurt7lol7.Velocity = Vector3.new(0, 0, 0) |
145 | - | Part.BrickColor = BrickColor.new("Black") |
145 | + | ahurt7lol7.Anchored = true |
146 | - | local Mesh = Instance.new("BlockMesh",Part) |
146 | + | ahurt7lol7.Archivable = true |
147 | - | Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale |
147 | + | ahurt7lol7.CanCollide = false |
148 | - | local PartWeld = Instance.new("Motor6D") |
148 | + | ahurt7lol7.CollisionGroupId = 0 |
149 | - | PartWeld.Part0 = Handle |
149 | + | ahurt7lol7.Locked = false |
150 | - | PartWeld.Part1 = Part |
150 | + | ahurt7lol7.CustomPhysicalProperties = nil |
151 | - | PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,-0.175)*Scale) * CFrame.Angles(0,0,0) |
151 | + | ahurt7lol7.Shape = Enum.PartType.Block |
152 | - | PartWeld.Parent = Part |
152 | + | ahurt7lol7.Size = Vector3.new(2.08918023, 0.522294939, 0.522294939) |
153 | - | |
153 | + | ahurt7lol7.BackSurface = Enum.SurfaceType.Smooth |
154 | - | local Part = Instance.new("Part",Model) |
154 | + | ahurt7lol7.BottomSurface = Enum.SurfaceType.Smooth |
155 | - | Part.CanCollide = false |
155 | + | ahurt7lol7.FrontSurface = Enum.SurfaceType.Smooth |
156 | - | Part.Position = Vector3.new(0,100,0) |
156 | + | ahurt7lol7.LeftSurface = Enum.SurfaceType.Smooth |
157 | - | Part:BreakJoints() |
157 | + | ahurt7lol7.RightSurface = Enum.SurfaceType.Smooth |
158 | - | Part.FormFactor = "Custom" |
158 | + | ahurt7lol7.TopSurface = Enum.SurfaceType.Smooth |
159 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
159 | + | ahurt7lol8 = Instance.new('Part', Model) |
160 | - | Part.TopSurface = "SmoothNoOutlines" |
160 | + | ahurt7lol8.BrickColor = BrickColor.new('Institutional white') |
161 | - | Part.BottomSurface = "SmoothNoOutlines" |
161 | + | ahurt7lol8.Color = Color3.new(0.972549, 0.972549, 0.972549) |
162 | - | Part.FrontSurface = "SmoothNoOutlines" |
162 | + | ahurt7lol8.Material = Enum.Material.Plastic |
163 | - | Part.BackSurface = "SmoothNoOutlines" |
163 | + | ahurt7lol8.Reflectance = 0 |
164 | - | Part.RightSurface = "SmoothNoOutlines" |
164 | + | ahurt7lol8.Transparency = 0 |
165 | - | Part.LeftSurface = "SmoothNoOutlines" |
165 | + | ahurt7lol8.Orientation = Vector3.new(0, 108.399994, 0) |
166 | - | Part.BrickColor = BrickColor.new("Black") |
166 | + | ahurt7lol8.Position = Vector3.new(-15.2045488, 8.78501797, -44.6239853) |
167 | - | local Mesh = Instance.new("BlockMesh",Part) |
167 | + | ahurt7lol8.RotVelocity = Vector3.new(0, 0, 0) |
168 | - | Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale |
168 | + | ahurt7lol8.Velocity = Vector3.new(0, 0, 0) |
169 | - | local PartWeld = Instance.new("Motor6D") |
169 | + | ahurt7lol8.Anchored = true |
170 | - | PartWeld.Part0 = Handle |
170 | + | ahurt7lol8.Archivable = true |
171 | - | PartWeld.Part1 = Part |
171 | + | ahurt7lol8.CanCollide = false |
172 | - | PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,0.175)*Scale) * CFrame.Angles(0,0,0) |
172 | + | ahurt7lol8.CollisionGroupId = 0 |
173 | - | PartWeld.Parent = Part |
173 | + | ahurt7lol8.Locked = false |
174 | - | |
174 | + | ahurt7lol8.CustomPhysicalProperties = nil |
175 | - | local Part = Instance.new("Part",Model) |
175 | + | ahurt7lol8.Shape = Enum.PartType.Cylinder |
176 | - | Part.CanCollide = false |
176 | + | ahurt7lol8.Size = Vector3.new(0.235032752, 7.34477329, 6.99222517) |
177 | - | Part.Position = Vector3.new(0,100,0) |
177 | + | ahurt7lol8.BackSurface = Enum.SurfaceType.SmoothNoOutlines |
178 | - | Part:BreakJoints() |
178 | + | ahurt7lol8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines |
179 | - | Part.FormFactor = "Custom" |
179 | + | ahurt7lol8.FrontSurface = Enum.SurfaceType.Smooth |
180 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
180 | + | ahurt7lol8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines |
181 | - | Part.TopSurface = "SmoothNoOutlines" |
181 | + | ahurt7lol8.RightSurface = Enum.SurfaceType.SmoothNoOutlines |
182 | - | Part.BottomSurface = "SmoothNoOutlines" |
182 | + | ahurt7lol8.TopSurface = Enum.SurfaceType.SmoothNoOutlines |
183 | - | Part.FrontSurface = "SmoothNoOutlines" |
183 | + | ahurt7lol9 = Instance.new('Part', Model) |
184 | - | Part.BackSurface = "SmoothNoOutlines" |
184 | + | ahurt7lol9.BrickColor = BrickColor.new('Really black') |
185 | - | Part.RightSurface = "SmoothNoOutlines" |
185 | + | ahurt7lol9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) |
186 | - | Part.LeftSurface = "SmoothNoOutlines" |
186 | + | ahurt7lol9.Material = Enum.Material.Plastic |
187 | - | Part.BrickColor = BrickColor.new("Black") |
187 | + | ahurt7lol9.Reflectance = 0 |
188 | - | local Mesh = Instance.new("BlockMesh",Part) |
188 | + | ahurt7lol9.Transparency = 0 |
189 | - | Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale |
189 | + | ahurt7lol9.Orientation = Vector3.new(0, -161.599991, 136.099991) |
190 | - | local PartWeld = Instance.new("Motor6D") |
190 | + | ahurt7lol9.Position = Vector3.new(-14.302494, 9.63167286, -44.8931007) |
191 | - | PartWeld.Part0 = Handle |
191 | + | ahurt7lol9.RotVelocity = Vector3.new(0, 0, 0) |
192 | - | PartWeld.Part1 = Part |
192 | + | ahurt7lol9.Velocity = Vector3.new(0, 0, 0) |
193 | - | PartWeld.C0 = CFrame.new(Vector3.new(-0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0) |
193 | + | ahurt7lol9.Anchored = true |
194 | - | PartWeld.Parent = Part |
194 | + | ahurt7lol9.Archivable = true |
195 | - | |
195 | + | ahurt7lol9.CanCollide = false |
196 | - | local Part = Instance.new("Part",Model) |
196 | + | ahurt7lol9.CollisionGroupId = 0 |
197 | - | Part.CanCollide = false |
197 | + | ahurt7lol9.Locked = false |
198 | - | Part.Position = Vector3.new(0,100,0) |
198 | + | ahurt7lol9.CustomPhysicalProperties = nil |
199 | - | Part:BreakJoints() |
199 | + | ahurt7lol9.Shape = Enum.PartType.Block |
200 | - | Part.FormFactor = "Custom" |
200 | + | ahurt7lol9.Size = Vector3.new(2.08918023, 0.522294939, 0.522294939) |
201 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
201 | + | ahurt7lol9.BackSurface = Enum.SurfaceType.Smooth |
202 | - | Part.TopSurface = "SmoothNoOutlines" |
202 | + | ahurt7lol9.BottomSurface = Enum.SurfaceType.Smooth |
203 | - | Part.BottomSurface = "SmoothNoOutlines" |
203 | + | ahurt7lol9.FrontSurface = Enum.SurfaceType.Smooth |
204 | - | Part.FrontSurface = "SmoothNoOutlines" |
204 | + | ahurt7lol9.LeftSurface = Enum.SurfaceType.Smooth |
205 | - | Part.BackSurface = "SmoothNoOutlines" |
205 | + | ahurt7lol9.RightSurface = Enum.SurfaceType.Smooth |
206 | - | Part.RightSurface = "SmoothNoOutlines" |
206 | + | ahurt7lol9.TopSurface = Enum.SurfaceType.Smooth |
207 | - | Part.LeftSurface = "SmoothNoOutlines" |
207 | + | ahurt7lol10 = Instance.new('Part', Model) |
208 | - | Part.BrickColor = BrickColor.new("Black") |
208 | + | ahurt7lol10.BrickColor = BrickColor.new('Really black') |
209 | - | local Mesh = Instance.new("BlockMesh",Part) |
209 | + | ahurt7lol10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) |
210 | - | Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale |
210 | + | ahurt7lol10.Material = Enum.Material.Plastic |
211 | - | local PartWeld = Instance.new("Motor6D") |
211 | + | ahurt7lol10.Reflectance = 0 |
212 | - | PartWeld.Part0 = Handle |
212 | + | ahurt7lol10.Transparency = 0 |
213 | - | PartWeld.Part1 = Part |
213 | + | ahurt7lol10.Orientation = Vector3.new(0, -161.599991, -133.899994) |
214 | - | PartWeld.C0 = CFrame.new(Vector3.new(0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0) |
214 | + | ahurt7lol10.Position = Vector3.new(-14.3361292, 7.78540897, -44.881916) |
215 | - | PartWeld.Parent = Part |
215 | + | ahurt7lol10.RotVelocity = Vector3.new(0, 0, 0) |
216 | - | |
216 | + | ahurt7lol10.Velocity = Vector3.new(0, 0, 0) |
217 | - | local Part = Instance.new("Part",Model) |
217 | + | ahurt7lol10.Anchored = true |
218 | - | Part.CanCollide = false |
218 | + | ahurt7lol10.Archivable = true |
219 | - | Part.Position = Vector3.new(0,100,0) |
219 | + | ahurt7lol10.CanCollide = false |
220 | - | Part:BreakJoints() |
220 | + | ahurt7lol10.CollisionGroupId = 0 |
221 | - | Part.FormFactor = "Custom" |
221 | + | ahurt7lol10.Locked = false |
222 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
222 | + | ahurt7lol10.CustomPhysicalProperties = nil |
223 | - | Part.TopSurface = "SmoothNoOutlines" |
223 | + | ahurt7lol10.Shape = Enum.PartType.Block |
224 | - | Part.BottomSurface = "SmoothNoOutlines" |
224 | + | ahurt7lol10.Size = Vector3.new(2.08918023, 0.522294939, 0.522294939) |
225 | - | Part.FrontSurface = "SmoothNoOutlines" |
225 | + | ahurt7lol10.BackSurface = Enum.SurfaceType.Smooth |
226 | - | Part.BackSurface = "SmoothNoOutlines" |
226 | + | ahurt7lol10.BottomSurface = Enum.SurfaceType.Smooth |
227 | - | Part.RightSurface = "SmoothNoOutlines" |
227 | + | ahurt7lol10.FrontSurface = Enum.SurfaceType.Smooth |
228 | - | Part.LeftSurface = "SmoothNoOutlines" |
228 | + | ahurt7lol10.LeftSurface = Enum.SurfaceType.Smooth |
229 | - | Part.BrickColor = BrickColor.new("Black") |
229 | + | ahurt7lol10.RightSurface = Enum.SurfaceType.Smooth |
230 | - | local Mesh = Instance.new("BlockMesh",Part) |
230 | + | ahurt7lol10.TopSurface = Enum.SurfaceType.Smooth |
231 | - | Mesh.Scale = Vector3.new(0.1,0.3,0.05) / 0.2 * Scale |
231 | + | ahurt7lol11 = Instance.new('Part', Model) |
232 | - | local PartWeld = Instance.new("Motor6D") |
232 | + | ahurt7lol11.BrickColor = BrickColor.new('Really black') |
233 | - | PartWeld.Part0 = Handle |
233 | + | ahurt7lol11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) |
234 | - | PartWeld.Part1 = Part |
234 | + | ahurt7lol11.Material = Enum.Material.Plastic |
235 | - | PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.25,-0.75)*Scale) * CFrame.Angles(math.rad(-10),0,0) |
235 | + | ahurt7lol11.Reflectance = 0 |
236 | - | PartWeld.Parent = Part |
236 | + | ahurt7lol11.Transparency = 0 |
237 | - | |
237 | + | ahurt7lol11.Orientation = Vector3.new(0, -161.599991, 136.099991) |
238 | - | local Part = Instance.new("Part",Model) |
238 | + | ahurt7lol11.Position = Vector3.new(-15.6770725, 11.1370306, -44.4358406) |
239 | - | Part.CanCollide = false |
239 | + | ahurt7lol11.RotVelocity = Vector3.new(0, 0, 0) |
240 | - | Part.Position = Vector3.new(0,100,0) |
240 | + | ahurt7lol11.Velocity = Vector3.new(0, 0, 0) |
241 | - | Part:BreakJoints() |
241 | + | ahurt7lol11.Anchored = true |
242 | - | Part.FormFactor = "Custom" |
242 | + | ahurt7lol11.Archivable = true |
243 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
243 | + | ahurt7lol11.CanCollide = false |
244 | - | Part.TopSurface = "SmoothNoOutlines" |
244 | + | ahurt7lol11.CollisionGroupId = 0 |
245 | - | Part.BottomSurface = "SmoothNoOutlines" |
245 | + | ahurt7lol11.Locked = false |
246 | - | Part.FrontSurface = "SmoothNoOutlines" |
246 | + | ahurt7lol11.CustomPhysicalProperties = nil |
247 | - | Part.BackSurface = "SmoothNoOutlines" |
247 | + | ahurt7lol11.Shape = Enum.PartType.Block |
248 | - | Part.RightSurface = "SmoothNoOutlines" |
248 | + | ahurt7lol11.Size = Vector3.new(2.08918023, 0.522294939, 0.522294939) |
249 | - | Part.LeftSurface = "SmoothNoOutlines" |
249 | + | ahurt7lol11.BackSurface = Enum.SurfaceType.Smooth |
250 | - | Part.BrickColor = BrickColor.new("Black") |
250 | + | ahurt7lol11.BottomSurface = Enum.SurfaceType.Smooth |
251 | - | local Mesh = Instance.new("BlockMesh",Part) |
251 | + | ahurt7lol11.FrontSurface = Enum.SurfaceType.Smooth |
252 | - | Mesh.Scale = Vector3.new(0.1,0.05,0.625) / 0.2 * Scale |
252 | + | ahurt7lol11.LeftSurface = Enum.SurfaceType.Smooth |
253 | - | local PartWeld = Instance.new("Motor6D") |
253 | + | ahurt7lol11.RightSurface = Enum.SurfaceType.Smooth |
254 | - | PartWeld.Part0 = Handle |
254 | + | ahurt7lol11.TopSurface = Enum.SurfaceType.Smooth |
255 | - | PartWeld.Part1 = Part |
255 | + | ahurt7lol12 = Instance.new('Part', Model) |
256 | - | PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.1,-0.435)*Scale) |
256 | + | ahurt7lol12.BrickColor = BrickColor.new('Really black') |
257 | - | PartWeld.Parent = Part |
257 | + | ahurt7lol12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) |
258 | - | |
258 | + | ahurt7lol12.Material = Enum.Material.Plastic |
259 | - | for i = 0,80,10 do |
259 | + | ahurt7lol12.Reflectance = 0 |
260 | - | local Part = Instance.new("Part",Model) |
260 | + | ahurt7lol12.Transparency = 0 |
261 | - | Part.CanCollide = false |
261 | + | ahurt7lol12.Orientation = Vector3.new(0, -161.599991, -43.8999977) |
262 | - | Part.Position = Vector3.new(0,100,0) |
262 | + | ahurt7lol12.Position = Vector3.new(-15.9094334, 8.00194836, -44.3585434) |
263 | - | Part:BreakJoints() |
263 | + | ahurt7lol12.RotVelocity = Vector3.new(0, 0, 0) |
264 | - | Part.FormFactor = "Custom" |
264 | + | ahurt7lol12.Velocity = Vector3.new(0, 0, 0) |
265 | - | Part.Size = Vector3.new(0.2,0.2,0.2) |
265 | + | ahurt7lol12.Anchored = true |
266 | - | Part.TopSurface = "SmoothNoOutlines" |
266 | + | ahurt7lol12.Archivable = true |
267 | - | Part.BottomSurface = "SmoothNoOutlines" |
267 | + | ahurt7lol12.CanCollide = false |
268 | - | Part.FrontSurface = "SmoothNoOutlines" |
268 | + | ahurt7lol12.CollisionGroupId = 0 |
269 | - | Part.BackSurface = "SmoothNoOutlines" |
269 | + | ahurt7lol12.Locked = false |
270 | - | Part.RightSurface = "SmoothNoOutlines" |
270 | + | ahurt7lol12.CustomPhysicalProperties = nil |
271 | - | Part.LeftSurface = "SmoothNoOutlines" |
271 | + | ahurt7lol12.Shape = Enum.PartType.Block |
272 | - | Part.BrickColor = BrickColor.new("Black") |
272 | + | ahurt7lol12.Size = Vector3.new(2.61147523, 0.522294939, 0.522294939) |
273 | - | local Mesh = Instance.new("BlockMesh",Part) |
273 | + | ahurt7lol12.BackSurface = Enum.SurfaceType.Smooth |
274 | - | Mesh.Scale = Vector3.new(0.25,0.15,0.03555*2) / 0.2 * Scale |
274 | + | ahurt7lol12.BottomSurface = Enum.SurfaceType.Smooth |
275 | - | local PartWeld = Instance.new("Motor6D") |
275 | + | ahurt7lol12.FrontSurface = Enum.SurfaceType.Smooth |
276 | - | PartWeld.Part0 = Handle |
276 | + | ahurt7lol12.LeftSurface = Enum.SurfaceType.Smooth |
277 | - | PartWeld.Part1 = Part |
277 | + | ahurt7lol12.RightSurface = Enum.SurfaceType.Smooth |
278 | - | PartWeld.C0 = CFrame.new(Vector3.new(0,0.15,0.315)*Scale) * CFrame.Angles(math.rad(i-65),0,0) * CFrame.new(Vector3.new(0,0.2,0)*Scale) |
278 | + | ahurt7lol12.TopSurface = Enum.SurfaceType.Smooth |
279 | - | PartWeld.Parent = Part |
279 | + | ahurt7lol13 = Instance.new('Part', Model) |
280 | - | end |
280 | + | ahurt7lol13.BrickColor = BrickColor.new('Really black') |
281 | - | |
281 | + | ahurt7lol13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) |
282 | - | local Barrel = Instance.new("Part",Model) |
282 | + | ahurt7lol13.Material = Enum.Material.Plastic |
283 | - | Barrel.CanCollide = false |
283 | + | ahurt7lol13.Reflectance = 0 |
284 | - | Barrel.Position = Vector3.new(0,100,0) |
284 | + | ahurt7lol13.Transparency = 0 |
285 | - | Barrel:BreakJoints() |
285 | + | ahurt7lol13.Orientation = Vector3.new(0, -161.599991, 46.0999985) |
286 | - | Barrel.FormFactor = "Custom" |
286 | + | ahurt7lol13.Position = Vector3.new(-16.0543575, 9.66711998, -44.3103333) |
287 | - | Barrel.Size = Vector3.new(0.2,0.2,0.2) |
287 | + | ahurt7lol13.RotVelocity = Vector3.new(0, 0, 0) |
288 | - | Barrel.TopSurface = "SmoothNoOutlines" |
288 | + | ahurt7lol13.Velocity = Vector3.new(0, 0, 0) |
289 | - | Barrel.BottomSurface = "SmoothNoOutlines" |
289 | + | ahurt7lol13.Anchored = true |
290 | - | Barrel.FrontSurface = "SmoothNoOutlines" |
290 | + | ahurt7lol13.Archivable = true |
291 | - | Barrel.BackSurface = "SmoothNoOutlines" |
291 | + | ahurt7lol13.CanCollide = false |
292 | - | Barrel.RightSurface = "SmoothNoOutlines" |
292 | + | ahurt7lol13.CollisionGroupId = 0 |
293 | - | Barrel.LeftSurface = "SmoothNoOutlines" |
293 | + | ahurt7lol13.Locked = false |
294 | - | Barrel.BrickColor = BrickColor.new("Black") |
294 | + | ahurt7lol13.CustomPhysicalProperties = nil |
295 | - | local Mesh = Instance.new("BlockMesh",Barrel) |
295 | + | ahurt7lol13.Shape = Enum.PartType.Block |
296 | - | Mesh.Scale = Vector3.new(0.25,0.2,2) / 0.2 * Scale |
296 | + | ahurt7lol13.Size = Vector3.new(2.08918023, 0.522294939, 0.522294939) |
297 | - | local BarrelWeld = Instance.new("Motor6D") |
297 | + | ahurt7lol13.BackSurface = Enum.SurfaceType.Smooth |
298 | - | BarrelWeld.Part0 = Handle |
298 | + | ahurt7lol13.BottomSurface = Enum.SurfaceType.Smooth |
299 | - | BarrelWeld.Part1 = Barrel |
299 | + | ahurt7lol13.FrontSurface = Enum.SurfaceType.Smooth |
300 | - | BarrelWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.5,-0.7)*Scale) |
300 | + | ahurt7lol13.LeftSurface = Enum.SurfaceType.Smooth |
301 | - | BarrelWeld.Parent = Barrel |
301 | + | ahurt7lol13.RightSurface = Enum.SurfaceType.Smooth |
302 | - | |
302 | + | ahurt7lol13.TopSurface = Enum.SurfaceType.Smooth |