SHOW:
|
|
- or go back to the newest paste.
1 | plr = owner | |
2 | char = plr.Character | |
3 | ||
4 | char.Humanoid.WalkSpeed = 0 | |
5 | char.Humanoid.JumpPower = 0 | |
6 | ||
7 | - | local You = "Subaru112" |
7 | + | local You = "lafur2" |
8 | local head = workspace[You].Head:Clone() | |
9 | local model = Instance.new("Model",char) | |
10 | head.Parent = model | |
11 | local w = Instance.new("Weld",model) | |
12 | w.Part0,w.Part1 = workspace[You].Head,head | |
13 | w.Name = "HeadWeld" | |
14 | ||
15 | local torso = workspace[You].Torso:Clone() | |
16 | torso.Parent = model | |
17 | local we = Instance.new("Weld",model) | |
18 | we.Part0,we.Part1 = workspace[You].Torso,torso | |
19 | we.Name = "TorsoWeld" | |
20 | ||
21 | local larm = workspace[You]["Left Arm"]:Clone() | |
22 | larm.Parent = model | |
23 | local wel = Instance.new("Weld",model) | |
24 | wel.Part0,wel.Part1 = workspace[You]["Head"],larm | |
25 | wel.Name = "LeftArmWeld" | |
26 | ||
27 | local rarm = workspace[You]["Right Arm"]:Clone() | |
28 | rarm.Parent = model | |
29 | local weld = Instance.new("Weld",model) | |
30 | weld.Part0,weld.Part1 = workspace[You]["Right Arm"],rarm | |
31 | weld.Name = "RightArmWeld" | |
32 | ||
33 | local lleg = workspace[You]["Left Leg"]:Clone() | |
34 | lleg.Parent = model | |
35 | local llweld = Instance.new("Weld",model) | |
36 | llweld.Part0,llweld.Part1 = workspace[You]["Left Leg"],lleg | |
37 | llweld.Name = "LeftLegWeld" | |
38 | ||
39 | local rleg = workspace[You]["Right Leg"]:Clone() | |
40 | rleg.Parent = model | |
41 | local rlweld = Instance.new("Weld",model) | |
42 | rlweld.Part0,rlweld.Part1 = workspace[You]["Right Leg"],rleg | |
43 | rlweld.Name = "RightLegWeld" | |
44 | ||
45 | char.Model.Head.face.Texture = "http://www.roblox.com/asset/?id=145914523" | |
46 | ||
47 | char.Model["Left Leg"].BrickColor = BrickColor.new("Really black") | |
48 | char.Model["Right Leg"].BrickColor = BrickColor.new("Really black") | |
49 | char.Model["Left Arm"].BrickColor = BrickColor.new("Light orange") | |
50 | char.Model["Right Arm"].BrickColor = BrickColor.new("Light orange") | |
51 | char.Model["Torso"].BrickColor = BrickColor.new("Really black") | |
52 | char.Model["Head"].BrickColor = BrickColor.new("Light orange") | |
53 | ||
54 | local scream = Instance.new("Sound",char.Torso) | |
55 | scream.SoundId = "rbxassetid://138167455" | |
56 | scream.Volume = 4 | |
57 | scream:Play() | |
58 | ||
59 | ||
60 | local scream2 = Instance.new("Sound",char.Torso) | |
61 | scream2.SoundId = "rbxassetid://198165368" | |
62 | scream2.Volume = 1 | |
63 | scream2.Pitch = 0.5 | |
64 | scream2:Play() | |
65 | ||
66 | char.Model.Torso["Left Hip"]:Destroy() | |
67 | char.Model.Torso["Left Shoulder"]:Destroy() | |
68 | char.Model.Torso["Neck"]:Destroy() | |
69 | char.Model.Torso["Right Hip"]:Destroy() | |
70 | char.Model.Torso["Right Shoulder"]:Destroy() | |
71 | ||
72 | local HeadW = char.Model.HeadWeld | |
73 | HeadW.C0 = CFrame.new(0, 0, 2) | |
74 | ||
75 | local TorsoW = char.Model.TorsoWeld | |
76 | TorsoW.C0 = CFrame.new(0, 0, 2) | |
77 | ||
78 | local LeftArmW = char.Model.LeftArmWeld | |
79 | LeftArmW.C0 = CFrame.new(-1.5, -1, 1.5, 1, 1, 0, 0, 1, 0, 0, 10, 1) | |
80 | ||
81 | local RightArmW = char.Model.RightArmWeld | |
82 | RightArmW.C0 = CFrame.new(0, 0.5, 1.5, 1, 1, 0, 0, 1, 0, 0, 10, 1) | |
83 | ||
84 | local LeftLegW = char.Model.LeftLegWeld | |
85 | LeftLegW.C0 = CFrame.new(0, 0, 2) | |
86 | ||
87 | local RightLegW = char.Model.RightLegWeld | |
88 | RightLegW.C0 = CFrame.new(0, 0, 2) | |
89 | wait(0.1) | |
90 | char.Torso.Anchored = true | |
91 | char.Model["Right Arm"].Anchored = true | |
92 | wait(6) | |
93 | char.Torso.Anchored = false | |
94 | char.Model:Destroy() | |
95 | wait(0.000000000000000000000000000000000000000000000000000001) | |
96 | local rhandclone = owner.Character.Torso["Right Shoulder"]:Clone() | |
97 | local rhandweld = Instance.new("Weld", owner.Character.Torso) | |
98 | rhandweld.Part0 = owner.Character.Torso | |
99 | rhandweld.Part1 = owner.Character["Right Arm"] | |
100 | rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1) | |
101 | local llegclone = owner.Character.Torso["Left Hip"]:Clone() | |
102 | owner.Character.Torso["Left Hip"]:Remove() | |
103 | local llegweld = Instance.new("Weld", owner.Character.Torso) | |
104 | llegweld.Part0 = owner.Character.Torso | |
105 | llegweld.Part1 = owner.Character["Left Leg"] | |
106 | llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0) | |
107 | local rlegclone = owner.Character.Torso["Right Hip"]:Clone() | |
108 | owner.Character.Torso["Right Hip"]:Remove() | |
109 | local rlegweld = Instance.new("Weld", owner.Character.Torso) | |
110 | rlegweld.Part0 = owner.Character.Torso | |
111 | rlegweld.Part1 = owner.Character["Right Leg"] | |
112 | rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0) | |
113 | local rootjointclone = owner.Character.HumanoidRootPart.RootJoint:Clone() | |
114 | owner.Character.HumanoidRootPart.RootJoint:Remove() | |
115 | local humanoidrootpart = Instance.new("Weld", owner.Character.Torso) | |
116 | humanoidrootpart.Part0 = owner.Character.HumanoidRootPart | |
117 | humanoidrootpart.Part1 = owner.Character.Torso | |
118 | local heed = owner.Character.Torso["Neck"]:Clone() | |
119 | local headweld = Instance.new("Weld", owner.Character.Torso) | |
120 | headweld.Part0 = owner.Character.Torso | |
121 | headweld.Part1 = owner.Character.Head | |
122 | headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0) | |
123 | for i = 0,1 , 0.03 do | |
124 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.975958347, -2.06729031, 0, 0.905177712, -0.425033659, 8.83524214e-27, 0.425034732, 0.905179977, 4.223007e-27, -1.05518035e-26, 3.02922588e-28, 1.0000025),i) | |
125 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.901434898, -1.97289896, 0, 0.896831989, 0.442371875, -3.88750654e-27, -0.442372978, 0.896834254, 5.09510506e-27, 4.69530011e-27, -3.35739201e-27, 1.0000025),i) | |
126 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i) | |
127 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.50004101, 2.00000429, 1, -4.90253133e-27, 8.98669496e-27, 8.98670343e-27, 1.77323375e-06, -1, 4.90251553e-27, 1, 1.77323375e-06),i) | |
128 | wait(0.001) | |
129 | end | |
130 | ||
131 | ||
132 | wait(1) | |
133 | char.Torso["Left Shoulder"]:Destroy() | |
134 | char["Left Arm"].Parent = workspace | |
135 | workspace["Left Arm"].CanCollide = true | |
136 | ||
137 | local Part0 = Instance.new("Part") | |
138 | Part0.Name = "bl00d" | |
139 | Part0.CanCollide = false | |
140 | Part0.Anchored = true | |
141 | Part0.Parent = char | |
142 | Part0.BrickColor = BrickColor.new("Crimson") | |
143 | Part0.Rotation = Vector3.new(0, 0, 90) | |
144 | Part0.Shape = Enum.PartType.Cylinder | |
145 | Part0.Size = Vector3.new(0.310000002, 1.77000022, 2) | |
146 | Part0.CFrame = CFrame.new(10.5427914, 1.28072846, 11.4908791, 4.47034836e-07, -1.00000215, 0, 1.00000215, 4.47034836e-07, 0, 0, 0, 1) | |
147 | Part0.Color = Color3.new(0.458824, 0, 0) | |
148 | Part0.Position = Vector3.new(10.5427914, 1.28072846, 11.4908791) | |
149 | Part0.Orientation = Vector3.new(0, 0, 90) | |
150 | Part0.Color = Color3.new(0.458824, 0, 0) | |
151 | for i = 1,100 do | |
152 | owner.Character.Head.CanCollide = false | |
153 | Part0.Size = Part0.Size + Vector3.new(0,0.01,0.01) | |
154 | Part0.CFrame = owner.Character.Torso.CFrame * CFrame.new(0,0,0.4) | |
155 | Part0.CFrame = Part0.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0) | |
156 | game:GetService("RunService").Stepped:wait() | |
157 | end | |
158 | ||
159 | wait(2) | |
160 | for i = 0,1 , 0.03 do | |
161 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i) | |
162 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i) | |
163 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i) | |
164 | headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.4999938, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i) | |
165 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i) | |
166 | wait(0.001) | |
167 | end | |
168 | llegweld:Destroy() | |
169 | rhandweld:Destroy() | |
170 | rlegweld:Destroy() | |
171 | headweld:Destroy() | |
172 | humanoidrootpart:Destroy() | |
173 | llegclone.Parent = char.Torso | |
174 | rhandclone.Parent = char.Torso | |
175 | rlegclone.Parent = char.Torso | |
176 | heed.Parent = char.Torso | |
177 | rootjointclone.Parent = char.HumanoidRootPart | |
178 | ||
179 | char.Head.face.Texture = "http://www.roblox.com/asset/?id=1722631160" | |
180 | char.Humanoid.WalkSpeed = 17 | |
181 | char.Humanoid.JumpPower = 60 | |
182 | ||
183 | -- Color | |
184 | local bdycolors = char["Body Colors"] | |
185 | bdycolors.HeadColor = BrickColor.new("Camo") | |
186 | bdycolors.LeftArmColor = BrickColor.new("Camo") | |
187 | bdycolors.RightArmColor = BrickColor.new("Camo") | |
188 | bdycolors.LeftLegColor = BrickColor.new("Camo") | |
189 | bdycolors.RightLegColor = BrickColor.new("Camo") | |
190 | bdycolors.TorsoColor = BrickColor.new("Camo") | |
191 | ||
192 | ||
193 | h = Instance.new("Hat") | |
194 | p = Instance.new("Part") | |
195 | h.Name = "Hat" | |
196 | p.Parent = h | |
197 | p.Position = char.Head.Position | |
198 | p.Name = "Handle" | |
199 | p.formFactor = 0 | |
200 | p.Size = Vector3.new(1, 2, 1) | |
201 | p.BottomSurface = 0 | |
202 | p.TopSurface = 0 | |
203 | p.Locked = true | |
204 | p.BrickColor = BrickColor.new("Light orange") | |
205 | p.Transparency = 1 | |
206 | h.Parent = char | |
207 | h.AttachmentPos = Vector3.new(-1.713, 1.229, -0.456) | |
208 | h.AttachmentUp = Vector3.new(-0.537, 0.65, -0.538) | |
209 | h.AttachmentRight = Vector3.new(0.844, 0.413, -0.342) | |
210 | h.AttachmentForward = Vector3.new(0, -0.637, -0.771) | |
211 | ||
212 | --Instance.new | |
213 | local Tool = Instance.new("Tool", game.Workspace) | |
214 | Tool.Name = "chainsaw" | |
215 | local Handle = Instance.new("Part", Tool) | |
216 | Handle.Name = "Handle" | |
217 | Handle.Size = Vector3.new(1, 1, 4) | |
218 | local Mesh = Instance.new("SpecialMesh", Handle) | |
219 | Mesh.MeshType = "FileMesh" | |
220 | Mesh.MeshId = "rbxassetid://431952162" | |
221 | Mesh.Scale = Vector3.new(0.1, 0.1, 0.1) | |
222 | Mesh.TextureId = "rbxassetid://431952166" | |
223 | Tool.GripPos = Vector3.new(-1.64, 0.658, -0.961) | |
224 | Tool.GripRight = Vector3.new(-0.931, 0, -0.365) | |
225 | Tool.Parent = plr.Backpack | |
226 | --Sound | |
227 | local equip = Instance.new("Sound", Handle) | |
228 | local effect = Instance.new("Sound", Handle) | |
229 | equip.SoundId = "rbxassetid://275467912" | |
230 | equip.Volume = 4 | |
231 | effect.SoundId = "rbxassetid://248088589" | |
232 | effect.Looped = true | |
233 | effect.Pitch = 1.5 | |
234 | effect.Volume = 2 | |
235 | ||
236 | Tool.Equipped:connect(function() | |
237 | equip:Play() | |
238 | char["Right Arm"].Transparency = 1 | |
239 | char.Hat.Handle.Transparency = 0 | |
240 | end) | |
241 | ||
242 | Tool.Unequipped:connect(function() | |
243 | equip:Stop() | |
244 | effect:Stop() | |
245 | char["Right Arm"].Transparency = 0 | |
246 | char.Hat.Handle.Transparency = 1 | |
247 | end) | |
248 | ||
249 | Tool.Activated:connect(function() | |
250 | effect:Play() | |
251 | equip:Stop() | |
252 | function onTouched(brick) | |
253 | local humn = brick.Parent:FindFirstChildOfClass("Humanoid") | |
254 | if humn then | |
255 | for i,v in pairs(humn.Parent:GetChildren()) do | |
256 | if v.ClassName == "Part" then | |
257 | humn:Destroy() | |
258 | v:BreakJoints() | |
259 | end | |
260 | end | |
261 | end | |
262 | end | |
263 | char.chainsaw.Handle.Touched:connect(onTouched) | |
264 | end) | |
265 | ||
266 | Tool.Activated:connect(function() | |
267 | function onTouched(brick) | |
268 | local humn = brick.Parent:FindFirstChildOfClass("Part") | |
269 | if humn then | |
270 | for i,v in pairs(humn.Parent:GetChildren()) do | |
271 | if v.ClassName == "Part" then | |
272 | humn.CanCollide = true | |
273 | humn:BreakJoints() | |
274 | humn.CanCollide = true | |
275 | v.CanCollide = true | |
276 | v:BreakJoints() | |
277 | v.CanCollide = true | |
278 | end | |
279 | end | |
280 | end | |
281 | end | |
282 | char.chainsaw.Handle.Touched:connect(onTouched) | |
283 | end) |