View difference between Paste ID: ATBaeHcS and YT3cdnnF
SHOW: | | - or go back to the newest paste.
1
--void Script bbuilder fe script converter V2
2
3
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
4
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
5
local RealPlayer = Player
6
do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
7
8
--Created by N3xul.
9
-- Script Name: N3xul 8Bit Hover Car
10
-- Last Updated: 
11
--  _   _ ____             _    _____           _       _   
12
-- | \ | |___ \           | |  / ____|         (_)     | |  
13
-- |  \| | __) |_  ___   _| | | (___   ___ _ __ _ _ __ | |_ 
14
-- | . ` ||__ <\ \/ / | | | |  \___ \ / __| '__| | '_ \| __|
15
-- | |\  |___) |>  <| |_| | |  ____) | (__| |  | | |_) | |_ 
16
-- |_| \_|____//_/\_\\__,_|_| |_____/ \___|_|  |_| .__/ \__|
17
--                                               | |        
18
--                                               |_|        
19
local runDummyScript = function(f,scri)
20
local oldenv = getfenv(f)
21
local newenv = setmetatable({}, {
22
__index = function(_, k)
23
if k:lower() == 'script' then
24
return scri
25
else
26
return oldenv[k]
27
end
28
end
29
})
30
setfenv(f, newenv)
31
ypcall(function() f() end)
32
end
33
cors = {}
34
mas = Instance.new("Model",game:GetService("Lighting")) 
35
mas.Name = "CompiledModel"
36
o1 = Instance.new("Model")
37
o2 = Instance.new("Model")
38
o3 = Instance.new("VehicleSeat")
39
o4 = Instance.new("Script")
40
o5 = Instance.new("Part")
41
o6 = Instance.new("CylinderMesh")
42
o7 = Instance.new("Part")
43
o8 = Instance.new("CylinderMesh")
44
o9 = Instance.new("Model")
45
o10 = Instance.new("Part")
46
o11 = Instance.new("Part")
47
o12 = Instance.new("Part")
48
o13 = Instance.new("Part")
49
o14 = Instance.new("Part")
50
o15 = Instance.new("Part")
51
o16 = Instance.new("Part")
52
o17 = Instance.new("Part")
53
o18 = Instance.new("Part")
54
o19 = Instance.new("Part")
55
o20 = Instance.new("Part")
56
o21 = Instance.new("Part")
57
o22 = Instance.new("Part")
58
o23 = Instance.new("Part")
59
o24 = Instance.new("Part")
60
o25 = Instance.new("Part")
61
o26 = Instance.new("Part")
62
o27 = Instance.new("Part")
63
o28 = Instance.new("Part")
64
o29 = Instance.new("Part")
65
o30 = Instance.new("Part")
66
o31 = Instance.new("Part")
67
o32 = Instance.new("Part")
68
o33 = Instance.new("Part")
69
o34 = Instance.new("Part")
70
o35 = Instance.new("Part")
71
o36 = Instance.new("Part")
72
o37 = Instance.new("Part")
73
o38 = Instance.new("Part")
74
o39 = Instance.new("Part")
75
o40 = Instance.new("Part")
76
o41 = Instance.new("Part")
77
o42 = Instance.new("Part")
78
o43 = Instance.new("Part")
79
o44 = Instance.new("Part")
80
o45 = Instance.new("Part")
81
o46 = Instance.new("Part")
82
o47 = Instance.new("Part")
83
o48 = Instance.new("Part")
84
o49 = Instance.new("Part")
85
o50 = Instance.new("Part")
86
o51 = Instance.new("Part")
87
o52 = Instance.new("Part")
88
o53 = Instance.new("Part")
89
o54 = Instance.new("Part")
90
o55 = Instance.new("Part")
91
o56 = Instance.new("SpotLight")
92
o57 = Instance.new("Part")
93
o58 = Instance.new("ClickDetector")
94
o59 = Instance.new("Script")
95
o60 = Instance.new("Decal")
96
o61 = Instance.new("Part")
97
o62 = Instance.new("Part")
98
o63 = Instance.new("Part")
99
o64 = Instance.new("Part")
100
o65 = Instance.new("Part")
101
o66 = Instance.new("Part")
102
o67 = Instance.new("Part")
103
o68 = Instance.new("Part")
104
o69 = Instance.new("Part")
105
o70 = Instance.new("Part")
106
o71 = Instance.new("Part")
107
o72 = Instance.new("Part")
108
o73 = Instance.new("Part")
109
o74 = Instance.new("Part")
110
o75 = Instance.new("Part")
111
o76 = Instance.new("Part")
112
o77 = Instance.new("Part")
113
o78 = Instance.new("Part")
114
o1.Name = "N3xul HoverCar"
115
o1.Parent = mas
116
o2.Name = "[EngineControl]"
117
o2.Parent = o1
118
o3.Name = "DriverSeat"
119
o3.Parent = o2
120
o3.Material = Enum.Material.SmoothPlastic
121
o3.BrickColor = BrickColor.new("Dark stone grey")
122
o3.Transparency = 1
123
o3.Position = Vector3.new(-180.289993, 3.30000925, 177.170013)
124
o3.Rotation = Vector3.new(-180, 0, -180)
125
o3.CanCollide = false
126
o3.Size = Vector3.new(2, 0.200000003, 2)
127
o3.CFrame = CFrame.new(-180.289993, 3.30000925, 177.170013, -1, 0, 0, 0, 1, 0, 0, 0, -1)
128
o3.BottomSurface = Enum.SurfaceType.Weld
129
o3.TopSurface = Enum.SurfaceType.Smooth
130
o3.MaxSpeed = 75
131
o3.Torque = 80
132
o3.TurnSpeed = 1.25
133
o3.Color = Color3.new(0.388235, 0.372549, 0.384314)
134
o3.Position = Vector3.new(-180.289993, 3.30000925, 177.170013)
135
o3.Orientation = Vector3.new(0, 180, 0)
136
o3.Color = Color3.new(0.388235, 0.372549, 0.384314)
137
o4.Name = "SeatTag"
138
o4.Parent = o3
139
table.insert(cors,coroutine.create(function()
140
wait()
141
runDummyScript(function()
142
script.Parent.ChildAdded:connect(function(o)
143
	ts=o.Part1
144
		if ts~=nil then
145
		chr=ts.Parent
146
			if chr~=nil then
147
			i=Instance.new("IntValue")
148
			i.Name="InSeat"
149
			i.Parent=chr
150
			end
151
		end
152
	end)
153
154
script.Parent.ChildRemoved:connect(function(o)
155
	ts=o.Part1
156
		if ts~=nil then
157
		chr=ts.Parent
158
			if chr~=nil then
159
			tag=chr:FindFirstChild("InSeat")
160
				if tag~=nil then
161
				tag:remove()
162
				end
163
			end
164
		end
165
	end)
166
end,o4)
167
end))
168
o5.Name = "r"
169
o5.Parent = o2
170
o5.Material = Enum.Material.Neon
171
o5.BrickColor = BrickColor.new("Really blue")
172
o5.Position = Vector3.new(-178.789993, 5.70000601, 166.970001)
173
o5.Rotation = Vector3.new(-90, -90, 0)
174
o5.CanCollide = false
175
o5.FormFactor = Enum.FormFactor.Plate
176
o5.Size = Vector3.new(1, 0.400000006, 1)
177
o5.CFrame = CFrame.new(-178.789993, 5.70000601, 166.970001, 0, 0, -1, 1, 0, 0, 0, -1, 0)
178
o5.BackSurface = Enum.SurfaceType.Weld
179
o5.BottomSurface = Enum.SurfaceType.Weld
180
o5.FrontSurface = Enum.SurfaceType.Weld
181
o5.LeftSurface = Enum.SurfaceType.Weld
182
o5.RightSurface = Enum.SurfaceType.Weld
183
o5.TopSurface = Enum.SurfaceType.Weld
184
o5.Color = Color3.new(0, 0, 1)
185
o5.Position = Vector3.new(-178.789993, 5.70000601, 166.970001)
186
o5.Orientation = Vector3.new(0, -90, 90)
187
o5.Color = Color3.new(0, 0, 1)
188
o6.Parent = o5
189
o6.Offset = Vector3.new(0, -1, 0)
190
o6.Scale = Vector3.new(1, 5, 1)
191
o6.Scale = Vector3.new(1, 5, 1)
192
o7.Name = "b"
193
o7.Parent = o2
194
o7.Material = Enum.Material.Neon
195
o7.BrickColor = BrickColor.new("Really blue")
196
o7.Position = Vector3.new(-181.789993, 5.70000601, 166.970001)
197
o7.Rotation = Vector3.new(90, 0, 0)
198
o7.CanCollide = false
199
o7.FormFactor = Enum.FormFactor.Plate
200
o7.Size = Vector3.new(1, 0.400000006, 1)
201
o7.CFrame = CFrame.new(-181.789993, 5.70000601, 166.970001, 1, 0, 0, 0, 0, -1, 0, 1, 0)
202
o7.BackSurface = Enum.SurfaceType.Weld
203
o7.BottomSurface = Enum.SurfaceType.Weld
204
o7.FrontSurface = Enum.SurfaceType.Weld
205
o7.LeftSurface = Enum.SurfaceType.Weld
206
o7.RightSurface = Enum.SurfaceType.Weld
207
o7.TopSurface = Enum.SurfaceType.Weld
208
o7.Color = Color3.new(0, 0, 1)
209
o7.Position = Vector3.new(-181.789993, 5.70000601, 166.970001)
210
o7.Orientation = Vector3.new(90, 0, 0)
211
o7.Color = Color3.new(0, 0, 1)
212
o8.Parent = o7
213
o8.Offset = Vector3.new(0, 1, 0)
214
o8.Scale = Vector3.new(1, 5, 1)
215
o8.Scale = Vector3.new(1, 5, 1)
216
o9.Name = "ArmorKit"
217
o9.Parent = o1
218
o10.Name = "Color1"
219
o10.Parent = o9
220
o10.Material = Enum.Material.SmoothPlastic
221
o10.BrickColor = BrickColor.new("Really black")
222
o10.Reflectance = 0.20000000298023
223
o10.Position = Vector3.new(-186.48999, 4.20000601, 167.970001)
224
o10.Elasticity = 1
225
o10.FormFactor = Enum.FormFactor.Custom
226
o10.Friction = 0.5
227
o10.Size = Vector3.new(6.4000001, 4, 0.399999976)
228
o10.CFrame = CFrame.new(-186.48999, 4.20000601, 167.970001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
229
o10.BottomSurface = Enum.SurfaceType.Smooth
230
o10.RightSurface = Enum.SurfaceType.Weld
231
o10.TopSurface = Enum.SurfaceType.Smooth
232
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
233
o10.Position = Vector3.new(-186.48999, 4.20000601, 167.970001)
234
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
235
o11.Name = "Color1"
236
o11.Parent = o9
237
o11.Material = Enum.Material.SmoothPlastic
238
o11.BrickColor = BrickColor.new("Really black")
239
o11.Reflectance = 0.20000000298023
240
o11.Position = Vector3.new(-174.089996, 5.70000601, 171.170013)
241
o11.Elasticity = 1
242
o11.FormFactor = Enum.FormFactor.Symmetric
243
o11.Friction = 0.5
244
o11.Size = Vector3.new(4.4000001, 1, 6)
245
o11.CFrame = CFrame.new(-174.089996, 5.70000601, 171.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
246
o11.BackSurface = Enum.SurfaceType.Weld
247
o11.BottomSurface = Enum.SurfaceType.Smooth
248
o11.FrontSurface = Enum.SurfaceType.Weld
249
o11.LeftSurface = Enum.SurfaceType.Weld
250
o11.RightSurface = Enum.SurfaceType.Weld
251
o11.TopSurface = Enum.SurfaceType.Smooth
252
o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
253
o11.Position = Vector3.new(-174.089996, 5.70000601, 171.170013)
254
o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
255
o12.Name = "Color1"
256
o12.Parent = o9
257
o12.Material = Enum.Material.SmoothPlastic
258
o12.BrickColor = BrickColor.new("Really black")
259
o12.Reflectance = 0.20000000298023
260
o12.Position = Vector3.new(-174.089996, 4.20000601, 167.970001)
261
o12.Elasticity = 1
262
o12.FormFactor = Enum.FormFactor.Custom
263
o12.Friction = 0.5
264
o12.Size = Vector3.new(6.4000001, 4, 0.399999976)
265
o12.CFrame = CFrame.new(-174.089996, 4.20000601, 167.970001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
266
o12.BottomSurface = Enum.SurfaceType.Smooth
267
o12.LeftSurface = Enum.SurfaceType.Weld
268
o12.TopSurface = Enum.SurfaceType.Smooth
269
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
270
o12.Position = Vector3.new(-174.089996, 4.20000601, 167.970001)
271
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
272
o13.Name = "Color1"
273
o13.Parent = o9
274
o13.Material = Enum.Material.SmoothPlastic
275
o13.BrickColor = BrickColor.new("Really black")
276
o13.Reflectance = 0.20000000298023
277
o13.Position = Vector3.new(-186.48999, 5.70000601, 171.170013)
278
o13.Elasticity = 1
279
o13.FormFactor = Enum.FormFactor.Symmetric
280
o13.Friction = 0.5
281
o13.Size = Vector3.new(4.4000001, 1, 6)
282
o13.CFrame = CFrame.new(-186.48999, 5.70000601, 171.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
283
o13.BackSurface = Enum.SurfaceType.Weld
284
o13.BottomSurface = Enum.SurfaceType.Smooth
285
o13.FrontSurface = Enum.SurfaceType.Weld
286
o13.LeftSurface = Enum.SurfaceType.Weld
287
o13.RightSurface = Enum.SurfaceType.Weld
288
o13.TopSurface = Enum.SurfaceType.Smooth
289
o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
290
o13.Position = Vector3.new(-186.48999, 5.70000601, 171.170013)
291
o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
292
o14.Name = "Color1"
293
o14.Parent = o9
294
o14.Material = Enum.Material.SmoothPlastic
295
o14.BrickColor = BrickColor.new("Really black")
296
o14.Reflectance = 0.20000000298023
297
o14.Position = Vector3.new(-183.389999, 3.50001025, 170.369995)
298
o14.Elasticity = 1
299
o14.FormFactor = Enum.FormFactor.Symmetric
300
o14.Friction = 0.5
301
o14.Size = Vector3.new(2.20000005, 3.4000001, 2)
302
o14.CFrame = CFrame.new(-183.389999, 3.50001025, 170.369995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
303
o14.BottomSurface = Enum.SurfaceType.Smooth
304
o14.TopSurface = Enum.SurfaceType.Weld
305
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
306
o14.Position = Vector3.new(-183.389999, 3.50001025, 170.369995)
307
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
308
o15.Name = "Color1"
309
o15.Parent = o9
310
o15.Material = Enum.Material.SmoothPlastic
311
o15.BrickColor = BrickColor.new("Really black")
312
o15.Reflectance = 0.20000000298023
313
o15.Position = Vector3.new(-189.189987, 4.20000601, 171.170013)
314
o15.Elasticity = 1
315
o15.FormFactor = Enum.FormFactor.Symmetric
316
o15.Friction = 0.5
317
o15.Size = Vector3.new(1, 4, 6)
318
o15.CFrame = CFrame.new(-189.189987, 4.20000601, 171.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
319
o15.BackSurface = Enum.SurfaceType.Weld
320
o15.BottomSurface = Enum.SurfaceType.Smooth
321
o15.FrontSurface = Enum.SurfaceType.Weld
322
o15.TopSurface = Enum.SurfaceType.Smooth
323
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
324
o15.Position = Vector3.new(-189.189987, 4.20000601, 171.170013)
325
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
326
o16.Name = "Color1"
327
o16.Parent = o9
328
o16.Material = Enum.Material.SmoothPlastic
329
o16.BrickColor = BrickColor.new("Really black")
330
o16.Reflectance = 0.20000000298023
331
o16.Position = Vector3.new(-171.389999, 4.20000601, 171.170013)
332
o16.Elasticity = 1
333
o16.FormFactor = Enum.FormFactor.Symmetric
334
o16.Friction = 0.5
335
o16.Size = Vector3.new(1, 4, 6)
336
o16.CFrame = CFrame.new(-171.389999, 4.20000601, 171.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
337
o16.BackSurface = Enum.SurfaceType.Weld
338
o16.BottomSurface = Enum.SurfaceType.Smooth
339
o16.FrontSurface = Enum.SurfaceType.Weld
340
o16.TopSurface = Enum.SurfaceType.Smooth
341
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
342
o16.Position = Vector3.new(-171.389999, 4.20000601, 171.170013)
343
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
344
o17.Name = "Color1"
345
o17.Parent = o9
346
o17.Material = Enum.Material.SmoothPlastic
347
o17.BrickColor = BrickColor.new("Really black")
348
o17.Reflectance = 0.20000000298023
349
o17.Position = Vector3.new(-177.189987, 3.50001025, 170.369995)
350
o17.Elasticity = 1
351
o17.FormFactor = Enum.FormFactor.Symmetric
352
o17.Friction = 0.5
353
o17.Size = Vector3.new(2.20000005, 3.4000001, 2)
354
o17.CFrame = CFrame.new(-177.189987, 3.50001025, 170.369995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
355
o17.BottomSurface = Enum.SurfaceType.Smooth
356
o17.TopSurface = Enum.SurfaceType.Weld
357
o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
358
o17.Position = Vector3.new(-177.189987, 3.50001025, 170.369995)
359
o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
360
o18.Name = "Color1"
361
o18.Parent = o9
362
o18.Material = Enum.Material.SmoothPlastic
363
o18.BrickColor = BrickColor.new("Really black")
364
o18.Reflectance = 0.20000000298023
365
o18.Position = Vector3.new(-183.789993, 4.20000601, 177.170013)
366
o18.Elasticity = 1
367
o18.FormFactor = Enum.FormFactor.Symmetric
368
o18.Friction = 0.5
369
o18.Size = Vector3.new(1, 4, 18)
370
o18.CFrame = CFrame.new(-183.789993, 4.20000601, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
371
o18.BackSurface = Enum.SurfaceType.Weld
372
o18.BottomSurface = Enum.SurfaceType.Smooth
373
o18.FrontSurface = Enum.SurfaceType.Weld
374
o18.RightSurface = Enum.SurfaceType.Weld
375
o18.TopSurface = Enum.SurfaceType.Smooth
376
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
377
o18.Position = Vector3.new(-183.789993, 4.20000601, 177.170013)
378
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
379
o19.Name = "Color1"
380
o19.Parent = o9
381
o19.Material = Enum.Material.SmoothPlastic
382
o19.BrickColor = BrickColor.new("Really black")
383
o19.Reflectance = 0.20000000298023
384
o19.Position = Vector3.new(-189.189987, 4.20000601, 183.170013)
385
o19.Elasticity = 1
386
o19.FormFactor = Enum.FormFactor.Symmetric
387
o19.Friction = 0.5
388
o19.Size = Vector3.new(1, 4, 6)
389
o19.CFrame = CFrame.new(-189.189987, 4.20000601, 183.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
390
o19.BackSurface = Enum.SurfaceType.Weld
391
o19.BottomSurface = Enum.SurfaceType.Smooth
392
o19.FrontSurface = Enum.SurfaceType.Weld
393
o19.TopSurface = Enum.SurfaceType.Smooth
394
o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
395
o19.Position = Vector3.new(-189.189987, 4.20000601, 183.170013)
396
o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
397
o20.Name = "Color1"
398
o20.Parent = o9
399
o20.Material = Enum.Material.SmoothPlastic
400
o20.BrickColor = BrickColor.new("Really black")
401
o20.Reflectance = 0.20000000298023
402
o20.Position = Vector3.new(-186.48999, 5.70000601, 183.170013)
403
o20.Elasticity = 1
404
o20.FormFactor = Enum.FormFactor.Symmetric
405
o20.Friction = 0.5
406
o20.Size = Vector3.new(4.4000001, 1, 6)
407
o20.CFrame = CFrame.new(-186.48999, 5.70000601, 183.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
408
o20.BackSurface = Enum.SurfaceType.Weld
409
o20.BottomSurface = Enum.SurfaceType.Smooth
410
o20.FrontSurface = Enum.SurfaceType.Weld
411
o20.LeftSurface = Enum.SurfaceType.Weld
412
o20.RightSurface = Enum.SurfaceType.Weld
413
o20.TopSurface = Enum.SurfaceType.Smooth
414
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
415
o20.Position = Vector3.new(-186.48999, 5.70000601, 183.170013)
416
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
417
o21.Name = "Color1"
418
o21.Parent = o9
419
o21.Material = Enum.Material.SmoothPlastic
420
o21.BrickColor = BrickColor.new("Really black")
421
o21.Reflectance = 0.20000000298023
422
o21.Position = Vector3.new(-176.789993, 4.20000601, 177.170013)
423
o21.Elasticity = 1
424
o21.FormFactor = Enum.FormFactor.Symmetric
425
o21.Friction = 0.5
426
o21.Size = Vector3.new(1, 4, 18)
427
o21.CFrame = CFrame.new(-176.789993, 4.20000601, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
428
o21.BackSurface = Enum.SurfaceType.Weld
429
o21.BottomSurface = Enum.SurfaceType.Smooth
430
o21.FrontSurface = Enum.SurfaceType.Weld
431
o21.LeftSurface = Enum.SurfaceType.Weld
432
o21.TopSurface = Enum.SurfaceType.Smooth
433
o21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
434
o21.Position = Vector3.new(-176.789993, 4.20000601, 177.170013)
435
o21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
436
o22.Name = "Color1"
437
o22.Parent = o9
438
o22.Material = Enum.Material.SmoothPlastic
439
o22.BrickColor = BrickColor.new("Really black")
440
o22.Reflectance = 0.20000000298023
441
o22.Position = Vector3.new(-174.089996, 5.70000601, 183.170013)
442
o22.Elasticity = 1
443
o22.FormFactor = Enum.FormFactor.Symmetric
444
o22.Friction = 0.5
445
o22.Size = Vector3.new(4.4000001, 1, 6)
446
o22.CFrame = CFrame.new(-174.089996, 5.70000601, 183.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
447
o22.BackSurface = Enum.SurfaceType.Weld
448
o22.BottomSurface = Enum.SurfaceType.Smooth
449
o22.FrontSurface = Enum.SurfaceType.Weld
450
o22.LeftSurface = Enum.SurfaceType.Weld
451
o22.RightSurface = Enum.SurfaceType.Weld
452
o22.TopSurface = Enum.SurfaceType.Smooth
453
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
454
o22.Position = Vector3.new(-174.089996, 5.70000601, 183.170013)
455
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
456
o23.Name = "Color1"
457
o23.Parent = o9
458
o23.Material = Enum.Material.SmoothPlastic
459
o23.BrickColor = BrickColor.new("Really black")
460
o23.Reflectance = 0.20000000298023
461
o23.Position = Vector3.new(-174.089996, 4.20000601, 186.369995)
462
o23.Elasticity = 1
463
o23.FormFactor = Enum.FormFactor.Custom
464
o23.Friction = 0.5
465
o23.Size = Vector3.new(6.4000001, 4, 0.399999976)
466
o23.CFrame = CFrame.new(-174.089996, 4.20000601, 186.369995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
467
o23.BottomSurface = Enum.SurfaceType.Smooth
468
o23.LeftSurface = Enum.SurfaceType.Weld
469
o23.TopSurface = Enum.SurfaceType.Smooth
470
o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
471
o23.Position = Vector3.new(-174.089996, 4.20000601, 186.369995)
472
o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
473
o24.Name = "Color1"
474
o24.Parent = o9
475
o24.Material = Enum.Material.SmoothPlastic
476
o24.BrickColor = BrickColor.new("Really black")
477
o24.Reflectance = 0.20000000298023
478
o24.Position = Vector3.new(-171.389999, 4.20000601, 183.170013)
479
o24.Elasticity = 1
480
o24.FormFactor = Enum.FormFactor.Symmetric
481
o24.Friction = 0.5
482
o24.Size = Vector3.new(1, 4, 6)
483
o24.CFrame = CFrame.new(-171.389999, 4.20000601, 183.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
484
o24.BackSurface = Enum.SurfaceType.Weld
485
o24.BottomSurface = Enum.SurfaceType.Smooth
486
o24.FrontSurface = Enum.SurfaceType.Weld
487
o24.TopSurface = Enum.SurfaceType.Smooth
488
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
489
o24.Position = Vector3.new(-171.389999, 4.20000601, 183.170013)
490
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
491
o25.Name = "Color1"
492
o25.Parent = o9
493
o25.Material = Enum.Material.SmoothPlastic
494
o25.BrickColor = BrickColor.new("Really black")
495
o25.Reflectance = 0.20000000298023
496
o25.Position = Vector3.new(-186.48999, 4.20000601, 186.369995)
497
o25.Elasticity = 1
498
o25.FormFactor = Enum.FormFactor.Custom
499
o25.Friction = 0.5
500
o25.Size = Vector3.new(6.4000001, 4, 0.399999976)
501
o25.CFrame = CFrame.new(-186.48999, 4.20000601, 186.369995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
502
o25.BottomSurface = Enum.SurfaceType.Smooth
503
o25.RightSurface = Enum.SurfaceType.Weld
504
o25.TopSurface = Enum.SurfaceType.Smooth
505
o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
506
o25.Position = Vector3.new(-186.48999, 4.20000601, 186.369995)
507
o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
508
o26.Name = "Color1"
509
o26.Parent = o9
510
o26.Material = Enum.Material.SmoothPlastic
511
o26.BrickColor = BrickColor.new("Really black")
512
o26.Reflectance = 0.20000000298023
513
o26.Position = Vector3.new(-177.189987, 3.50001025, 183.970001)
514
o26.Elasticity = 1
515
o26.FormFactor = Enum.FormFactor.Symmetric
516
o26.Friction = 0.5
517
o26.Size = Vector3.new(2.20000005, 3.4000001, 2)
518
o26.CFrame = CFrame.new(-177.189987, 3.50001025, 183.970001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
519
o26.BottomSurface = Enum.SurfaceType.Smooth
520
o26.TopSurface = Enum.SurfaceType.Weld
521
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
522
o26.Position = Vector3.new(-177.189987, 3.50001025, 183.970001)
523
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
524
o27.Name = "Color1"
525
o27.Parent = o9
526
o27.Material = Enum.Material.SmoothPlastic
527
o27.BrickColor = BrickColor.new("Really black")
528
o27.Reflectance = 0.20000000298023
529
o27.Position = Vector3.new(-183.389999, 3.50001025, 183.970001)
530
o27.Elasticity = 1
531
o27.FormFactor = Enum.FormFactor.Symmetric
532
o27.Friction = 0.5
533
o27.Size = Vector3.new(2.20000005, 3.4000001, 2)
534
o27.CFrame = CFrame.new(-183.389999, 3.50001025, 183.970001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
535
o27.BottomSurface = Enum.SurfaceType.Smooth
536
o27.TopSurface = Enum.SurfaceType.Weld
537
o27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
538
o27.Position = Vector3.new(-183.389999, 3.50001025, 183.970001)
539
o27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
540
o28.Name = "Color2"
541
o28.Parent = o1
542
o28.Material = Enum.Material.SmoothPlastic
543
o28.BrickColor = BrickColor.new("Really black")
544
o28.Reflectance = 0.20000000298023
545
o28.Position = Vector3.new(-173.389999, 6.70000601, 179.170013)
546
o28.Elasticity = 1
547
o28.FormFactor = Enum.FormFactor.Symmetric
548
o28.Friction = 0.5
549
o28.Size = Vector3.new(1, 1, 10)
550
o28.CFrame = CFrame.new(-173.389999, 6.70000601, 179.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
551
o28.BottomSurface = Enum.SurfaceType.Weld
552
o28.FrontSurface = Enum.SurfaceType.Weld
553
o28.TopSurface = Enum.SurfaceType.Weld
554
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
555
o28.Position = Vector3.new(-173.389999, 6.70000601, 179.170013)
556
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
557
o29.Name = "Color2"
558
o29.Parent = o1
559
o29.Material = Enum.Material.SmoothPlastic
560
o29.BrickColor = BrickColor.new("Really black")
561
o29.Reflectance = 0.20000000298023
562
o29.Position = Vector3.new(-181.48999, 3.70000911, 183.170013)
563
o29.Elasticity = 1
564
o29.FormFactor = Enum.FormFactor.Symmetric
565
o29.Friction = 0.5
566
o29.Size = Vector3.new(1.60000002, 1, 8)
567
o29.CFrame = CFrame.new(-181.48999, 3.70000911, 183.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
568
o29.BottomSurface = Enum.SurfaceType.Smooth
569
o29.FrontSurface = Enum.SurfaceType.Weld
570
o29.TopSurface = Enum.SurfaceType.Smooth
571
o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
572
o29.Position = Vector3.new(-181.48999, 3.70000911, 183.170013)
573
o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
574
o30.Name = "Color2"
575
o30.Parent = o1
576
o30.Material = Enum.Material.SmoothPlastic
577
o30.BrickColor = BrickColor.new("Really black")
578
o30.Reflectance = 0.20000000298023
579
o30.Position = Vector3.new(-187.189987, 6.70000601, 179.170013)
580
o30.Elasticity = 1
581
o30.FormFactor = Enum.FormFactor.Symmetric
582
o30.Friction = 0.5
583
o30.Size = Vector3.new(1, 1, 10)
584
o30.CFrame = CFrame.new(-187.189987, 6.70000601, 179.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
585
o30.BottomSurface = Enum.SurfaceType.Weld
586
o30.FrontSurface = Enum.SurfaceType.Weld
587
o30.TopSurface = Enum.SurfaceType.Weld
588
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
589
o30.Position = Vector3.new(-187.189987, 6.70000601, 179.170013)
590
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
591
o31.Name = "Color2"
592
o31.Parent = o1
593
o31.Material = Enum.Material.SmoothPlastic
594
o31.BrickColor = BrickColor.new("Really black")
595
o31.Reflectance = 0.20000000298023
596
o31.Position = Vector3.new(-177.789993, 4.70000601, 177.170013)
597
o31.Elasticity = 1
598
o31.FormFactor = Enum.FormFactor.Symmetric
599
o31.Friction = 0.5
600
o31.Size = Vector3.new(1, 5, 20)
601
o31.CFrame = CFrame.new(-177.789993, 4.70000601, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
602
o31.BottomSurface = Enum.SurfaceType.Smooth
603
o31.LeftSurface = Enum.SurfaceType.Weld
604
o31.TopSurface = Enum.SurfaceType.Smooth
605
o31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
606
o31.Position = Vector3.new(-177.789993, 4.70000601, 177.170013)
607
o31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
608
o32.Name = "Color2"
609
o32.Parent = o1
610
o32.Material = Enum.Material.SmoothPlastic
611
o32.BrickColor = BrickColor.new("Really black")
612
o32.Reflectance = 0.20000000298023
613
o32.Position = Vector3.new(-182.48999, 7.90000725, 177.170013)
614
o32.Elasticity = 1
615
o32.FormFactor = Enum.FormFactor.Custom
616
o32.Friction = 0.5
617
o32.Size = Vector3.new(0.400000006, 1.39999998, 18)
618
o32.CFrame = CFrame.new(-182.48999, 7.90000725, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
619
o32.BottomSurface = Enum.SurfaceType.Weld
620
o32.TopSurface = Enum.SurfaceType.Smooth
621
o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
622
o32.Position = Vector3.new(-182.48999, 7.90000725, 177.170013)
623
o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
624
o33.Name = "Color2"
625
o33.Parent = o1
626
o33.Material = Enum.Material.SmoothPlastic
627
o33.BrickColor = BrickColor.new("Really black")
628
o33.Reflectance = 0.20000000298023
629
o33.Position = Vector3.new(-186.789993, 4.60000515, 177.170013)
630
o33.Elasticity = 1
631
o33.FormFactor = Enum.FormFactor.Symmetric
632
o33.Friction = 0.5
633
o33.Size = Vector3.new(7, 5.19999981, 6)
634
o33.CFrame = CFrame.new(-186.789993, 4.60000515, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
635
o33.BottomSurface = Enum.SurfaceType.Smooth
636
o33.RightSurface = Enum.SurfaceType.Weld
637
o33.TopSurface = Enum.SurfaceType.Smooth
638
o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
639
o33.Position = Vector3.new(-186.789993, 4.60000515, 177.170013)
640
o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
641
o34.Name = "Color2"
642
o34.Parent = o1
643
o34.Material = Enum.Material.Neon
644
o34.BrickColor = BrickColor.new("Really blue")
645
o34.Reflectance = 0.20000000298023
646
o34.Position = Vector3.new(-174.417572, 6.70000601, 179.170013)
647
o34.Elasticity = 1
648
o34.FormFactor = Enum.FormFactor.Symmetric
649
o34.Friction = 0.5
650
o34.Size = Vector3.new(1, 1, 10)
651
o34.CFrame = CFrame.new(-174.417572, 6.70000601, 179.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
652
o34.BottomSurface = Enum.SurfaceType.Weld
653
o34.FrontSurface = Enum.SurfaceType.Weld
654
o34.TopSurface = Enum.SurfaceType.Weld
655
o34.Color = Color3.new(0, 0, 1)
656
o34.Position = Vector3.new(-174.417572, 6.70000601, 179.170013)
657
o34.Color = Color3.new(0, 0, 1)
658
o35.Name = "Color2"
659
o35.Parent = o1
660
o35.Material = Enum.Material.Neon
661
o35.BrickColor = BrickColor.new("Really blue")
662
o35.Reflectance = 0.20000000298023
663
o35.Position = Vector3.new(-186.209198, 6.70000601, 179.170013)
664
o35.Elasticity = 1
665
o35.FormFactor = Enum.FormFactor.Symmetric
666
o35.Friction = 0.5
667
o35.Size = Vector3.new(1, 1, 10)
668
o35.CFrame = CFrame.new(-186.209198, 6.70000601, 179.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
669
o35.BottomSurface = Enum.SurfaceType.Weld
670
o35.FrontSurface = Enum.SurfaceType.Weld
671
o35.TopSurface = Enum.SurfaceType.Weld
672
o35.Color = Color3.new(0, 0, 1)
673
o35.Position = Vector3.new(-186.209198, 6.70000601, 179.170013)
674
o35.Color = Color3.new(0, 0, 1)
675
o36.Name = "Color2"
676
o36.Parent = o1
677
o36.Material = Enum.Material.SmoothPlastic
678
o36.BrickColor = BrickColor.new("Really black")
679
o36.Reflectance = 0.20000000298023
680
o36.Position = Vector3.new(-177.789993, 2.10000825, 177.170013)
681
o36.Elasticity = 1
682
o36.FormFactor = Enum.FormFactor.Symmetric
683
o36.Friction = 0.5
684
o36.Size = Vector3.new(1, 0.200000003, 20.0000019)
685
o36.CFrame = CFrame.new(-177.789993, 2.10000825, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
686
o36.BottomSurface = Enum.SurfaceType.Smooth
687
o36.TopSurface = Enum.SurfaceType.Weld
688
o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
689
o36.Position = Vector3.new(-177.789993, 2.10000825, 177.170013)
690
o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
691
o37.Name = "Color2"
692
o37.Parent = o1
693
o37.Material = Enum.Material.SmoothPlastic
694
o37.BrickColor = BrickColor.new("Really black")
695
o37.Reflectance = 0.20000000298023
696
o37.Position = Vector3.new(-182.789993, 2.10000825, 177.170013)
697
o37.Elasticity = 1
698
o37.FormFactor = Enum.FormFactor.Symmetric
699
o37.Friction = 0.5
700
o37.Size = Vector3.new(1, 0.200000003, 20)
701
o37.CFrame = CFrame.new(-182.789993, 2.10000825, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
702
o37.BottomSurface = Enum.SurfaceType.Smooth
703
o37.TopSurface = Enum.SurfaceType.Weld
704
o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
705
o37.Position = Vector3.new(-182.789993, 2.10000825, 177.170013)
706
o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
707
o38.Name = "Color2"
708
o38.Parent = o1
709
o38.Material = Enum.Material.SmoothPlastic
710
o38.BrickColor = BrickColor.new("Really black")
711
o38.Reflectance = 0.20000000298023
712
o38.Position = Vector3.new(-182.789993, 4.70000601, 177.170013)
713
o38.Elasticity = 1
714
o38.FormFactor = Enum.FormFactor.Symmetric
715
o38.Friction = 0.5
716
o38.Size = Vector3.new(1, 5, 20)
717
o38.CFrame = CFrame.new(-182.789993, 4.70000601, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
718
o38.BottomSurface = Enum.SurfaceType.Smooth
719
o38.RightSurface = Enum.SurfaceType.Weld
720
o38.TopSurface = Enum.SurfaceType.Smooth
721
o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
722
o38.Position = Vector3.new(-182.789993, 4.70000601, 177.170013)
723
o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
724
o39.Name = "Color2"
725
o39.Parent = o1
726
o39.Material = Enum.Material.SmoothPlastic
727
o39.BrickColor = BrickColor.new("Really black")
728
o39.Reflectance = 0.20000000298023
729
o39.Position = Vector3.new(-180.289993, 2.70000887, 177.170013)
730
o39.Elasticity = 1
731
o39.FormFactor = Enum.FormFactor.Symmetric
732
o39.Friction = 0.5
733
o39.Size = Vector3.new(4, 1, 4)
734
o39.CFrame = CFrame.new(-180.289993, 2.70000887, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
735
o39.BackSurface = Enum.SurfaceType.Weld
736
o39.BottomSurface = Enum.SurfaceType.Smooth
737
o39.FrontSurface = Enum.SurfaceType.Weld
738
o39.LeftSurface = Enum.SurfaceType.Weld
739
o39.RightSurface = Enum.SurfaceType.Weld
740
o39.TopSurface = Enum.SurfaceType.Weld
741
o39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
742
o39.Position = Vector3.new(-180.289993, 2.70000887, 177.170013)
743
o39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
744
o40.Name = "Color2"
745
o40.Parent = o1
746
o40.Material = Enum.Material.SmoothPlastic
747
o40.BrickColor = BrickColor.new("Really black")
748
o40.Reflectance = 0.20000000298023
749
o40.Position = Vector3.new(-185.189987, 6.70000601, 179.170013)
750
o40.Elasticity = 1
751
o40.FormFactor = Enum.FormFactor.Symmetric
752
o40.Friction = 0.5
753
o40.Size = Vector3.new(1, 1, 10)
754
o40.CFrame = CFrame.new(-185.189987, 6.70000601, 179.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
755
o40.BottomSurface = Enum.SurfaceType.Weld
756
o40.FrontSurface = Enum.SurfaceType.Weld
757
o40.TopSurface = Enum.SurfaceType.Weld
758
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
759
o40.Position = Vector3.new(-185.189987, 6.70000601, 179.170013)
760
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
761
o41.Name = "Color2"
762
o41.Parent = o1
763
o41.Material = Enum.Material.SmoothPlastic
764
o41.BrickColor = BrickColor.new("Really black")
765
o41.Reflectance = 0.20000000298023
766
o41.Position = Vector3.new(-180.289993, 6.40000725, 182.670013)
767
o41.Elasticity = 1
768
o41.FormFactor = Enum.FormFactor.Symmetric
769
o41.Friction = 0.5
770
o41.Size = Vector3.new(4, 4.4000001, 7)
771
o41.CFrame = CFrame.new(-180.289993, 6.40000725, 182.670013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
772
o41.BottomSurface = Enum.SurfaceType.Smooth
773
o41.LeftSurface = Enum.SurfaceType.Weld
774
o41.RightSurface = Enum.SurfaceType.Weld
775
o41.TopSurface = Enum.SurfaceType.Smooth
776
o41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
777
o41.Position = Vector3.new(-180.289993, 6.40000725, 182.670013)
778
o41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
779
o42.Name = "Color2"
780
o42.Parent = o1
781
o42.Material = Enum.Material.SmoothPlastic
782
o42.BrickColor = BrickColor.new("Really black")
783
o42.Reflectance = 0.20000000298023
784
o42.Position = Vector3.new(-175.389999, 6.70000601, 179.170013)
785
o42.Elasticity = 1
786
o42.FormFactor = Enum.FormFactor.Symmetric
787
o42.Friction = 0.5
788
o42.Size = Vector3.new(1, 1, 10)
789
o42.CFrame = CFrame.new(-175.389999, 6.70000601, 179.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
790
o42.BottomSurface = Enum.SurfaceType.Weld
791
o42.FrontSurface = Enum.SurfaceType.Weld
792
o42.TopSurface = Enum.SurfaceType.Weld
793
o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
794
o42.Position = Vector3.new(-175.389999, 6.70000601, 179.170013)
795
o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
796
o43.Name = "Color2"
797
o43.Parent = o1
798
o43.Material = Enum.Material.SmoothPlastic
799
o43.BrickColor = BrickColor.new("Really black")
800
o43.Reflectance = 0.20000000298023
801
o43.Position = Vector3.new(-174.389999, 7.40000725, 177.170013)
802
o43.Elasticity = 1
803
o43.FormFactor = Enum.FormFactor.Custom
804
o43.Friction = 0.5
805
o43.Size = Vector3.new(3, 0.399999976, 14)
806
o43.CFrame = CFrame.new(-174.389999, 7.40000725, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
807
o43.BottomSurface = Enum.SurfaceType.Smooth
808
o43.TopSurface = Enum.SurfaceType.Smooth
809
o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
810
o43.Position = Vector3.new(-174.389999, 7.40000725, 177.170013)
811
o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
812
o44.Name = "Color2"
813
o44.Parent = o1
814
o44.Material = Enum.Material.SmoothPlastic
815
o44.BrickColor = BrickColor.new("Really black")
816
o44.Reflectance = 0.20000000298023
817
o44.Position = Vector3.new(-179.089996, 3.70000911, 183.170013)
818
o44.Elasticity = 1
819
o44.FormFactor = Enum.FormFactor.Symmetric
820
o44.Friction = 0.5
821
o44.Size = Vector3.new(1.60000002, 1, 8)
822
o44.CFrame = CFrame.new(-179.089996, 3.70000911, 183.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
823
o44.BottomSurface = Enum.SurfaceType.Smooth
824
o44.FrontSurface = Enum.SurfaceType.Weld
825
o44.TopSurface = Enum.SurfaceType.Smooth
826
o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
827
o44.Position = Vector3.new(-179.089996, 3.70000911, 183.170013)
828
o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
829
o45.Name = "Color2"
830
o45.Parent = o1
831
o45.Material = Enum.Material.SmoothPlastic
832
o45.BrickColor = BrickColor.new("Really black")
833
o45.Reflectance = 0.20000000298023
834
o45.Position = Vector3.new(-180.289993, 5.40000725, 171.670013)
835
o45.Elasticity = 1
836
o45.FormFactor = Enum.FormFactor.Symmetric
837
o45.Friction = 0.5
838
o45.Size = Vector3.new(4, 6.4000001, 7)
839
o45.CFrame = CFrame.new(-180.289993, 5.40000725, 171.670013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
840
o45.BottomSurface = Enum.SurfaceType.Smooth
841
o45.LeftSurface = Enum.SurfaceType.Weld
842
o45.RightSurface = Enum.SurfaceType.Weld
843
o45.TopSurface = Enum.SurfaceType.Smooth
844
o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
845
o45.Position = Vector3.new(-180.289993, 5.40000725, 171.670013)
846
o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
847
o46.Name = "Color2"
848
o46.Parent = o1
849
o46.Material = Enum.Material.SmoothPlastic
850
o46.BrickColor = BrickColor.new("Really black")
851
o46.Reflectance = 0.20000000298023
852
o46.Position = Vector3.new(-173.789993, 4.60000515, 177.170013)
853
o46.Elasticity = 1
854
o46.FormFactor = Enum.FormFactor.Symmetric
855
o46.Friction = 0.5
856
o46.Size = Vector3.new(7, 5.19999981, 6)
857
o46.CFrame = CFrame.new(-173.789993, 4.60000515, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
858
o46.BottomSurface = Enum.SurfaceType.Smooth
859
o46.LeftSurface = Enum.SurfaceType.Weld
860
o46.TopSurface = Enum.SurfaceType.Smooth
861
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
862
o46.Position = Vector3.new(-173.789993, 4.60000515, 177.170013)
863
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
864
o47.Name = "Color2"
865
o47.Parent = o1
866
o47.Material = Enum.Material.SmoothPlastic
867
o47.BrickColor = BrickColor.new("Really black")
868
o47.Reflectance = 0.20000000298023
869
o47.Position = Vector3.new(-186.189987, 6.70000601, 175.170013)
870
o47.Elasticity = 1
871
o47.FormFactor = Enum.FormFactor.Symmetric
872
o47.Friction = 0.5
873
o47.Size = Vector3.new(3, 1, 10)
874
o47.CFrame = CFrame.new(-186.189987, 6.70000601, 175.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
875
o47.BackSurface = Enum.SurfaceType.Weld
876
o47.BottomSurface = Enum.SurfaceType.Weld
877
o47.TopSurface = Enum.SurfaceType.Weld
878
o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
879
o47.Position = Vector3.new(-186.189987, 6.70000601, 175.170013)
880
o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
881
o48.Name = "Color2"
882
o48.Parent = o1
883
o48.Material = Enum.Material.SmoothPlastic
884
o48.BrickColor = BrickColor.new("Really black")
885
o48.Reflectance = 0.20000000298023
886
o48.Position = Vector3.new(-178.089996, 7.90000725, 177.170013)
887
o48.Elasticity = 1
888
o48.FormFactor = Enum.FormFactor.Custom
889
o48.Friction = 0.5
890
o48.Size = Vector3.new(0.400000036, 1.39999998, 18)
891
o48.CFrame = CFrame.new(-178.089996, 7.90000725, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
892
o48.BottomSurface = Enum.SurfaceType.Weld
893
o48.TopSurface = Enum.SurfaceType.Smooth
894
o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
895
o48.Position = Vector3.new(-178.089996, 7.90000725, 177.170013)
896
o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
897
o49.Name = "Color2"
898
o49.Parent = o1
899
o49.Material = Enum.Material.SmoothPlastic
900
o49.BrickColor = BrickColor.new("Really black")
901
o49.Reflectance = 0.20000000298023
902
o49.Position = Vector3.new(-174.389999, 6.70000601, 175.170013)
903
o49.Elasticity = 1
904
o49.FormFactor = Enum.FormFactor.Symmetric
905
o49.Friction = 0.5
906
o49.Size = Vector3.new(3, 1, 10)
907
o49.CFrame = CFrame.new(-174.389999, 6.70000601, 175.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
908
o49.BackSurface = Enum.SurfaceType.Weld
909
o49.BottomSurface = Enum.SurfaceType.Weld
910
o49.TopSurface = Enum.SurfaceType.Weld
911
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
912
o49.Position = Vector3.new(-174.389999, 6.70000601, 175.170013)
913
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
914
o50.Name = "Color2"
915
o50.Parent = o1
916
o50.Material = Enum.Material.SmoothPlastic
917
o50.BrickColor = BrickColor.new("Really black")
918
o50.Reflectance = 0.20000000298023
919
o50.Position = Vector3.new(-180.289993, 5.20000601, 167.670013)
920
o50.Elasticity = 1
921
o50.FormFactor = Enum.FormFactor.Symmetric
922
o50.Friction = 0.5
923
o50.Size = Vector3.new(4, 6, 1)
924
o50.CFrame = CFrame.new(-180.289993, 5.20000601, 167.670013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
925
o50.BackSurface = Enum.SurfaceType.Weld
926
o50.BottomSurface = Enum.SurfaceType.Smooth
927
o50.TopSurface = Enum.SurfaceType.Smooth
928
o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
929
o50.Position = Vector3.new(-180.289993, 5.20000601, 167.670013)
930
o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
931
o51.Name = "Color2"
932
o51.Parent = o1
933
o51.Material = Enum.Material.SmoothPlastic
934
o51.BrickColor = BrickColor.new("Really black")
935
o51.Reflectance = 0.20000000298023
936
o51.Position = Vector3.new(-180.289993, 8.70000076, 171.170013)
937
o51.Elasticity = 1
938
o51.FormFactor = Enum.FormFactor.Symmetric
939
o51.Friction = 0.5
940
o51.Size = Vector3.new(2, 1, 8)
941
o51.CFrame = CFrame.new(-180.289993, 8.70000076, 171.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
942
o51.BottomSurface = Enum.SurfaceType.Weld
943
o51.TopSurface = Enum.SurfaceType.Smooth
944
o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
945
o51.Position = Vector3.new(-180.289993, 8.70000076, 171.170013)
946
o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
947
o52.Name = "Color2"
948
o52.Parent = o1
949
o52.Material = Enum.Material.SmoothPlastic
950
o52.BrickColor = BrickColor.new("Really black")
951
o52.Reflectance = 0.20000000298023
952
o52.Position = Vector3.new(-186.189987, 7.40000725, 177.170013)
953
o52.Elasticity = 1
954
o52.FormFactor = Enum.FormFactor.Custom
955
o52.Friction = 0.5
956
o52.Size = Vector3.new(3, 0.399999976, 14)
957
o52.CFrame = CFrame.new(-186.189987, 7.40000725, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
958
o52.BottomSurface = Enum.SurfaceType.Smooth
959
o52.TopSurface = Enum.SurfaceType.Smooth
960
o52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
961
o52.Position = Vector3.new(-186.189987, 7.40000725, 177.170013)
962
o52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
963
o53.Name = "Color2"
964
o53.Parent = o1
965
o53.Material = Enum.Material.SmoothPlastic
966
o53.BrickColor = BrickColor.new("Really black")
967
o53.Reflectance = 0.20000000298023
968
o53.Position = Vector3.new(-180.289993, 2.70000911, 183.170013)
969
o53.Elasticity = 1
970
o53.FormFactor = Enum.FormFactor.Symmetric
971
o53.Friction = 0.5
972
o53.Size = Vector3.new(4, 1, 8)
973
o53.CFrame = CFrame.new(-180.289993, 2.70000911, 183.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
974
o53.BottomSurface = Enum.SurfaceType.Smooth
975
o53.FrontSurface = Enum.SurfaceType.Weld
976
o53.TopSurface = Enum.SurfaceType.Smooth
977
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
978
o53.Position = Vector3.new(-180.289993, 2.70000911, 183.170013)
979
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
980
o54.Name = "Color2"
981
o54.Parent = o1
982
o54.Material = Enum.Material.SmoothPlastic
983
o54.BrickColor = BrickColor.new("Really black")
984
o54.Reflectance = 0.20000000298023
985
o54.Position = Vector3.new(-180.289993, 6.20000601, 186.670013)
986
o54.Elasticity = 1
987
o54.FormFactor = Enum.FormFactor.Symmetric
988
o54.Friction = 0.5
989
o54.Size = Vector3.new(4, 4, 1)
990
o54.CFrame = CFrame.new(-180.289993, 6.20000601, 186.670013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
991
o54.BottomSurface = Enum.SurfaceType.Smooth
992
o54.FrontSurface = Enum.SurfaceType.Weld
993
o54.TopSurface = Enum.SurfaceType.Smooth
994
o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
995
o54.Position = Vector3.new(-180.289993, 6.20000601, 186.670013)
996
o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
997
o55.Name = "Color2"
998
o55.Parent = o1
999
o55.Material = Enum.Material.Neon
1000
o55.BrickColor = BrickColor.new("Institutional white")
1001
o55.Reflectance = 0.20000000298023
1002
o55.Position = Vector3.new(-180.289993, 3.70000911, 183.090088)
1003
o55.Elasticity = 1
1004
o55.FormFactor = Enum.FormFactor.Symmetric
1005
o55.Friction = 0.5
1006
o55.Size = Vector3.new(4, 1, 7.83999538)
1007
o55.CFrame = CFrame.new(-180.289993, 3.70000911, 183.090088, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1008
o55.BottomSurface = Enum.SurfaceType.Smooth
1009
o55.FrontSurface = Enum.SurfaceType.Weld
1010
o55.TopSurface = Enum.SurfaceType.Smooth
1011
o55.Color = Color3.new(0.972549, 0.972549, 0.972549)
1012
o55.Position = Vector3.new(-180.289993, 3.70000911, 183.090088)
1013
o55.Color = Color3.new(0.972549, 0.972549, 0.972549)
1014
o56.Parent = o55
1015
o56.Brightness = 25
1016
o56.Range = 40
1017
o56.Face = Enum.NormalId.Back
1018
o57.Name = "Door"
1019
o57.Parent = o1
1020
o57.Material = Enum.Material.SmoothPlastic
1021
o57.BrickColor = BrickColor.new("Black")
1022
o57.Reflectance = 0.20000000298023
1023
o57.Position = Vector3.new(-180.289993, 8.00000668, 177.170013)
1024
o57.Rotation = Vector3.new(-180, 0, -180)
1025
o57.FormFactor = Enum.FormFactor.Custom
1026
o57.Friction = 0.5
1027
o57.Size = Vector3.new(4, 0.400000006, 4)
1028
o57.CFrame = CFrame.new(-180.289993, 8.00000668, 177.170013, -1, 0, 0, 0, 1, 0, 0, 0, -1)
1029
o57.BackSurface = Enum.SurfaceType.Weld
1030
o57.BottomSurface = Enum.SurfaceType.Smooth
1031
o57.FrontSurface = Enum.SurfaceType.Weld
1032
o57.TopSurface = Enum.SurfaceType.Smooth
1033
o57.Color = Color3.new(0.105882, 0.164706, 0.207843)
1034
o57.Position = Vector3.new(-180.289993, 8.00000668, 177.170013)
1035
o57.Orientation = Vector3.new(0, 180, 0)
1036
o57.Color = Color3.new(0.105882, 0.164706, 0.207843)
1037
o58.Parent = o57
1038
o58.MaxActivationDistance = 6
1039
o59.Name = "Click script"
1040
o59.Parent = o57
1041
table.insert(cors,coroutine.create(function()
1042
wait()
1043
runDummyScript(function()
1044
door = script.Parent 
1045
function clickit()
1046
door.Transparency = 1 
1047
door.Reflectance=0
1048
door.CanCollide = false 
1049
wait(2)
1050
door.Transparency = 0  
1051
door.Reflectance=0
1052
door.CanCollide = true 
1053
end
1054
door.ClickDetector.MouseClick:connect(clickit) 
1055
end,o59)
1056
end))
1057
o60.Parent = o57
1058
o60.Texture = "http://www.roblox.com/asset/?id=877870782"
1059
o60.Face = Enum.NormalId.Top
1060
o61.Name = "InsideNeon"
1061
o61.Parent = o1
1062
o61.Material = Enum.Material.Neon
1063
o61.BrickColor = BrickColor.new("Really blue")
1064
o61.Position = Vector3.new(-180.289993, 3.30000925, 177.170013)
1065
o61.CanCollide = false
1066
o61.FormFactor = Enum.FormFactor.Custom
1067
o61.Friction = 0.5
1068
o61.Size = Vector3.new(4, 0.200000003, 4)
1069
o61.CFrame = CFrame.new(-180.289993, 3.30000925, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1070
o61.BackSurface = Enum.SurfaceType.Weld
1071
o61.BottomSurface = Enum.SurfaceType.Weld
1072
o61.FrontSurface = Enum.SurfaceType.Weld
1073
o61.LeftSurface = Enum.SurfaceType.Weld
1074
o61.RightSurface = Enum.SurfaceType.Weld
1075
o61.TopSurface = Enum.SurfaceType.Smooth
1076
o61.Color = Color3.new(0, 0, 1)
1077
o61.Position = Vector3.new(-180.289993, 3.30000925, 177.170013)
1078
o61.Color = Color3.new(0, 0, 1)
1079
o62.Name = "InsideNeon"
1080
o62.Parent = o1
1081
o62.Material = Enum.Material.Neon
1082
o62.BrickColor = BrickColor.new("Really blue")
1083
o62.Position = Vector3.new(-182.189987, 5.5000062, 177.170013)
1084
o62.CanCollide = false
1085
o62.FormFactor = Enum.FormFactor.Custom
1086
o62.Friction = 0.5
1087
o62.Size = Vector3.new(0.200000003, 4.60000038, 4)
1088
o62.CFrame = CFrame.new(-182.189987, 5.5000062, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1089
o62.BackSurface = Enum.SurfaceType.Weld
1090
o62.BottomSurface = Enum.SurfaceType.Weld
1091
o62.FrontSurface = Enum.SurfaceType.Weld
1092
o62.LeftSurface = Enum.SurfaceType.Weld
1093
o62.TopSurface = Enum.SurfaceType.Weld
1094
o62.Color = Color3.new(0, 0, 1)
1095
o62.Position = Vector3.new(-182.189987, 5.5000062, 177.170013)
1096
o62.Color = Color3.new(0, 0, 1)
1097
o63.Name = "InsideNeon"
1098
o63.Parent = o1
1099
o63.Material = Enum.Material.Neon
1100
o63.BrickColor = BrickColor.new("Really blue")
1101
o63.Position = Vector3.new(-178.389999, 5.5000062, 177.170013)
1102
o63.CanCollide = false
1103
o63.FormFactor = Enum.FormFactor.Custom
1104
o63.Friction = 0.5
1105
o63.Size = Vector3.new(0.200000003, 4.60000038, 4)
1106
o63.CFrame = CFrame.new(-178.389999, 5.5000062, 177.170013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1107
o63.BackSurface = Enum.SurfaceType.Weld
1108
o63.BottomSurface = Enum.SurfaceType.Weld
1109
o63.FrontSurface = Enum.SurfaceType.Weld
1110
o63.RightSurface = Enum.SurfaceType.Weld
1111
o63.TopSurface = Enum.SurfaceType.Weld
1112
o63.Color = Color3.new(0, 0, 1)
1113
o63.Position = Vector3.new(-178.389999, 5.5000062, 177.170013)
1114
o63.Color = Color3.new(0, 0, 1)
1115
o64.Name = "InsideNeon"
1116
o64.Parent = o1
1117
o64.Material = Enum.Material.Neon
1118
o64.BrickColor = BrickColor.new("Really blue")
1119
o64.Position = Vector3.new(-180.289993, 5.50000572, 175.269989)
1120
o64.CanCollide = false
1121
o64.FormFactor = Enum.FormFactor.Custom
1122
o64.Friction = 0.5
1123
o64.Size = Vector3.new(4, 4.60000038, 0.200000003)
1124
o64.CFrame = CFrame.new(-180.289993, 5.50000572, 175.269989, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1125
o64.BottomSurface = Enum.SurfaceType.Weld
1126
o64.FrontSurface = Enum.SurfaceType.Weld
1127
o64.LeftSurface = Enum.SurfaceType.Weld
1128
o64.RightSurface = Enum.SurfaceType.Weld
1129
o64.TopSurface = Enum.SurfaceType.Weld
1130
o64.Color = Color3.new(0, 0, 1)
1131
o64.Position = Vector3.new(-180.289993, 5.50000572, 175.269989)
1132
o64.Color = Color3.new(0, 0, 1)
1133
o65.Name = "InsideNeon"
1134
o65.Parent = o1
1135
o65.Material = Enum.Material.Neon
1136
o65.BrickColor = BrickColor.new("Really blue")
1137
o65.Position = Vector3.new(-180.289993, 5.5000062, 179.070007)
1138
o65.CanCollide = false
1139
o65.FormFactor = Enum.FormFactor.Custom
1140
o65.Friction = 0.5
1141
o65.Size = Vector3.new(4, 4.60000038, 0.200000003)
1142
o65.CFrame = CFrame.new(-180.289993, 5.5000062, 179.070007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1143
o65.BackSurface = Enum.SurfaceType.Weld
1144
o65.BottomSurface = Enum.SurfaceType.Weld
1145
o65.LeftSurface = Enum.SurfaceType.Weld
1146
o65.RightSurface = Enum.SurfaceType.Weld
1147
o65.TopSurface = Enum.SurfaceType.Weld
1148
o65.Color = Color3.new(0, 0, 1)
1149
o65.Position = Vector3.new(-180.289993, 5.5000062, 179.070007)
1150
o65.Color = Color3.new(0, 0, 1)
1151
o66.Name = "NeonLights"
1152
o66.Parent = o1
1153
o66.Material = Enum.Material.Neon
1154
o66.BrickColor = BrickColor.new("Toothpaste")
1155
o66.Position = Vector3.new(-173.98999, 3.10000825, 167.670013)
1156
o66.CanCollide = false
1157
o66.FormFactor = Enum.FormFactor.Custom
1158
o66.Friction = 0.5
1159
o66.Size = Vector3.new(6.5999999, 0.600000024, 0.200000003)
1160
o66.CFrame = CFrame.new(-173.98999, 3.10000825, 167.670013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1161
o66.BackSurface = Enum.SurfaceType.Weld
1162
o66.BottomSurface = Enum.SurfaceType.Weld
1163
o66.FrontSurface = Enum.SurfaceType.Weld
1164
o66.LeftSurface = Enum.SurfaceType.Weld
1165
o66.RightSurface = Enum.SurfaceType.Weld
1166
o66.TopSurface = Enum.SurfaceType.Weld
1167
o66.Color = Color3.new(0, 1, 1)
1168
o66.Position = Vector3.new(-173.98999, 3.10000825, 167.670013)
1169
o66.Color = Color3.new(0, 1, 1)
1170
o67.Name = "NeonLights"
1171
o67.Parent = o1
1172
o67.Material = Enum.Material.Neon
1173
o67.BrickColor = BrickColor.new("Toothpaste")
1174
o67.Position = Vector3.new(-180.289993, 7.80000734, 186.270004)
1175
o67.CanCollide = false
1176
o67.FormFactor = Enum.FormFactor.Custom
1177
o67.Friction = 0.5
1178
o67.Size = Vector3.new(4.4000001, 1.20000005, 0.200000003)
1179
o67.CFrame = CFrame.new(-180.289993, 7.80000734, 186.270004, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1180
o67.BackSurface = Enum.SurfaceType.Weld
1181
o67.BottomSurface = Enum.SurfaceType.Weld
1182
o67.FrontSurface = Enum.SurfaceType.Weld
1183
o67.LeftSurface = Enum.SurfaceType.Weld
1184
o67.RightSurface = Enum.SurfaceType.Weld
1185
o67.TopSurface = Enum.SurfaceType.Weld
1186
o67.Color = Color3.new(0, 1, 1)
1187
o67.Position = Vector3.new(-180.289993, 7.80000734, 186.270004)
1188
o67.Color = Color3.new(0, 1, 1)
1189
o68.Name = "NeonLights"
1190
o68.Parent = o1
1191
o68.Material = Enum.Material.Neon
1192
o68.BrickColor = BrickColor.new("Toothpaste")
1193
o68.Position = Vector3.new(-189.789993, 3.10000825, 170.869995)
1194
o68.CanCollide = false
1195
o68.FormFactor = Enum.FormFactor.Custom
1196
o68.Friction = 0.5
1197
o68.Size = Vector3.new(0.200000003, 0.600000024, 6.60000038)
1198
o68.CFrame = CFrame.new(-189.789993, 3.10000825, 170.869995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1199
o68.BackSurface = Enum.SurfaceType.Weld
1200
o68.BottomSurface = Enum.SurfaceType.Weld
1201
o68.FrontSurface = Enum.SurfaceType.Weld
1202
o68.LeftSurface = Enum.SurfaceType.Weld
1203
o68.RightSurface = Enum.SurfaceType.Weld
1204
o68.TopSurface = Enum.SurfaceType.Weld
1205
o68.Color = Color3.new(0, 1, 1)
1206
o68.Position = Vector3.new(-189.789993, 3.10000825, 170.869995)
1207
o68.Color = Color3.new(0, 1, 1)
1208
o69.Name = "NeonLights"
1209
o69.Parent = o1
1210
o69.Material = Enum.Material.Neon
1211
o69.BrickColor = BrickColor.new("Toothpaste")
1212
o69.Position = Vector3.new(-189.789993, 3.10000825, 183.470001)
1213
o69.CanCollide = false
1214
o69.FormFactor = Enum.FormFactor.Custom
1215
o69.Friction = 0.5
1216
o69.Size = Vector3.new(0.200000003, 0.600000024, 6.60000038)
1217
o69.CFrame = CFrame.new(-189.789993, 3.10000825, 183.470001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1218
o69.BackSurface = Enum.SurfaceType.Weld
1219
o69.BottomSurface = Enum.SurfaceType.Weld
1220
o69.FrontSurface = Enum.SurfaceType.Weld
1221
o69.LeftSurface = Enum.SurfaceType.Weld
1222
o69.RightSurface = Enum.SurfaceType.Weld
1223
o69.TopSurface = Enum.SurfaceType.Weld
1224
o69.Color = Color3.new(0, 1, 1)
1225
o69.Position = Vector3.new(-189.789993, 3.10000825, 183.470001)
1226
o69.Color = Color3.new(0, 1, 1)
1227
o70.Name = "NeonLights"
1228
o70.Parent = o1
1229
o70.Material = Enum.Material.Neon
1230
o70.BrickColor = BrickColor.new("Toothpaste")
1231
o70.Position = Vector3.new(-170.789993, 3.10000825, 170.869995)
1232
o70.CanCollide = false
1233
o70.FormFactor = Enum.FormFactor.Custom
1234
o70.Friction = 0.5
1235
o70.Size = Vector3.new(0.200000003, 0.600000024, 6.5999999)
1236
o70.CFrame = CFrame.new(-170.789993, 3.10000825, 170.869995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1237
o70.BackSurface = Enum.SurfaceType.Weld
1238
o70.BottomSurface = Enum.SurfaceType.Weld
1239
o70.FrontSurface = Enum.SurfaceType.Weld
1240
o70.LeftSurface = Enum.SurfaceType.Weld
1241
o70.RightSurface = Enum.SurfaceType.Weld
1242
o70.TopSurface = Enum.SurfaceType.Weld
1243
o70.Color = Color3.new(0, 1, 1)
1244
o70.Position = Vector3.new(-170.789993, 3.10000825, 170.869995)
1245
o70.Color = Color3.new(0, 1, 1)
1246
o71.Name = "NeonLights"
1247
o71.Parent = o1
1248
o71.Material = Enum.Material.Neon
1249
o71.BrickColor = BrickColor.new("Toothpaste")
1250
o71.Position = Vector3.new(-186.589996, 3.10000825, 167.670013)
1251
o71.CanCollide = false
1252
o71.FormFactor = Enum.FormFactor.Custom
1253
o71.Friction = 0.5
1254
o71.Size = Vector3.new(6.5999999, 0.600000024, 0.200000003)
1255
o71.CFrame = CFrame.new(-186.589996, 3.10000825, 167.670013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1256
o71.BackSurface = Enum.SurfaceType.Weld
1257
o71.BottomSurface = Enum.SurfaceType.Weld
1258
o71.FrontSurface = Enum.SurfaceType.Weld
1259
o71.LeftSurface = Enum.SurfaceType.Weld
1260
o71.RightSurface = Enum.SurfaceType.Weld
1261
o71.TopSurface = Enum.SurfaceType.Weld
1262
o71.Color = Color3.new(0, 1, 1)
1263
o71.Position = Vector3.new(-186.589996, 3.10000825, 167.670013)
1264
o71.Color = Color3.new(0, 1, 1)
1265
o72.Name = "NeonLights"
1266
o72.Parent = o1
1267
o72.Material = Enum.Material.Neon
1268
o72.BrickColor = BrickColor.new("Toothpaste")
1269
o72.Position = Vector3.new(-173.98999, 3.10000825, 177.280029)
1270
o72.CanCollide = false
1271
o72.FormFactor = Enum.FormFactor.Custom
1272
o72.Friction = 0.5
1273
o72.Size = Vector3.new(6.5999999, 0.600000024, 18.9800034)
1274
o72.CFrame = CFrame.new(-173.98999, 3.10000825, 177.280029, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1275
o72.BackSurface = Enum.SurfaceType.Weld
1276
o72.BottomSurface = Enum.SurfaceType.Weld
1277
o72.FrontSurface = Enum.SurfaceType.Weld
1278
o72.LeftSurface = Enum.SurfaceType.Weld
1279
o72.RightSurface = Enum.SurfaceType.Weld
1280
o72.TopSurface = Enum.SurfaceType.Weld
1281
o72.Color = Color3.new(0, 1, 1)
1282
o72.Position = Vector3.new(-173.98999, 3.10000825, 177.280029)
1283
o72.Color = Color3.new(0, 1, 1)
1284
o73.Name = "NeonLights"
1285
o73.Parent = o1
1286
o73.Material = Enum.Material.Neon
1287
o73.BrickColor = BrickColor.new("Toothpaste")
1288
o73.Position = Vector3.new(-186.589996, 3.10000825, 177.260132)
1289
o73.CanCollide = false
1290
o73.FormFactor = Enum.FormFactor.Custom
1291
o73.Friction = 0.5
1292
o73.Size = Vector3.new(6.5999999, 0.600000024, 19.0200081)
1293
o73.CFrame = CFrame.new(-186.589996, 3.10000825, 177.260132, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1294
o73.BackSurface = Enum.SurfaceType.Weld
1295
o73.BottomSurface = Enum.SurfaceType.Weld
1296
o73.FrontSurface = Enum.SurfaceType.Weld
1297
o73.LeftSurface = Enum.SurfaceType.Weld
1298
o73.RightSurface = Enum.SurfaceType.Weld
1299
o73.TopSurface = Enum.SurfaceType.Weld
1300
o73.Color = Color3.new(0, 1, 1)
1301
o73.Position = Vector3.new(-186.589996, 3.10000825, 177.260132)
1302
o73.Color = Color3.new(0, 1, 1)
1303
o74.Name = "NeonLights"
1304
o74.Parent = o1
1305
o74.Material = Enum.Material.Neon
1306
o74.BrickColor = BrickColor.new("Toothpaste")
1307
o74.Position = Vector3.new(-170.789993, 3.10000825, 183.470001)
1308
o74.CanCollide = false
1309
o74.FormFactor = Enum.FormFactor.Custom
1310
o74.Friction = 0.5
1311
o74.Size = Vector3.new(0.200000003, 0.600000024, 6.60000038)
1312
o74.CFrame = CFrame.new(-170.789993, 3.10000825, 183.470001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1313
o74.BackSurface = Enum.SurfaceType.Weld
1314
o74.BottomSurface = Enum.SurfaceType.Weld
1315
o74.FrontSurface = Enum.SurfaceType.Weld
1316
o74.LeftSurface = Enum.SurfaceType.Weld
1317
o74.RightSurface = Enum.SurfaceType.Weld
1318
o74.TopSurface = Enum.SurfaceType.Weld
1319
o74.Color = Color3.new(0, 1, 1)
1320
o74.Position = Vector3.new(-170.789993, 3.10000825, 183.470001)
1321
o74.Color = Color3.new(0, 1, 1)
1322
o75.Name = "Wheel"
1323
o75.Parent = o1
1324
o75.Material = Enum.Material.Neon
1325
o75.BrickColor = BrickColor.new("Institutional white")
1326
o75.Transparency = 1
1327
o75.Position = Vector3.new(-186.48999, 2.00001097, 170.369995)
1328
o75.Elasticity = 0
1329
o75.FormFactor = Enum.FormFactor.Symmetric
1330
o75.Friction = 1.3500000238419
1331
o75.Shape = Enum.PartType.Ball
1332
o75.Size = Vector3.new(4, 4, 4)
1333
o75.CFrame = CFrame.new(-186.48999, 2.00001097, 170.369995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1334
o75.BottomSurface = Enum.SurfaceType.Smooth
1335
o75.RightSurface = Enum.SurfaceType.Hinge
1336
o75.TopSurface = Enum.SurfaceType.Smooth
1337
o75.Color = Color3.new(0.972549, 0.972549, 0.972549)
1338
o75.Position = Vector3.new(-186.48999, 2.00001097, 170.369995)
1339
o75.Color = Color3.new(0.972549, 0.972549, 0.972549)
1340
o76.Name = "Wheel"
1341
o76.Parent = o1
1342
o76.Material = Enum.Material.Neon
1343
o76.BrickColor = BrickColor.new("Institutional white")
1344
o76.Transparency = 1
1345
o76.Position = Vector3.new(-174.089996, 2.00001097, 170.369995)
1346
o76.Rotation = Vector3.new(-180, 0, -180)
1347
o76.Elasticity = 0
1348
o76.FormFactor = Enum.FormFactor.Symmetric
1349
o76.Friction = 1.3500000238419
1350
o76.Shape = Enum.PartType.Ball
1351
o76.Size = Vector3.new(4, 4, 4)
1352
o76.CFrame = CFrame.new(-174.089996, 2.00001097, 170.369995, -1, 0, 0, 0, 1, 0, 0, 0, -1)
1353
o76.BottomSurface = Enum.SurfaceType.Smooth
1354
o76.RightSurface = Enum.SurfaceType.Hinge
1355
o76.TopSurface = Enum.SurfaceType.Smooth
1356
o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
1357
o76.Position = Vector3.new(-174.089996, 2.00001097, 170.369995)
1358
o76.Orientation = Vector3.new(0, 180, 0)
1359
o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
1360
o77.Name = "Wheel"
1361
o77.Parent = o1
1362
o77.Material = Enum.Material.Neon
1363
o77.BrickColor = BrickColor.new("Institutional white")
1364
o77.Transparency = 1
1365
o77.Position = Vector3.new(-186.48999, 2.00001097, 183.970001)
1366
o77.Elasticity = 0
1367
o77.FormFactor = Enum.FormFactor.Symmetric
1368
o77.Friction = 1.3500000238419
1369
o77.Shape = Enum.PartType.Ball
1370
o77.Size = Vector3.new(4, 4, 4)
1371
o77.CFrame = CFrame.new(-186.48999, 2.00001097, 183.970001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1372
o77.BottomSurface = Enum.SurfaceType.Smooth
1373
o77.RightSurface = Enum.SurfaceType.Hinge
1374
o77.TopSurface = Enum.SurfaceType.Smooth
1375
o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
1376
o77.Position = Vector3.new(-186.48999, 2.00001097, 183.970001)
1377
o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
1378
o78.Name = "Wheel"
1379
o78.Parent = o1
1380
o78.Material = Enum.Material.Neon
1381
o78.BrickColor = BrickColor.new("Institutional white")
1382
o78.Transparency = 1
1383
o78.Position = Vector3.new(-174.089996, 2.00001097, 183.970001)
1384
o78.Rotation = Vector3.new(-180, 0, -180)
1385
o78.Elasticity = 0
1386
o78.FormFactor = Enum.FormFactor.Symmetric
1387
o78.Friction = 1.3500000238419
1388
o78.Shape = Enum.PartType.Ball
1389
o78.Size = Vector3.new(4, 4, 4)
1390
o78.CFrame = CFrame.new(-174.089996, 2.00001097, 183.970001, -1, 0, 0, 0, 1, 0, 0, 0, -1)
1391
o78.BottomSurface = Enum.SurfaceType.Smooth
1392
o78.RightSurface = Enum.SurfaceType.Hinge
1393
o78.TopSurface = Enum.SurfaceType.Smooth
1394
o78.Color = Color3.new(0.972549, 0.972549, 0.972549)
1395
o78.Position = Vector3.new(-174.089996, 2.00001097, 183.970001)
1396
o78.Orientation = Vector3.new(0, 180, 0)
1397
o78.Color = Color3.new(0.972549, 0.972549, 0.972549)
1398
mas.Parent = workspace
1399
mas:MakeJoints()
1400
local mas1 = mas:GetChildren()
1401
for i=1,#mas1 do
1402
	mas1[i].Parent = workspace 
1403
	ypcall(function() mas1[i]:MakeJoints() end)
1404
end
1405
mas:Destroy()
1406
for i=1,#cors do
1407
coroutine.resume(cors[i])
1408
end
1409
o1:MakeJoints()
1410
o1:MoveTo(game.Players.LocalPlayer.Character.Head.Position)