SHOW:
|
|
- or go back to the newest paste.
1 | --By Rufus14 (One of the my best scripts) | |
2 | sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head) | |
3 | sound.SoundId = "http://roblox.com/asset?id=280667448" | |
4 | Instance.new("ForceField", game.Players.LocalPlayer.Character) | |
5 | mouse = game.Players.LocalPlayer:GetMouse() | |
6 | function key(key) | |
7 | key = key:lower() | |
8 | if key == "q" then | |
9 | for i = 1,5 do | |
10 | wait(0.01) | |
11 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35) | |
12 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.25,0,0) | |
13 | plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35) | |
14 | end | |
15 | sound:Play() | |
16 | local hit = Instance.new("Explosion", plr["Right Arm"]) | |
17 | hit.Position = plr["Right Arm"].Position | |
18 | hit.Visible = false | |
19 | hit.BlastPressure = 100000 | |
20 | hit.BlastRadius = 2.5 | |
21 | wait(0.05) | |
22 | for i = 1,5 do | |
23 | wait(0.01) | |
24 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35) | |
25 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.25,0,0) | |
26 | plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35) | |
27 | end | |
28 | hit:destroy() | |
29 | end | |
30 | if key == "e" then | |
31 | for i = 1,5 do | |
32 | wait(0.01) | |
33 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.3) | |
34 | plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0.05,0,0) | |
35 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.06) | |
36 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,0.06) | |
37 | sound.PlaybackSpeed = 0.7 | |
38 | end | |
39 | sound:Play() | |
40 | local hit1 = Instance.new("Explosion", plr["Right Leg"]) | |
41 | hit1.Position = plr["Right Leg"].Position | |
42 | hit1.Visible = false | |
43 | hit1.BlastPressure = 200000 | |
44 | hit1.BlastRadius = 2 | |
45 | wait(0.1) | |
46 | for i = 1,5 do | |
47 | wait(0.01) | |
48 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.3) | |
49 | plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0) | |
50 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.06) | |
51 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,-0.06) | |
52 | end | |
53 | sound.PlaybackSpeed = 1 | |
54 | hit1:destory() | |
55 | end | |
56 | if key == "r" then | |
57 | for i = 1,5 do | |
58 | wait(0.01) | |
59 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35) | |
60 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.25,0,0) | |
61 | plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35) | |
62 | end | |
63 | sound:Play() | |
64 | local hit2 = Instance.new("Explosion", plr["Left Arm"]) | |
65 | hit2.Position = plr["Left Arm"].Position | |
66 | hit2.Visible = false | |
67 | hit2.BlastPressure = 100000 | |
68 | hit2.BlastRadius = 2.5 | |
69 | wait(0.05) | |
70 | for i = 1,5 do | |
71 | wait(0.01) | |
72 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35) | |
73 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(-0.25,0,0) | |
74 | plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35) | |
75 | end | |
76 | hit2:destroy() | |
77 | end | |
78 | end | |
79 | mouse.KeyDown:connect(key) | |
80 | plr = game.Players.LocalPlayer.Character | |
81 | sound1 = Instance.new("Sound", plr.Head) | |
82 | sound1.SoundId = "http://www.roblox.com/asset/?id=360202811" | |
83 | sound1:Play() | |
84 | sound1.Looped = true | |
85 | sound1.Volume = 20 | |
86 | plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0) | |
87 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1) | |
88 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1) | |
89 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.15) | |
90 | plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.15) | |
91 | while true do | |
92 | wait(0.01) | |
93 | for i = 1,2 do | |
94 | wait(0.05) | |
95 | plr = game.Players.LocalPlayer.Character | |
96 | plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005) | |
97 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005) | |
98 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005) | |
99 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.01,0) | |
100 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.01,0) | |
101 | end | |
102 | for i = 1,2 do | |
103 | wait(0.05) | |
104 | plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005) | |
105 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005) | |
106 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005) | |
107 | plr = game.Players.LocalPlayer.Character | |
108 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.02,0) | |
109 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.02,0) | |
110 | end | |
111 | for i = 1,3 do | |
112 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005) | |
113 | wait(0.05) | |
114 | plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005) | |
115 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005) | |
116 | plr = game.Players.LocalPlayer.Character | |
117 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.025,0) | |
118 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.025,0) | |
119 | end | |
120 | wait(1) | |
121 | ------------------------------------------------------------------------------------------------------- | |
122 | for i = 1,3 do | |
123 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005) | |
124 | wait(0.05) | |
125 | plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005) | |
126 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005) | |
127 | plr = game.Players.LocalPlayer.Character | |
128 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.025,0) | |
129 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.025,0) | |
130 | ||
131 | end | |
132 | for i = 1,2 do | |
133 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005) | |
134 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005) | |
135 | wait(0.05) | |
136 | plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005) | |
137 | plr = game.Players.LocalPlayer.Character | |
138 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.02,0) | |
139 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.02,0) | |
140 | ||
141 | end | |
142 | for i = 1,2 do | |
143 | plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005) | |
144 | plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005) | |
145 | wait(0.05) | |
146 | plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005) | |
147 | plr = game.Players.LocalPlayer.Character | |
148 | plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.01,0) | |
149 | plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.01,0) | |
150 | ||
151 | end | |
152 | - | end |
152 | + | end |
153 | wait(1) | |
154 | ||
155 | Player=game:GetService('Players').LocalPlayer | |
156 | Character=Player.Character | |
157 | Mouse=Player:GetMouse() | |
158 | m=Instance.new('Model',Character) | |
159 | ||
160 | ||
161 | local function weldBetween(a, b) | |
162 | local weldd = Instance.new("ManualWeld") | |
163 | weldd.Part0 = a | |
164 | weldd.Part1 = b | |
165 | weldd.C0 = CFrame.new() | |
166 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
167 | weldd.Parent = a | |
168 | return weldd | |
169 | end | |
170 | ||
171 | it=Instance.new | |
172 | ||
173 | function nooutline(part) | |
174 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
175 | end | |
176 | ||
177 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
178 | local fp=it("Part") | |
179 | fp.formFactor=formfactor | |
180 | fp.Parent=parent | |
181 | fp.Reflectance=reflectance | |
182 | fp.Transparency=transparency | |
183 | fp.CanCollide=false | |
184 | fp.Locked=true | |
185 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
186 | fp.Name=name | |
187 | fp.Size=size | |
188 | fp.Position=Character.Torso.Position | |
189 | nooutline(fp) | |
190 | fp.Material=material | |
191 | fp:BreakJoints() | |
192 | return fp | |
193 | end | |
194 | ||
195 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
196 | local mesh=it(Mesh) | |
197 | mesh.Parent=part | |
198 | if Mesh=="SpecialMesh" then | |
199 | mesh.MeshType=meshtype | |
200 | mesh.MeshId=meshid | |
201 | end | |
202 | mesh.Offset=offset | |
203 | mesh.Scale=scale | |
204 | return mesh | |
205 | end | |
206 | ||
207 | function weld(parent,part0,part1,c0,c1) | |
208 | local weld=it("Weld") | |
209 | weld.Parent=parent | |
210 | weld.Part0=part0 | |
211 | weld.Part1=part1 | |
212 | weld.C0=c0 | |
213 | weld.C1=c1 | |
214 | return weld | |
215 | end | |
216 | ||
217 | Rarm=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Nougat","Handle",Vector3.new(3.34999847, 6.69999695, 3.34999847)) | |
218 | Rarmweld=weld(m,Character["Right Arm"],Rarm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05729675, 4.39119911, 0.0853385925, -0.969911277, 0.243457988, -2.98023224e-008, 0.243458718, 0.969908416, 1.08033419e-007, 5.52072841e-008, 9.75269003e-008, -1)) | |
219 | mesh("SpecialMesh",Rarm,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=32328397",Vector3.new(0, 0, 0),Vector3.new(3.58449864, 3.58449864, 3.58449864)) | |
220 | Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(3.34999847, 6.69999695, 3.34999847)) | |
221 | Partweld=weld(m,Rarm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.714584351, -0.381387711, 0, 0.968919635, -0.247375682, 3.38060602e-008, 0.247375697, 0.968919694, 9.12497384e-008, -5.53283144e-008, -8.00508673e-008, 1)) | |
222 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=32328397",Vector3.new(0, 0, 0),Vector3.new(3.58449864, 3.58449864, 3.58449864)) | |
223 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(4, 1, 1)) | |
224 | Partweld=weld(m,Rarm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.95176077, 1.57546997, -0.234508514, -0.136850849, -0.95618242, -0.258819014, -0.989912808, 0.141678512, -3.71472481e-007, 0.0366694443, 0.256208181, -0.965925872)) | |
225 | Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(3.34999847, 6.69999695, 3.34999847)) | |
226 | Partweld=weld(m,Rarm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.6199646, 3.3400135, 1.90734863e-006, 0.971271098, 0.237976074, 1.15972526e-007, -0.237976059, 0.971271038, 1.19472546e-007, -8.4209141e-008, -1.43638914e-007, 1)) | |
227 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=32328397",Vector3.new(0, 0, 0),Vector3.new(3.58449864, 3.58449864, 3.58449864)) | |
228 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(4.4000001, 1.79999995, 1.79999995)) | |
229 | Partweld=weld(m,Rarm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.62085533, 1.88571167, 0.00590324402, 0.110307828, -0.99386102, 0.00851829443, -0.991601527, -0.110631131, -0.0669854209, 0.0675165877, -0.0010577396, -0.997717679)) | |
230 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(3.20000005, 1.79999995, 1.79999995)) | |
231 | Partweld=weld(m,Rarm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.8578949, 3.2693634, -0.0368251801, 0.363197148, -0.931361556, 0.0255653486, -0.929262877, -0.364094287, -0.0624978803, 0.0675163195, -0.00105787837, -0.997717619)) | |
232 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(2.79999995, 2.79999995, 2.79999995)) | |
233 | Partweld=weld(m,Rarm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.137453079, 1.27542877, -5.11186886, 8.90452156e-008, 9.18593202e-008, -1, -0.98991251, 0.141680613, -7.51322773e-008, 0.141680628, 0.98991257, 1.03548665e-007)) | |
234 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(2.39999962, 2.39999962, 2.39999962)) | |
235 | Partweld=weld(m,Rarm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.137456894, 1.87541199, -5.51185894, 8.90452156e-008, 9.18593202e-008, -1, -0.98991251, 0.141680613, -7.51322773e-008, 0.141680628, 0.98991257, 1.03548665e-007)) | |
236 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(3.20000005, 1.79999995, 1.79999995)) | |
237 | Partweld=weld(m,Rarm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.54613495, -0.638893127, 0.0728845596, -0.400279164, -0.916021109, -0.0261166263, -0.91390264, 0.401128829, -0.0622717254, 0.0675183386, -0.00105801714, -0.9977175)) | |
238 | ||
239 | Player=game:GetService('Players').LocalPlayer | |
240 | Character=Player.Character | |
241 | Mouse=Player:GetMouse() | |
242 | m=Instance.new('Model',Character) | |
243 | ||
244 | ||
245 | local function weldBetween(a, b) | |
246 | local weldd = Instance.new("ManualWeld") | |
247 | weldd.Part0 = a | |
248 | weldd.Part1 = b | |
249 | weldd.C0 = CFrame.new() | |
250 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
251 | weldd.Parent = a | |
252 | return weldd | |
253 | end | |
254 | ||
255 | it=Instance.new | |
256 | ||
257 | function nooutline(part) | |
258 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
259 | end | |
260 | ||
261 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
262 | local fp=it("Part") | |
263 | fp.formFactor=formfactor | |
264 | fp.Parent=parent | |
265 | fp.Reflectance=reflectance | |
266 | fp.Transparency=transparency | |
267 | fp.CanCollide=false | |
268 | fp.Locked=true | |
269 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
270 | fp.Name=name | |
271 | fp.Size=size | |
272 | fp.Position=Character.Torso.Position | |
273 | nooutline(fp) | |
274 | fp.Material=material | |
275 | fp:BreakJoints() | |
276 | return fp | |
277 | end | |
278 | ||
279 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
280 | local mesh=it(Mesh) | |
281 | mesh.Parent=part | |
282 | if Mesh=="SpecialMesh" then | |
283 | mesh.MeshType=meshtype | |
284 | mesh.MeshId=meshid | |
285 | end | |
286 | mesh.Offset=offset | |
287 | mesh.Scale=scale | |
288 | return mesh | |
289 | end | |
290 | ||
291 | function weld(parent,part0,part1,c0,c1) | |
292 | local weld=it("Weld") | |
293 | weld.Parent=parent | |
294 | weld.Part0=part0 | |
295 | weld.Part1=part1 | |
296 | weld.C0=c0 | |
297 | weld.C1=c1 | |
298 | return weld | |
299 | end | |
300 | ||
301 | Larm=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Nougat","Handle",Vector3.new(3.34999847, 6.69999695, 3.34999847)) | |
302 | Larmweld=weld(m,Character["Left Arm"],Larm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.05781555, 4.62921333, -0.00970458984, 0.999991894, -0.00404046103, 1.49011612e-008, 0.00404047314, 0.999988914, -5.96046448e-008, -1.46602082e-008, 5.96641812e-008, 1)) | |
303 | mesh("SpecialMesh",Larm,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=32328397",Vector3.new(0, 0, 0),Vector3.new(3.58449864, 3.58449864, 3.58449864)) | |
304 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(4, 1, 1)) | |
305 | Partweld=weld(m,Larm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.65977859, 0.823997498, -0.156280518, 0.103938773, -0.960317492, -0.258818954, -0.994193792, -0.107605241, -3.32991505e-007, -0.0278499555, 0.257316202, -0.965925872)) | |
306 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(2.39999962, 2.39999962, 2.39999962)) | |
307 | Partweld=weld(m,Larm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.137443542, 1.12393951, -5.2095747, -5.98331482e-008, 1.92554985e-008, -1, -0.994193971, -0.107603095, 5.74137999e-008, -0.107603095, 0.994193971, 2.55819259e-008)) | |
308 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(2.79999995, 2.79999995, 2.79999995)) | |
309 | Partweld=weld(m,Larm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.13744545, 0.523963928, -4.80958462, -5.98331482e-008, 1.92554985e-008, -1, -0.994193971, -0.107603095, 5.74137999e-008, -0.107603095, 0.994193971, 2.55819259e-008)) | |
310 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(3.20000005, 1.79999995, 1.79999995)) | |
311 | Partweld=weld(m,Larm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.96409225, 2.46811295, 0.0160865784, 0.582305193, -0.812568247, 0.0255653579, -0.810312927, -0.58265537, -0.0624976382, 0.0656793788, 0.0156767573, -0.997717738)) | |
312 | Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(3.34999847, 6.69999695, 3.34999847)) | |
313 | Partweld=weld(m,Larm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.786727905, 0.192762375, 0, 0.968919694, 0.247375742, 3.01090317e-008, -0.247375727, 0.968919635, -5.77709756e-008, -4.34643717e-008, 4.8527184e-008, 1)) | |
314 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=32328397",Vector3.new(0, 0, 0),Vector3.new(3.58449864, 3.58449864, 3.58449864)) | |
315 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(4.4000001, 1.79999995, 1.79999995)) | |
316 | Partweld=weld(m,Larm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.51605988, 1.0842514, 0.058807373, 0.352736592, -0.935684025, 0.00851839688, -0.933414876, -0.352491021, -0.0669855103, 0.0656799152, 0.0156770404, -0.997717679)) | |
317 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(3.20000005, 1.79999995, 1.79999995)) | |
318 | Partweld=weld(m,Larm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05464792, -1.28056335, 0.125789642, -0.161237046, -0.986570179, -0.0261165425, -0.9847278, 0.162584379, -0.062271703, 0.0656815395, 0.0156771801, -0.9977175)) | |
319 | Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Nougat","Part",Vector3.new(3.34999847, 6.69999695, 3.34999847)) | |
320 | Partweld=weld(m,Larm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.42996216, 3.34001923, 1.90734863e-006, 0.882214248, 0.470848411, 1.75681691e-011, -0.470848382, 0.882214189, 2.97979135e-008, 1.40148009e-008, -2.62964193e-008, 1)) | |
321 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=32328397",Vector3.new(0, 0, 0),Vector3.new(3.58449864, 3.58449864, 3.58449864)) | |
322 | ||
323 | Player=game:GetService('Players').LocalPlayer | |
324 | Character=Player.Character | |
325 | Mouse=Player:GetMouse() | |
326 | m=Instance.new('Model',Character) | |
327 | ||
328 | ||
329 | local function weldBetween(a, b) | |
330 | local weldd = Instance.new("ManualWeld") | |
331 | weldd.Part0 = a | |
332 | weldd.Part1 = b | |
333 | weldd.C0 = CFrame.new() | |
334 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
335 | weldd.Parent = a | |
336 | return weldd | |
337 | end | |
338 | ||
339 | it=Instance.new | |
340 | ||
341 | function nooutline(part) | |
342 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
343 | end | |
344 | ||
345 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
346 | local fp=it("Part") | |
347 | fp.formFactor=formfactor | |
348 | fp.Parent=parent | |
349 | fp.Reflectance=reflectance | |
350 | fp.Transparency=transparency | |
351 | fp.CanCollide=false | |
352 | fp.Locked=true | |
353 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
354 | fp.Name=name | |
355 | fp.Size=size | |
356 | fp.Position=Character.Torso.Position | |
357 | nooutline(fp) | |
358 | fp.Material=material | |
359 | fp:BreakJoints() | |
360 | return fp | |
361 | end | |
362 | ||
363 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
364 | local mesh=it(Mesh) | |
365 | mesh.Parent=part | |
366 | if Mesh=="SpecialMesh" then | |
367 | mesh.MeshType=meshtype | |
368 | mesh.MeshId=meshid | |
369 | end | |
370 | mesh.Offset=offset | |
371 | mesh.Scale=scale | |
372 | return mesh | |
373 | end | |
374 | ||
375 | function weld(parent,part0,part1,c0,c1) | |
376 | local weld=it("Weld") | |
377 | weld.Parent=parent | |
378 | weld.Part0=part0 | |
379 | weld.Part1=part1 | |
380 | weld.C0=c0 | |
381 | weld.C1=c1 | |
382 | return weld | |
383 | end | |
384 | ||
385 | Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Bright yellow","Handle",Vector3.new(2.19999981, 1.0999999, 1.0999999)) | |
386 | Headweld=weld(m,Character["Head"],Head,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28881836e-005, -0.0500087738, 2.28881836e-005, 0.999680221, 3.01564199e-007, -0.0252879113, -2.92213031e-007, 0.999997139, 3.73517423e-007, 0.0252879113, -3.6600747e-007, 0.999680221)) | |
387 | mesh("SpecialMesh",Head,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.25, 1.25, 1.25)) | |
388 | Handel=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,0,"Bright red","Handel",Vector3.new(1.16666675, 1.39999998, 2.33333349)) | |
389 | Handelweld=weld(m,Head,Handel,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0249404907, -0.449999809, -0.108985901, 0.928757787, -8.00113185e-008, -0.370687246, -8.31384206e-009, 1, -2.36676286e-007, 0.370687246, 2.22896801e-007, 0.928757787)) | |
390 | mesh("SpecialMesh",Handel,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=13030731",Vector3.new(0, 0, 0),Vector3.new(1.16666675, 1.16666651, 1.16666675)) | |
391 | ||
392 | game.Workspace.DefineUser.Humanoid.HipHeight = 10 | |
393 | Music = Instance.new("Sound",game.Workspace) | |
394 | Music.Volume = 10 | |
395 | Music.Looped = true | |
396 | Music.SoundId = "rbxassetid://218530627" | |
397 | Music:Play() | |
398 | ||
399 | local Player = game.Players.LocalPlayer | |
400 | local Character = game.Workspace:WaitForChild(Player.Name) | |
401 | local Torso = Character:WaitForChild("Torso") | |
402 | local LArm = Character:WaitForChild("Left Arm") | |
403 | local RArm = Character:WaitForChild("Right Arm") | |
404 | local Head = Character:WaitForChild("Head") | |
405 | local RLeg = Character:WaitForChild("Right Leg") | |
406 | local LLeg = Character:WaitForChild("Left Leg") | |
407 | ||
408 | local Weld = Instance.new("Weld",Head) | |
409 | Weld.Part0 = Head | |
410 | Weld.Part1 = Torso | |
411 | Weld.C0 = CFrame.new(0, -1.44887018, 0.388227463, 1, 0, 0, 0, 0.965925455, 0.258820862, 0, -0.258820862, 0.965925455) | |
412 | ||
413 | local Target = Weld.C0 * CFrame.new(0,1,0) * CFrame.Angles(0,0,math.rad(45)) | |
414 | ||
415 | local Weld = Instance.new("Weld",LArm) | |
416 | Weld.Part0 = LArm | |
417 | Weld.Part1 = Torso | |
418 | Weld.C0 = CFrame.new(1.78214359, 3.56006241, 0, 0.258820832, -0.965925336, 0, 0.965925336, 0.258820832, 0, 0, 0, 1) | |
419 | ||
420 | local Target = Weld.C0 * CFrame.new(0,1,0) * CFrame.Angles(0,0,math.rad(45)) | |
421 | ||
422 | local Weld = Instance.new("Weld",RArm) | |
423 | Weld.Part0 = RArm | |
424 | Weld.Part1 = Torso | |
425 | Weld.C0 = CFrame.new(-1.73037672, 3.36686897, 0, 0.258820832, 0.965925336, 0, -0.965925336, 0.258820832, 0, 0, 0, 1) | |
426 | ||
427 | local Target = Weld.C0 * CFrame.new(0,1,0) * CFrame.Angles(0,0,math.rad(45)) | |
428 | ||
429 | local Weld = Instance.new("Weld",RLeg) | |
430 | Weld.Part0 = RLeg | |
431 | Weld.Part1 = Torso | |
432 | Weld.C0 = CFrame.new(-0.158519745, 2.041008, 0.546886444, 0.96592629, 0.258817166, -5.77137996e-007, -0.249998331, 0.933013141, -0.258819014, -0.0669862702, 0.250000268, 0.965925932) | |
433 | ||
434 | local Weld = Instance.new("Weld",LLeg) | |
435 | Weld.Part0 = LLeg | |
436 | Weld.Part1 = Torso | |
437 | Weld.C0 = CFrame.new(0.5, 1.54546356, 0.414108276, 1, 0, 0, 0, 0.965925336, -0.258820862, 0, 0.258820891, 0.965925455) | |
438 | ||
439 | local Target = Weld.C0 * CFrame.new(0,1,0) * CFrame.Angles(0,0,math.rad(45)) | |
440 | --------------------------DefineUser |