SHOW:
|
|
- or go back to the newest paste.
1 | --This ROBLOX Script Is Made By The Respected Owners. | |
2 | --Script Hidden For Privacy Of The Users. Script Hidden For Privacy Of The Users. | |
3 | --Username Input Is Required At The Bottom. | |
4 | ||
5 | --Instructions Copy and paste into script builder, | |
6 | - | --Put two names into "YOURNAME", and "THE VICTIM" (One of them doesn't have to be you) |
6 | + | --Put two names into "KillerBeastPro11", and "KeikoAzzuki" (One of them doesn't have to be you) |
7 | ||
8 | --This Script Makes two players in your game.. Well.. I think its in the title ;D | |
9 | ||
10 | ---------------------------------------------------------------------------------------- | |
11 | function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f) | |
12 | local funcw = Instance.new("Weld") | |
13 | funcw.Name = zName | |
14 | funcw.Parent = zParent | |
15 | funcw.Part0 = zPart0 | |
16 | funcw.Part1 = zPart1 | |
17 | if (zCoco == true) then | |
18 | funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f) | |
19 | else | |
20 | funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f) | |
21 | end | |
22 | return funcw | |
23 | end | |
24 | function fun(n1, n2) | |
25 | pcall(function() | |
26 | t1 = game.Players[n1].Character.Torso | |
27 | t2 = game.Players[n2].Character.Torso | |
28 | t2.Parent.Humanoid.PlatformStand = true | |
29 | t1["Left Shoulder"]:Remove() | |
30 | ls1 = Instance.new("Weld") | |
31 | ls1.Parent = t1 | |
32 | ls1.Part0 = t1 | |
33 | ls1.Part1 = t1.Parent["Left Arm"] | |
34 | ls1.C0 = CFrame.new(-1.5,0,0) | |
35 | ls1.Name = "Left Shoulder" | |
36 | t1["Right Shoulder"]:Remove() | |
37 | rs1 = Instance.new("Weld") | |
38 | rs1.Parent = t1 | |
39 | rs1.Part0 = t1 | |
40 | rs1.Part1 = t1.Parent["Right Arm"] | |
41 | rs1.C0 = CFrame.new(1.5,0,0) | |
42 | rs1.Name = "Right Shoulder" | |
43 | t2["Left Shoulder"]:Remove() | |
44 | ls2 = Instance.new("Weld") | |
45 | ls2.Parent = t2 | |
46 | ls2.Part0 = t2 | |
47 | ls2.Part1 = t2.Parent["Left Arm"] | |
48 | ls2.C0 = CFrame.new(-1.5,0,0) | |
49 | ls2.Name = "Left Shoulder" | |
50 | t2["Right Shoulder"]:Remove() | |
51 | rs2 = Instance.new("Weld") | |
52 | rs2.Parent = t2 | |
53 | rs2.Part0 = t2 | |
54 | rs2.Part1 = t2.Parent["Right Arm"] | |
55 | rs2.C0 = CFrame.new(1.5,0,0) | |
56 | rs2.Name = "Right Shoulder" | |
57 | t2["Left Hip"]:Remove() | |
58 | lh2 = Instance.new("Weld") | |
59 | lh2.Parent = t2 | |
60 | lh2.Part0 = t2 | |
61 | lh2.Part1 = t2.Parent["Left Leg"] | |
62 | lh2.C0 = CFrame.new(-0.5,-2,0) | |
63 | lh2.Name = "Left Hip" | |
64 | t2["Right Hip"]:Remove() | |
65 | rh2 = Instance.new("Weld") | |
66 | rh2.Parent = t2 | |
67 | rh2.Part0 = t2 | |
68 | rh2.Part1 = t2.Parent["Right Leg"] | |
69 | rh2.C0 = CFrame.new(0.5,-2,0) | |
70 | rh2.Name = "Right Hip" | |
71 | local d = Instance.new("Part") | |
72 | d.TopSurface = 0 | |
73 | d.BottomSurface = 0 | |
74 | d.CanCollide = false | |
75 | d.BrickColor = BrickColor.new("Medium stone grey") | |
76 | d.Shape = "Ball" | |
77 | d.Parent = t1 | |
78 | d.Size = Vector3.new(1,1,1) | |
79 | local dm = Instance.new("SpecialMesh") | |
80 | dm.MeshType = "Sphere" | |
81 | dm.Parent = d | |
82 | dm.Scale = Vector3.new(0.4,0.4,0.4) | |
83 | fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0) | |
84 | d2 = d:Clone() | |
85 | d2.Parent = t1 | |
86 | fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0) | |
87 | local c = Instance.new("Part") | |
88 | c.TopSurface = 0 | |
89 | c.BottomSurface = 0 | |
90 | c.CanCollide = false | |
91 | c.BrickColor = BrickColor.new("Pastel brown") | |
92 | c.Parent = t1 | |
93 | c.formFactor = "Custom" | |
94 | c.Size = Vector3.new(0.4,1.3,0.4) | |
95 | cm = Instance.new("CylinderMesh") | |
96 | cm.Parent = c | |
97 | a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0) | |
98 | c2 = d:Clone() | |
99 | c2.BrickColor = BrickColor.new("Medium stone grey") | |
100 | c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4) | |
101 | c2.Parent = t1 | |
102 | fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0) | |
103 | local bl = Instance.new("Part") | |
104 | bl.TopSurface = 0 | |
105 | bl.BottomSurface = 0 | |
106 | bl.CanCollide = false | |
107 | bl.BrickColor = BrickColor.new("Pastel brown") | |
108 | bl.Shape = "Ball" | |
109 | bl.Parent = t2 | |
110 | bl.Size = Vector3.new(1,1,1) | |
111 | local dm = Instance.new("SpecialMesh") | |
112 | dm.MeshType = "Sphere" | |
113 | dm.Parent = bl | |
114 | dm.Scale = Vector3.new(1.2,1.2,1.2) | |
115 | fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0) | |
116 | local br = Instance.new("Part") | |
117 | br.TopSurface = 0 | |
118 | br.BottomSurface = 0 | |
119 | br.CanCollide = false | |
120 | br.BrickColor = BrickColor.new("Pastel brown") | |
121 | br.Shape = "Ball" | |
122 | br.Parent = t2 | |
123 | br.Size = Vector3.new(1,1,1) | |
124 | local dm = Instance.new("SpecialMesh") | |
125 | dm.MeshType = "Sphere" | |
126 | dm.Parent = br | |
127 | dm.Scale = Vector3.new(1.2,1.2,1.2) | |
128 | fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0) | |
129 | local bln = Instance.new("Part") | |
130 | bln.TopSurface = 0 | |
131 | bln.BottomSurface = 0 | |
132 | bln.CanCollide = false | |
133 | bln.Shape = "Ball" | |
134 | bln.Parent = t2 | |
135 | bln.Size = Vector3.new(1,1,1) | |
136 | local dm = Instance.new("SpecialMesh") | |
137 | dm.MeshType = "Sphere" | |
138 | dm.Parent = bln | |
139 | dm.Scale = Vector3.new(0.2,0.2,0.2) | |
140 | fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0) | |
141 | local brn = Instance.new("Part") | |
142 | brn.TopSurface = 0 | |
143 | brn.BottomSurface = 0 | |
144 | brn.CanCollide = false | |
145 | brn.Shape = "Ball" | |
146 | brn.Parent = t2 | |
147 | brn.Size = Vector3.new(1,1,1) | |
148 | local dm = Instance.new("SpecialMesh") | |
149 | dm.MeshType = "Sphere" | |
150 | dm.Parent = brn | |
151 | dm.Scale = Vector3.new(0.2,0.2,0.2) | |
152 | fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0) | |
153 | lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0) | |
154 | rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0) | |
155 | ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0) | |
156 | rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0) | |
157 | ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0) | |
158 | rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0) | |
159 | if t1:findFirstChild("weldx") ~= nil then | |
160 | t1.weldx:Remove() | |
161 | end | |
162 | we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0) | |
163 | n = t2.Neck | |
164 | n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0) | |
165 | end) | |
166 | coroutine.resume(coroutine.create(function() | |
167 | while wait() do | |
168 | for i = 1,6 do | |
169 | we.C1 = we.C1 * CFrame.new(0,-0.3,0) | |
170 | wait() | |
171 | end | |
172 | ||
173 | for i = 1,6 do | |
174 | we.C1 = we.C1 * CFrame.new(0,0.3,0) | |
175 | wait() | |
176 | end | |
177 | end | |
178 | end)) | |
179 | end | |
180 | - | fun("YOURNAME", "THE VICTIM") |
180 | + | fun("KillerBeastPro11", "KeikoAzzuki") |