View difference between Paste ID: CnEY6fNB and Mmr5dqQu
SHOW: | | - or go back to the newest paste.
1-
--MADE BY OneLegend (NOT THE SCRIPT) Thanks to TheRedAngel for letting me add. Feel free to take his model too. http://www.roblox.com/TheRedAngels-SB-Gift-NEW-SCRIPTS-item?id=88063410 
1+
--MADE BY X9n (NOT THE SCRIPT) REGULAR SCRIPT: 
2-
--LOCAL SCRIPT: JUST RUN!
2+
--Go down to line 175 and put two names into "YOURNAME HERE", and "THE OTHER PERSONS HERE" (One of them doesn't have to be you)
3
--This Script Makes two players in your game.. Well.. I think its in the title ;D
4
----------------------------------------------------------------------------------------
5-
local players = game:GetService("Players") 
5+
6
7-
local workspac = game:GetService("Workspace") 
7+
function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f) 
8
local funcw = Instance.new("Weld") 
9-
Me = players.LocalPlayer
9+
funcw.Name = zName 
10
funcw.Parent = zParent 
11-
char = Me.Character
11+
funcw.Part0 = zPart0 
12
funcw.Part1 = zPart1 
13-
name = Me.Name 
13+
if (zCoco == true) then 
14
funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f) 
15-
local pg = Me.PlayerGui 
15+
else 
16
funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f) 
17-
local human = char.Humanoid 
17+
18
return funcw 
19-
Torso = char.Torso
19+
20
function fun(n1, n2)
21-
Rarm = char["Right Arm"]
21+
pcall(function()
22
t1 = game.Players[n1].Character.Torso 
23-
Larm = char["Left Arm"]
23+
t2 = game.Players[n2].Character.Torso 
24
t2.Parent.Humanoid.PlatformStand = true 
25-
Rleg = char["Right Leg"]
25+
t1["Left Shoulder"]:Remove() 
26
ls1 = Instance.new("Weld") 
27-
Lleg = char["Left Leg"]
27+
ls1.Parent = t1 
28
ls1.Part0 = t1 
29-
local nummovs = 6 
29+
ls1.Part1 = t1.Parent["Left Arm"] 
30
ls1.C0 = CFrame.new(-1.5,0,0) 
31-
local mov = 1 
31+
ls1.Name = "Left Shoulder" 
32
t1["Right Shoulder"]:Remove() 
33-
local peno = false 
33+
rs1 = Instance.new("Weld") 
34
rs1.Parent = t1 
35-
local currmov = 1 
35+
rs1.Part0 = t1 
36
rs1.Part1 = t1.Parent["Right Arm"] 
37-
local attakin = false 
37+
rs1.C0 = CFrame.new(1.5,0,0) 
38
rs1.Name = "Right Shoulder" 
39-
local asset = "http://roblox.com/asset/?id=" 
39+
t2["Left Shoulder"]:Remove() 
40
ls2 = Instance.new("Weld") 
41-
local sounds = {
41+
ls2.Parent = t2 
42
ls2.Part0 = t2 
43-
Gun = "2760979", 
43+
ls2.Part1 = t2.Parent["Left Arm"] 
44
ls2.C0 = CFrame.new(-1.5,0,0) 
45-
Gun2 = "10209859", 
45+
ls2.Name = "Left Shoulder" 
46
t2["Right Shoulder"]:Remove() 
47-
Click = "12222076", 
47+
rs2 = Instance.new("Weld") 
48
rs2.Parent = t2 
49-
Imbue = "2785493", 
49+
rs2.Part0 = t2 
50
rs2.Part1 = t2.Parent["Right Arm"] 
51-
Ele = "2800815", 
51+
rs2.C0 = CFrame.new(1.5,0,0) 
52
rs2.Name = "Right Shoulder" 
53-
Curse = "13775494", 
53+
t2["Left Hip"]:Remove() 
54
lh2 = Instance.new("Weld") 
55-
Slash = "rbxasset://sounds/swordslash.wav", 
55+
lh2.Parent = t2 
56
lh2.Part0 = t2 
57-
Bow = "16211041" 
57+
lh2.Part1 = t2.Parent["Left Leg"] 
58
lh2.C0 = CFrame.new(-0.5,-2,0) 
59-
} 
59+
lh2.Name = "Left Hip" 
60
t2["Right Hip"]:Remove() 
61-
function sound(id) 
61+
rh2 = Instance.new("Weld") 
62
rh2.Parent = t2 
63-
local sound = Instance.new("Sound", Torso) 
63+
rh2.Part0 = t2 
64
rh2.Part1 = t2.Parent["Right Leg"] 
65-
sound.SoundId = id 
65+
rh2.C0 = CFrame.new(0.5,-2,0) 
66
rh2.Name = "Right Hip" 
67-
sound.Volume = 0.5 
67+
local d = Instance.new("Part") 
68
d.TopSurface = 0 
69-
sound:play() 
69+
d.BottomSurface = 0 
70
d.CanCollide = false 
71-
sound:stop() 
71+
d.BrickColor = BrickColor.new("Medium stone grey") 
72
d.Shape = "Ball" 
73
d.Parent = t1 
74
d.Size = Vector3.new(1,1,1) 
75-
sound:play() 
75+
local dm = Instance.new("SpecialMesh") 
76
dm.MeshType = "Sphere" 
77-
coroutine.resume(coroutine.create(function() 
77+
dm.Parent = d 
78
dm.Scale = Vector3.new(0.4,0.4,0.4) 
79-
wait(1) 
79+
fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0) 
80
d2 = d:Clone() 
81-
sound:remove() 
81+
d2.Parent = t1 
82
fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0) 
83-
end)) 
83+
local c = Instance.new("Part") 
84
c.TopSurface = 0 
85
c.BottomSurface = 0 
86
c.CanCollide = false 
87-
function create(prt, parent, siz, cf, can, col, anc, brea, tran, ref, form, weld, part1, cf2, mesh, sca, type, id, bckup) 
87+
c.BrickColor = BrickColor.new("Pastel brown") 
88
c.Parent = t1 
89-
part = Instance.new(prt) 
89+
c.formFactor = "Custom" 
90
c.Size = Vector3.new(0.4,1.3,0.4) 
91-
part.formFactor = form 
91+
cm = Instance.new("CylinderMesh") 
92
cm.Parent = c 
93-
part.BrickColor = BrickColor.new(col) 
93+
a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0) 
94
c2 = d:Clone() 
95-
part.Size = siz 
95+
c2.BrickColor = BrickColor.new("Medium stone grey") 
96
c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4) 
97-
part.Anchored = anc 
97+
c2.Parent = t1 
98
fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0) 
99-
part.Transparency = tran 
99+
local bl = Instance.new("Part") 
100
bl.TopSurface = 0 
101-
part.Name = "ShipPart" 
101+
bl.BottomSurface = 0 
102
bl.CanCollide = false 
103-
part.Reflectance = ref 
103+
bl.BrickColor = BrickColor.new("Pastel brown") 
104
bl.Shape = "Ball" 
105-
part.CFrame = cf 
105+
bl.Parent = t2 
106
bl.Size = Vector3.new(1,1,1) 
107-
part.CanCollide = can 
107+
local dm = Instance.new("SpecialMesh") 
108
dm.MeshType = "Sphere" 
109-
part.TopSurface = "Smooth" 
109+
dm.Parent = bl 
110
dm.Scale = Vector3.new(1.2,1.2,1.2) 
111-
part.BottomSurface = "Smooth" 
111+
fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0) 
112
local br = Instance.new("Part") 
113-
if brea == true then 
113+
br.TopSurface = 0 
114
br.BottomSurface = 0 
115-
part:BreakJoints() 
115+
br.CanCollide = false 
116
br.BrickColor = BrickColor.new("Pastel brown") 
117
br.Shape = "Ball" 
118
br.Parent = t2 
119-
if weld == true then 
119+
br.Size = Vector3.new(1,1,1) 
120
local dm = Instance.new("SpecialMesh") 
121-
weld = Instance.new("Weld") 
121+
dm.MeshType = "Sphere" 
122
dm.Parent = br 
123-
weld.Part0 = part 
123+
dm.Scale = Vector3.new(1.2,1.2,1.2) 
124
fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0) 
125-
weld.Part1 = part1 
125+
local bln = Instance.new("Part") 
126
bln.TopSurface = 0 
127-
weld.C1 = cf2 
127+
bln.BottomSurface = 0 
128
bln.CanCollide = false 
129-
weld.Parent = part 
129+
bln.Shape = "Ball" 
130
bln.Parent = t2 
131
bln.Size = Vector3.new(1,1,1) 
132
local dm = Instance.new("SpecialMesh") 
133-
if mesh ~= nil then 
133+
dm.MeshType = "Sphere" 
134
dm.Parent = bln 
135-
mesh = Instance.new(mesh) 
135+
dm.Scale = Vector3.new(0.2,0.2,0.2) 
136
fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0) 
137-
mesh.Scale = sca 
137+
local brn = Instance.new("Part") 
138
brn.TopSurface = 0 
139-
if bckup == true then 
139+
brn.BottomSurface = 0 
140
brn.CanCollide = false 
141-
mesh.MeshType = "Sphere" 
141+
brn.Shape = "Ball" 
142
brn.Parent = t2 
143
brn.Size = Vector3.new(1,1,1) 
144
local dm = Instance.new("SpecialMesh") 
145-
if mesh == "SpecialMesh" then 
145+
dm.MeshType = "Sphere" 
146
dm.Parent = brn 
147-
mesh.MeshType = type 
147+
dm.Scale = Vector3.new(0.2,0.2,0.2) 
148
fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0) 
149-
pcall(function() 
149+
lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0) 
150
rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0) 
151-
if type == "Wedge" then 
151+
ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0) 
152
rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0) 
153-
mesh.MeshType = "Wedge" 
153+
ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0) 
154
rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0) 
155
if t1:findFirstChild("weldx") ~= nil then 
156
t1.weldx:Remove() 
157-
if type == "FileMesh" then 
157+
158
we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0) 
159-
mesh.MeshType = "FileMesh" 
159+
n = t2.Neck 
160
n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
161-
mesh.MeshId = id 
161+
162
coroutine.resume(coroutine.create(function()
163
while wait() do 
164
for i = 1,6 do 
165
we.C1 = we.C1 * CFrame.new(0,-0.3,0) 
166
wait() 
167
end 
168
for i = 1,6 do 
169-
mesh.Parent = part 
169+
we.C1 = we.C1 * CFrame.new(0,0.3,0) 
170
wait() 
171
end 
172
end
173-
part.Parent = parent 
173+
end))
174
end
175-
        return part,weld 
175+
fun("ribCripql","caden2hip")