View difference between Paste ID: AVR6cQvD and E5YH1j0q
SHOW: | | - or go back to the newest paste.
1
--Converted with ttyyuu12345's model to script plugin v4
2
function sandbox(var,func)
3
	local env = getfenv(func)
4
	local newenv = setmetatable({},{
5
		__index = function(self,k)
6
			if k=="script" then
7
				return var
8
			else
9
				return env[k]
10
			end
11
		end,
12
	})
13
	setfenv(func,newenv)
14
	return func
15
end
16
cors = {}
17
mas = Instance.new("Model",game:GetService("Lighting"))
18
Model0 = Instance.new("Model")
19
Part1 = Instance.new("Part")
20
Decal2 = Instance.new("Decal")
21
Part3 = Instance.new("Part")
22
Part4 = Instance.new("Part")
23
Weld5 = Instance.new("Weld")
24
Weld6 = Instance.new("Weld")
25
Weld7 = Instance.new("Weld")
26
Part8 = Instance.new("Part")
27
SpecialMesh9 = Instance.new("SpecialMesh")
28
Model0.Parent = mas
29
Part1.Parent = Model0
30
Part1.CFrame = CFrame.new(-44.75, 4.12500381, 28.625, 1, 0, 0, 0, 1, 0, 0, 0, 1)
31
Part1.Position = Vector3.new(-44.75, 4.12500381, 28.625)
32
Part1.Color = Color3.new(0.972549, 0.972549, 0.972549)
33
Part1.Size = Vector3.new(7, 3.25, 0.25)
34
Part1.Anchored = true
35
Part1.BottomSurface = Enum.SurfaceType.Smooth
36
Part1.BrickColor = BrickColor.new("Institutional white")
37
Part1.TopSurface = Enum.SurfaceType.Smooth
38
Part1.brickColor = BrickColor.new("Institutional white")
39
Decal2.Name = "eerin decal"
40
Decal2.Parent = Part1
41
Decal2.Texture = "http://www.roblox.com/asset/?id=3673922336"
42
Part3.Parent = Model0
43
Part3.CFrame = CFrame.new(-44.75, 1.00000381, 28.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
44
Part3.Position = Vector3.new(-44.75, 1.00000381, 28.875)
45
Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
46
Part3.Size = Vector3.new(0.5, 2, 0.25)
47
Part3.Anchored = true
48
Part3.BottomSurface = Enum.SurfaceType.Smooth
49
Part3.BrickColor = BrickColor.new("Really black")
50
Part3.TopSurface = Enum.SurfaceType.Smooth
51
Part3.brickColor = BrickColor.new("Really black")
52
Part4.Parent = Model0
53
Part4.CFrame = CFrame.new(-44.75, 4.12500381, 28.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
54
Part4.Position = Vector3.new(-44.75, 4.12500381, 28.875)
55
Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
56
Part4.Size = Vector3.new(8, 4.25, 0.25)
57
Part4.Anchored = true
58
Part4.BottomSurface = Enum.SurfaceType.Smooth
59
Part4.BrickColor = BrickColor.new("Really black")
60
Part4.TopSurface = Enum.SurfaceType.Smooth
61
Part4.brickColor = BrickColor.new("Really black")
62
Weld5.Name = "BTWeld"
63
Weld5.Parent = Part4
64
Weld5.C1 = CFrame.new(0, 3.125, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
65
Weld5.Part0 = Part4
66
Weld5.Part1 = Part3
67
Weld5.part1 = Part3
68
Weld6.Name = "BTWeld"
69
Weld6.Parent = Part4
70
Weld6.C1 = CFrame.new(0, 4, 0.125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
71
Weld6.Part0 = Part4
72
Weld6.Part1 = Part8
73
Weld6.part1 = Part8
74
Weld7.Name = "BTWeld"
75
Weld7.Parent = Part4
76
Weld7.C1 = CFrame.new(0, 0, 0.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
77
Weld7.Part0 = Part4
78
Weld7.Part1 = Part1
79
Weld7.part1 = Part1
80
Part8.Parent = Model0
81
Part8.CFrame = CFrame.new(-44.75, 0.125003815, 28.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
82
Part8.Position = Vector3.new(-44.75, 0.125003815, 28.75)
83
Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
84
Part8.Size = Vector3.new(3.5, 0.25, 2.5)
85
Part8.Anchored = true
86
Part8.BottomSurface = Enum.SurfaceType.Smooth
87
Part8.BrickColor = BrickColor.new("Really black")
88
Part8.TopSurface = Enum.SurfaceType.Smooth
89
Part8.brickColor = BrickColor.new("Really black")
90
SpecialMesh9.Parent = Part8
91
SpecialMesh9.MeshType = Enum.MeshType.Sphere
92
for i,v in pairs(mas:GetChildren()) do
93
	v.Parent = owner.Character
94
	pcall(function() v:MakeJoints() end)
95
end
96
mas:Destroy()
97
for i,v in pairs(cors) do
98
	spawn(function()
99
		pcall(v)
100
	end)
101
end
102
103
for _,v in pairs (Model0:children()) do
104
v.Anchored = false
105
end
106
107
root = owner.Character.HumanoidRootPart
108
hum = owner.Character.Humanoid
109
sw = 0.1
110
tv = Instance.new("Weld",root)
111
tv.Part0 = Part8
112
tv.Part1 = root
113
tv.C0 = CFrame.new(0, 2.75, -6)
114
tv.C1 = CFrame.Angles(0, -77 + -77, 0)
115
wait(.1)
116
tv:Destroy()
117
for _,v in pairs (Model0:children()) do
118
v.Anchored = true
119
end
120
121
hum.JumpPower = 50
122
123
eerin = true
124
baldo = false
125
jester = false
126
sonic = false
127
dk = false
128
text = Decal2
129
130
owner.Chatted:connect(function(msg)
131
	if msg == "/channel baldo" then
132
		baldo = true
133
		eerin = false
134
		jester = false
135
		dk = false
136
        kiddo = false
137
	end
138
	if msg == "/channel eerin" then
139
		baldo = false
140
		eerin = true
141
		jester = false
142
		dk = false
143
        kiddo = false
144
	end
145
	if msg == "/channel jester" then
146
		baldo = false
147
		eerin = false
148
		jester = true
149
		dk = false
150
        kiddo = false
151
	end
152
    if msg == "/channel kiddo" then
153
		baldo = false
154
        kiddo = true
155
		eerin = false
156
		jester = false
157
		dk = false
158
	end
159
	if msg == "/channel dk" then
160
		baldo = false
161
		eerin = false
162
        kiddo = false
163
		jester = false
164
		dk = true
165
        kiddo = false
166
	end
167
end)
168
169
jsw = 0.07
170
dsw = 0.25
171
172
coroutine.resume(coroutine.create(function()
173
	wait()
174
	while true do
175
		if baldo then
176
    text.Texture = "rbxassetid://3622614118"
177
    wait(sw)
178
    text.Texture = "rbxassetid://3622624384"
179
    wait(sw)
180
    text.Texture = "rbxassetid://3622625323"
181
    wait(sw)
182
    text.Texture = "rbxassetid://3622624384"
183
    wait(sw)
184
		end
185
		if eerin then
186
			wait(sw)
187
			text.Texture = "http://www.roblox.com/asset/?id=3673922336"
188
		end
189
		if jester then
190
			text.Texture = "http://www.roblox.com/asset/?id=3225450844"
191
			wait(jsw)
192
			text.Texture = "http://www.roblox.com/asset/?id=3225451096"
193
			wait(jsw)
194
			text.Texture = "http://www.roblox.com/asset/?id=3225451331"
195
			wait(jsw)
196
			text.Texture = "http://www.roblox.com/asset/?id=3225451628"
197
			wait(jsw)
198
			text.Texture = "http://www.roblox.com/asset/?id=3225454207"
199
			wait(jsw)
200
			text.Texture = "http://www.roblox.com/asset/?id=3225454399"
201
			wait(jsw)
202
			text.Texture = "http://www.roblox.com/asset/?id=3225454699"
203
			wait(jsw)
204
			text.Texture = "http://www.roblox.com/asset/?id=3225454937"
205
			wait(jsw)
206
		end
207
		if dk then
208
			text.Texture = "http://www.roblox.com/asset/?id=563450768"
209
			wait(dsw)
210
			text.Texture = "http://www.roblox.com/asset/?id=563451026"
211
			wait(dsw)
212
			text.Texture = "http://www.roblox.com/asset/?id=563451532"
213
			wait(dsw)
214
			text.Texture = "http://www.roblox.com/asset/?id=563451714"
215
			wait(dsw)
216
			text.Texture = "http://www.roblox.com/asset/?id=563451854"
217
          end
218
        if kiddo then
219
			text.Texture = "https://www.roblox.com/asset/?id=3708589384"
220
		end
221
	end
222
end))