SHOW:
|
|
- or go back to the newest paste.
1 | --https://github.com/Mokiros/roblox-FE-compatibility | |
2 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
3 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
4 | local RealPlayer = Player | |
5 | 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 ----------------------------------- | |
6 | --WATCH OUT HERE COMES THE COPPAS-- | |
7 | ---------------------------------------------------------------- | |
8 | --By CKbackup (Sugarie Saffron) -- | |
9 | --YT: https://www.youtube.com/channel/UC8n9FFz7e6Zo13ob_5F9MJw-- | |
10 | --Discord: Sugarie Saffron#4705 -- | |
11 | ---------------------------------------------------------------- | |
12 | ||
13 | print([[ | |
14 | --Script Cop-- | |
15 | By CKbackup (Sugarie Saffron) | |
16 | YT: https://www.youtube.com/channel/UC8n9FFz7e6Zo13ob_5F9MJw | |
17 | Discord: Sugarie Saffron#4705 | |
18 | -------------------------------- | |
19 | As I've been demoted from my SB | |
20 | Mod rank in VSB, I don't see the | |
21 | need to hold this back any longer. | |
22 | ||
23 | Also, if the anims look weird or | |
24 | the weapon looks out of place, | |
25 | it's because it's actually modeled | |
26 | off a scaled rig with a package. | |
27 | It looks better with the Boy | |
28 | package. | |
29 | -------------------------------- | |
30 | (Keys) | |
31 | M - Mute/Play Music | |
32 | ||
33 | Click - Baton Swing | |
34 | (Hold) Q - Run | |
35 | Z - Pistol | |
36 | X - Arrest | |
37 | ||
38 | P - Move Jail(s) | |
39 | ]]) | |
40 | ||
41 | wait(1/60) | |
42 | Effects = { } | |
43 | local Player = game:service'Players'.localPlayer | |
44 | local chara = Player.Character | |
45 | local Humanoid = chara:FindFirstChildOfClass("Humanoid") | |
46 | local Mouse = Player:GetMouse() | |
47 | local LeftArm = chara["Left Arm"] | |
48 | local RightArm = chara["Right Arm"] | |
49 | local LeftLeg = chara["Left Leg"] | |
50 | local RightLeg = chara["Right Leg"] | |
51 | local Head = chara.Head | |
52 | local Torso = chara.Torso | |
53 | local RootPart = chara.HumanoidRootPart | |
54 | local RootJoint = RootPart.RootJoint | |
55 | local attack = false | |
56 | local Anim = 'Idle' | |
57 | local attacktype = 1 | |
58 | local delays = false | |
59 | local play = true | |
60 | local targetted = nil | |
61 | local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
62 | local velocity = RootPart.Velocity.y | |
63 | local sine = 0 | |
64 | local change = 1 | |
65 | local doe = 0 | |
66 | local Create = LoadLibrary("RbxUtility").Create | |
67 | Humanoid.WalkSpeed = 16 | |
68 | ||
69 | ||
70 | ||
71 | Humanoid.Animator.Parent = nil | |
72 | chara.Animate.Parent = nil | |
73 | ||
74 | local pos = Vector3.new(0,0,-50) | |
75 | ||
76 | local newMotor = function(part0, part1, c0, c1) | |
77 | local w = Create('Motor'){ | |
78 | Parent = part0, | |
79 | Part0 = part0, | |
80 | Part1 = part1, | |
81 | C0 = c0, | |
82 | C1 = c1, | |
83 | } | |
84 | return w | |
85 | end | |
86 | ||
87 | function clerp(a, b, t) | |
88 | return a:lerp(b, t) | |
89 | end | |
90 | ||
91 | RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
92 | NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
93 | ||
94 | local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0)) | |
95 | local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0)) | |
96 | local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0)) | |
97 | local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0)) | |
98 | RootJoint.C1 = CFrame.new(0, 0, 0) | |
99 | RootJoint.C0 = CFrame.new(0, 0, 0) | |
100 | Torso.Neck.C1 = CFrame.new(0, 0, 0) | |
101 | Torso.Neck.C0 = CFrame.new(0, 1.5, 0) | |
102 | ||
103 | ||
104 | local rarmc1 = RW.C1 | |
105 | local larmc1 = LW.C1 | |
106 | local rlegc1 = RH.C1 | |
107 | local llegc1 = LH.C1 | |
108 | ||
109 | local resetc1 = false | |
110 | ||
111 | function PlayAnimationFromTable(table, speed, bool) | |
112 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
113 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
114 | RW.C0 = clerp(RW.C0, table[3], speed) | |
115 | LW.C0 = clerp(LW.C0, table[4], speed) | |
116 | RH.C0 = clerp(RH.C0, table[5], speed) | |
117 | LH.C0 = clerp(LH.C0, table[6], speed) | |
118 | if bool == true then | |
119 | if resetc1 == false then | |
120 | resetc1 = true | |
121 | RootJoint.C1 = RootJoint.C1 | |
122 | Torso.Neck.C1 = Torso.Neck.C1 | |
123 | RW.C1 = rarmc1 | |
124 | LW.C1 = larmc1 | |
125 | RH.C1 = rlegc1 | |
126 | LH.C1 = llegc1 | |
127 | end | |
128 | end | |
129 | end | |
130 | ||
131 | ||
132 | ArtificialHB = Instance.new("BindableEvent", script) | |
133 | ArtificialHB.Name = "Heartbeat" | |
134 | script:WaitForChild("Heartbeat") | |
135 | frame = 0.03333333333333 | |
136 | tf = 0 | |
137 | allowframeloss = false | |
138 | tossremainder = false | |
139 | lastframe = tick() | |
140 | script.Heartbeat:Fire() | |
141 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
142 | tf = tf + s | |
143 | if tf >= frame then | |
144 | if allowframeloss then | |
145 | script.Heartbeat:Fire() | |
146 | lastframe = tick() | |
147 | else | |
148 | for i = 1, math.floor(tf / frame) do | |
149 | script.Heartbeat:Fire() | |
150 | end | |
151 | lastframe = tick() | |
152 | end | |
153 | if tossremainder then | |
154 | tf = 0 | |
155 | else | |
156 | tf = tf - frame * math.floor(tf / frame) | |
157 | end | |
158 | end | |
159 | end) | |
160 | function swait(num) | |
161 | if num == 0 or num == nil then | |
162 | ArtificialHB.Event:wait() | |
163 | else | |
164 | for i = 0, num do | |
165 | ArtificialHB.Event:wait() | |
166 | end | |
167 | end | |
168 | end | |
169 | ||
170 | function RemoveOutlines(part) | |
171 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
172 | end | |
173 | ||
174 | ||
175 | CFuncs = { | |
176 | ["Part"] = { | |
177 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
178 | local Part = Create("Part"){ | |
179 | Parent = Parent, | |
180 | Reflectance = Reflectance, | |
181 | Transparency = Transparency, | |
182 | CanCollide = false, | |
183 | Locked = true, | |
184 | BrickColor = BrickColor.new(tostring(BColor)), | |
185 | Name = Name, | |
186 | Size = Size, | |
187 | Material = Material, | |
188 | } | |
189 | RemoveOutlines(Part) | |
190 | return Part | |
191 | end; | |
192 | }; | |
193 | ||
194 | ["Mesh"] = { | |
195 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
196 | local Msh = Create(Mesh){ | |
197 | Parent = Part, | |
198 | Offset = OffSet, | |
199 | Scale = Scale, | |
200 | } | |
201 | if Mesh == "SpecialMesh" then | |
202 | Msh.MeshType = MeshType | |
203 | Msh.MeshId = MeshId | |
204 | end | |
205 | return Msh | |
206 | end; | |
207 | }; | |
208 | ||
209 | ["Mesh"] = { | |
210 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
211 | local Msh = Create(Mesh){ | |
212 | Parent = Part, | |
213 | Offset = OffSet, | |
214 | Scale = Scale, | |
215 | } | |
216 | if Mesh == "SpecialMesh" then | |
217 | Msh.MeshType = MeshType | |
218 | Msh.MeshId = MeshId | |
219 | end | |
220 | return Msh | |
221 | end; | |
222 | }; | |
223 | ||
224 | ["Weld"] = { | |
225 | Create = function(Parent, Part0, Part1, C0, C1) | |
226 | local Weld = Create("Weld"){ | |
227 | Parent = Parent, | |
228 | Part0 = Part0, | |
229 | Part1 = Part1, | |
230 | C0 = C0, | |
231 | C1 = C1, | |
232 | } | |
233 | return Weld | |
234 | end; | |
235 | }; | |
236 | ||
237 | ["ParticleEmitter"] = { | |
238 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
239 | local fp = Create("ParticleEmitter"){ | |
240 | Parent = Parent, | |
241 | Color = ColorSequence.new(Color1, Color2), | |
242 | LightEmission = LightEmission, | |
243 | Size = Size, | |
244 | Texture = Texture, | |
245 | Transparency = Transparency, | |
246 | ZOffset = ZOffset, | |
247 | Acceleration = Accel, | |
248 | Drag = Drag, | |
249 | LockedToPart = LockedToPart, | |
250 | VelocityInheritance = VelocityInheritance, | |
251 | EmissionDirection = EmissionDirection, | |
252 | Enabled = Enabled, | |
253 | Lifetime = LifeTime, | |
254 | Rate = Rate, | |
255 | Rotation = Rotation, | |
256 | RotSpeed = RotSpeed, | |
257 | Speed = Speed, | |
258 | VelocitySpread = VelocitySpread, | |
259 | } | |
260 | return fp | |
261 | end; | |
262 | }; | |
263 | ||
264 | CreateTemplate = { | |
265 | ||
266 | }; | |
267 | } | |
268 | ||
269 | ||
270 | function so(id,par,pit,vol) | |
271 | local sou = Instance.new("Sound", par or workspace) | |
272 | if par == chara then | |
273 | sou.Parent = chara.Torso | |
274 | end | |
275 | sou.Volume = vol | |
276 | sou.Pitch = pit or 1 | |
277 | sou.SoundId = "rbxassetid://" .. id | |
278 | sou.PlayOnRemove = true | |
279 | sou:Destroy() | |
280 | end | |
281 | ||
282 | local mus = Instance.new("Sound",Head) | |
283 | mus.Name = "mus" | |
284 | mus.SoundId = "rbxassetid://345868687" | |
285 | mus.Looped = true | |
286 | mus.Volume = 1 | |
287 | mus:Play() | |
288 | ||
289 | New = function(Object, Parent, Name, Data) | |
290 | local Object = Instance.new(Object) | |
291 | for Index, Value in pairs(Data or {}) do | |
292 | Object[Index] = Value | |
293 | end | |
294 | Object.Parent = Parent | |
295 | Object.Name = Name | |
296 | return Object | |
297 | end | |
298 | ||
299 | local PoliceHat = New("Part",chara,"PoliceHat",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Plate,Size = Vector3.new(2, 0.400000006, 1),CFrame = CFrame.new(18.3999939, 1.20000005, -23.1000061, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Weld,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),}) | |
300 | local Mesh = New("SpecialMesh",PoliceHat,"Mesh",{Scale = Vector3.new(1.10000002, 1.20000005, 1.10000002),MeshId = "rbxassetid://1028788",TextureId = "rbxassetid://152240477",MeshType = Enum.MeshType.FileMesh,}) | |
301 | local Weld = New("ManualWeld",PoliceHat,"Weld",{Part0 = PoliceHat,Part1 = Head,C1 = CFrame.new(0, 0.700000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),}) | |
302 | for i, v in pairs(chara:children()) do | |
303 | if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("BodyColors") then | |
304 | v:Destroy() | |
305 | elseif v.Name == "FakeHeadM" then | |
306 | v.Ahoge.Mesh.Scale = Vector3.new() | |
307 | elseif v.Name == "Chest" then | |
308 | for a, b in pairs(v:children()) do | |
309 | if b.Name ~= "Tail" then | |
310 | b.Transparency = 1 | |
311 | end | |
312 | end | |
313 | end | |
314 | end | |
315 | local sh = Instance.new("Shirt",chara) | |
316 | local pn = Instance.new("Pants",chara) | |
317 | - | sh.ShirtTemplate = "rbxassetid://133284214" |
317 | + | sh.ShirtTemplate = "rbxassetid://5571021" |
318 | pn.PantsTemplate = "rbxassetid://15224239" | |
319 | ||
320 | ||
321 | bdefc0 = CFrame.new(.8,-1,0)*CFrame.Angles(math.rad(30),0,0) | |
322 | gdefc0 = CFrame.new(-.8,-1,0)*CFrame.Angles(math.rad(130),0,0) | |
323 | ||
324 | local baton = Instance.new("Part",chara) | |
325 | baton.Name = "Baton" | |
326 | baton.Size = Vector3.new(.2,.2,3.2) | |
327 | baton.BrickColor = BrickColor.new("Really black") | |
328 | baton.CanCollide = false | |
329 | CFuncs.Mesh.Create("SpecialMesh", baton, "FileMesh", "rbxassetid://11820238", Vector3.new(), Vector3.new(1.5,1.5,1.5)) | |
330 | ||
331 | local bweld = Instance.new("Weld",baton) | |
332 | bweld.Part0 = Torso | |
333 | bweld.Part1 = baton | |
334 | bweld.C0 = bdefc0 | |
335 | ||
336 | local att1 = Instance.new("Attachment",baton) | |
337 | att1.Position = Vector3.new(-baton.Size.X/2,baton.Size.Y/2,baton.Size.Z/2) | |
338 | local att2 = Instance.new("Attachment",baton) | |
339 | att2.Position = Vector3.new(-baton.Size.X/2,-baton.Size.Y/2,-baton.Size.Z/2) | |
340 | local tr1 = Instance.new("Trail",baton) | |
341 | tr1.Color = ColorSequence.new(Color3.new(1,1,1)) | |
342 | tr1.Transparency = NumberSequence.new(0,1) | |
343 | tr1.Lifetime = .5 | |
344 | tr1.Enabled = false | |
345 | tr1.LightEmission = 1 | |
346 | tr1.Attachment0 = att1 | |
347 | tr1.Attachment1 = att2 | |
348 | local att3 = Instance.new("Attachment",RightLeg) | |
349 | att3.Position = Vector3.new(0,1,0) | |
350 | local att4 = Instance.new("Attachment",RightLeg) | |
351 | att4.Position = Vector3.new(0,-1,0) | |
352 | local tr2 = Instance.new("Trail",RightLeg) | |
353 | tr2.Color = ColorSequence.new(Color3.new(1,1,1)) | |
354 | tr2.Transparency = NumberSequence.new(0,1) | |
355 | tr2.Lifetime = .5 | |
356 | tr2.Enabled = false | |
357 | tr2.LightEmission = 1 | |
358 | tr2.Attachment0 = att3 | |
359 | tr2.Attachment1 = att4 | |
360 | ||
361 | local gun = Instance.new("Part",chara) | |
362 | gun.Name = "Gun" | |
363 | gun.Size = Vector3.new(.2,.2,.2) | |
364 | gun.BrickColor = BrickColor.new("Really black") | |
365 | gun.CanCollide = false | |
366 | CFuncs.Mesh.Create("SpecialMesh", gun, "FileMesh", "rbxassetid://72012879", Vector3.new(), Vector3.new(2,2,2)) | |
367 | ||
368 | local gweld = Instance.new("Weld",gun) | |
369 | gweld.Part0 = Torso | |
370 | gweld.Part1 = gun | |
371 | gweld.C0 = gdefc0 | |
372 | ||
373 | function rayCast(Position, Direction, Range, Ignore) | |
374 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) | |
375 | end | |
376 | ||
377 | function mdmg(Part, Magnitude, HitType) | |
378 | for _, c in pairs(workspace:GetDescendants()) do | |
379 | local hum = c:FindFirstChildOfClass("Humanoid") | |
380 | if hum ~= nil then | |
381 | local head = c:FindFirstChild("UpperTorso") or c:FindFirstChild("Torso") | |
382 | if head ~= nil then | |
383 | local targ = head.Position - Part.Position | |
384 | local mag = targ.magnitude | |
385 | if mag <= Magnitude and c.Name ~= Player.Name and c:FindFirstChild("MagDmgd")==nil then | |
386 | if c.Name ~= chara then | |
387 | if c.Name ~= "CKbackup" or c.Name ~= "Nebula_Zorua" or c.Name ~= "Salvo_Starly" then | |
388 | local val = Instance.new("BoolValue",c) | |
389 | val.Name = "MagDmgd" | |
390 | local asd = Instance.new("ParticleEmitter",head) | |
391 | asd.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)) | |
392 | asd.LightEmission = .1 | |
393 | asd.Size = NumberSequence.new(0.2) | |
394 | asd.Texture = "rbxassetid://771221224" | |
395 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 1)}) | |
396 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)}) | |
397 | asd.Transparency = bbb | |
398 | asd.Size = aaa | |
399 | asd.ZOffset = .9 | |
400 | asd.Acceleration = Vector3.new(0, -5, 0) | |
401 | asd.LockedToPart = false | |
402 | asd.EmissionDirection = "Back" | |
403 | asd.Lifetime = NumberRange.new(1, 2) | |
404 | asd.Rate = 1000 | |
405 | asd.Rotation = NumberRange.new(-100, 100) | |
406 | asd.RotSpeed = NumberRange.new(-100, 100) | |
407 | asd.Speed = NumberRange.new(6) | |
408 | asd.VelocitySpread = 10000 | |
409 | asd.Enabled = false | |
410 | asd:Emit(20) | |
411 | game:service'Debris':AddItem(asd,3) | |
412 | --Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch) | |
413 | if HitType == "Blunt" then | |
414 | so(386946017,head,.95,3) | |
415 | game:service'Debris':AddItem(val,1) | |
416 | elseif HitType == "Shot" then | |
417 | so(144884872,head,.9,3) | |
418 | game:service'Debris':AddItem(val,.05) | |
419 | end | |
420 | local soaa = Instance.new("Sound",c.Head) | |
421 | soaa.Volume = .5 | |
422 | local cho = math.random(1,5) | |
423 | if cho == 1 then | |
424 | soaa.SoundId = "rbxassetid://111896685" | |
425 | elseif cho == 2 then | |
426 | soaa.SoundId = "rbxassetid://535528169" | |
427 | elseif cho == 3 then | |
428 | soaa.SoundId = "rbxassetid://1080363252" | |
429 | elseif cho == 4 then | |
430 | soaa.SoundId = "rbxassetid://147758746" | |
431 | elseif cho == 5 then | |
432 | soaa.SoundId = "rbxassetid://626777433" | |
433 | soaa.Volume = .2 | |
434 | soaa.TimePosition = 1 | |
435 | end | |
436 | game:service'Debris':AddItem(soaa,6) | |
437 | soaa:Play() | |
438 | for i,v in pairs(c:children()) do | |
439 | if v:IsA("LocalScript") or v:IsA("Tool") then | |
440 | v:Destroy() | |
441 | end | |
442 | end | |
443 | hum.PlatformStand = true | |
444 | head.Velocity = RootPart.CFrame.lookVector*50 | |
445 | head.RotVelocity = Vector3.new(10,0,0) | |
446 | - | chatfunc("Let that be a warning!") |
446 | + | chatfunc("SINNER!") |
447 | coroutine.wrap(function() | |
448 | swait(5) | |
449 | c:BreakJoints() end)() | |
450 | else | |
451 | end | |
452 | end | |
453 | end | |
454 | end | |
455 | end | |
456 | end | |
457 | end | |
458 | ||
459 | --[[FindNearestTorso = function(pos) | |
460 | local list = (game.workspace:GetDescendants()) | |
461 | local torso = nil | |
462 | local dist = 1000 | |
463 | local temp, human, temp2 = nil, nil, nil | |
464 | for x = 1, #list do | |
465 | temp2 = list[x] | |
466 | if temp2.className == "Model" and temp2.Name ~= chara.Name then | |
467 | temp = temp2:findFirstChild("Torso") | |
468 | human = temp2:FindFirstChildOfClass("Humanoid") | |
469 | if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then | |
470 | local dohit = true | |
471 | if dohit == true then | |
472 | torso = temp | |
473 | dist = (temp.Position - pos).magnitude | |
474 | end | |
475 | end | |
476 | end | |
477 | end | |
478 | return torso, dist | |
479 | end]] | |
480 | ||
481 | ||
482 | function FindNearestTorso(Position, Distance, SinglePlayer) | |
483 | if SinglePlayer then | |
484 | return (SinglePlayer.Head.CFrame.p - Position).magnitude < Distance | |
485 | end | |
486 | local List = {} | |
487 | for i, v in pairs(workspace:GetDescendants()) do | |
488 | if v:IsA("Model") then | |
489 | if v:findFirstChild("Head") then | |
490 | if v ~= chara then | |
491 | if (v.Head.Position - Position).magnitude <= Distance then | |
492 | table.insert(List, v) | |
493 | end | |
494 | end | |
495 | end | |
496 | end | |
497 | end | |
498 | return List | |
499 | end | |
500 | ||
501 | ||
502 | --Chat Function-- | |
503 | function chatfunc(text) | |
504 | coroutine.wrap(function() | |
505 | if chara:FindFirstChild("TalkingBillBoard")~= nil then | |
506 | chara:FindFirstChild("TalkingBillBoard"):destroy() | |
507 | end | |
508 | local naeeym2 = Instance.new("BillboardGui",chara) | |
509 | naeeym2.Size = UDim2.new(0,100,0,40) | |
510 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
511 | naeeym2.Adornee = chara.Head | |
512 | naeeym2.Name = "TalkingBillBoard" | |
513 | local tecks2 = Instance.new("TextLabel",naeeym2) | |
514 | tecks2.BackgroundTransparency = 1 | |
515 | tecks2.BorderSizePixel = 0 | |
516 | tecks2.Text = "" | |
517 | tecks2.Font = "Fantasy" | |
518 | tecks2.FontSize = "Size24" | |
519 | tecks2.TextStrokeTransparency = 0 | |
520 | tecks2.TextColor3 = Color3.new(1,1,1) | |
521 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
522 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
523 | for i = 1,string.len(text),1 do | |
524 | tecks2.Text = string.sub(text,1,i) | |
525 | swait() | |
526 | end | |
527 | swait(30) | |
528 | for i = 1, 5 do | |
529 | swait() | |
530 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
531 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
532 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
533 | end | |
534 | naeeym2:Destroy() | |
535 | end)() | |
536 | end | |
537 | ||
538 | ||
539 | ||
540 | EffectModel = Create("Model"){ | |
541 | Parent = chara, | |
542 | Name = "Effects", | |
543 | } | |
544 | ||
545 | ||
546 | Effects = { | |
547 | Block = { | |
548 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type) | |
549 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
550 | prt.Anchored = true | |
551 | prt.CFrame = cframe | |
552 | local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
553 | game:GetService("Debris"):AddItem(prt, 10) | |
554 | if Type == 1 or Type == nil then | |
555 | table.insert(Effects, { | |
556 | prt, | |
557 | "Block1", | |
558 | delay, | |
559 | x3, | |
560 | y3, | |
561 | z3, | |
562 | msh | |
563 | }) | |
564 | elseif Type == 2 then | |
565 | table.insert(Effects, { | |
566 | prt, | |
567 | "Block2", | |
568 | delay, | |
569 | x3, | |
570 | y3, | |
571 | z3, | |
572 | msh | |
573 | }) | |
574 | end | |
575 | end; | |
576 | }; | |
577 | ||
578 | Cylinder = { | |
579 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
580 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
581 | prt.Anchored = true | |
582 | prt.CFrame = cframe | |
583 | local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
584 | game:GetService("Debris"):AddItem(prt, 10) | |
585 | table.insert(Effects, { | |
586 | prt, | |
587 | "Cylinder", | |
588 | delay, | |
589 | x3, | |
590 | y3, | |
591 | z3, | |
592 | msh | |
593 | }) | |
594 | end; | |
595 | }; | |
596 | Head = { | |
597 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
598 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
599 | prt.Anchored = true | |
600 | prt.CFrame = cframe | |
601 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
602 | game:GetService("Debris"):AddItem(prt, 10) | |
603 | table.insert(Effects, { | |
604 | prt, | |
605 | "Cylinder", | |
606 | delay, | |
607 | x3, | |
608 | y3, | |
609 | z3, | |
610 | msh | |
611 | }) | |
612 | end; | |
613 | }; | |
614 | ||
615 | Sphere = { | |
616 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
617 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
618 | prt.Anchored = true | |
619 | prt.CFrame = cframe | |
620 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
621 | game:GetService("Debris"):AddItem(prt, 10) | |
622 | table.insert(Effects, { | |
623 | prt, | |
624 | "Cylinder", | |
625 | delay, | |
626 | x3, | |
627 | y3, | |
628 | z3, | |
629 | msh | |
630 | }) | |
631 | end; | |
632 | }; | |
633 | ||
634 | Elect = { | |
635 | Create = function(cff, x, y, z) | |
636 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1)) | |
637 | prt.Anchored = true | |
638 | prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z)) | |
639 | prt.CFrame = CFrame.new(prt.Position) | |
640 | game:GetService("Debris"):AddItem(prt, 2) | |
641 | local xval = math.random() / 2 | |
642 | local yval = math.random() / 2 | |
643 | local zval = math.random() / 2 | |
644 | local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval)) | |
645 | table.insert(Effects, { | |
646 | prt, | |
647 | "Elec", | |
648 | 0.1, | |
649 | x, | |
650 | y, | |
651 | z, | |
652 | xval, | |
653 | yval, | |
654 | zval | |
655 | }) | |
656 | end; | |
657 | ||
658 | }; | |
659 | ||
660 | Ring = { | |
661 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
662 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
663 | prt.Anchored = true | |
664 | prt.CFrame = cframe | |
665 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
666 | game:GetService("Debris"):AddItem(prt, 10) | |
667 | table.insert(Effects, { | |
668 | prt, | |
669 | "Cylinder", | |
670 | delay, | |
671 | x3, | |
672 | y3, | |
673 | z3, | |
674 | msh | |
675 | }) | |
676 | end; | |
677 | }; | |
678 | ||
679 | ||
680 | Wave = { | |
681 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
682 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
683 | prt.Anchored = true | |
684 | prt.CFrame = cframe | |
685 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
686 | game:GetService("Debris"):AddItem(prt, 10) | |
687 | table.insert(Effects, { | |
688 | prt, | |
689 | "Cylinder", | |
690 | delay, | |
691 | x3, | |
692 | y3, | |
693 | z3, | |
694 | msh | |
695 | }) | |
696 | end; | |
697 | }; | |
698 | ||
699 | Break = { | |
700 | Create = function(brickcolor, cframe, x1, y1, z1) | |
701 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5)) | |
702 | prt.Anchored = true | |
703 | prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
704 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
705 | local num = math.random(10, 50) / 1000 | |
706 | game:GetService("Debris"):AddItem(prt, 10) | |
707 | table.insert(Effects, { | |
708 | prt, | |
709 | "Shatter", | |
710 | num, | |
711 | prt.CFrame, | |
712 | math.random() - math.random(), | |
713 | 0, | |
714 | math.random(50, 100) / 100 | |
715 | }) | |
716 | end; | |
717 | }; | |
718 | ||
719 | Fire = { | |
720 | Create = function(brickcolor, cframe, x1, y1, z1, delay) | |
721 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
722 | prt.Anchored = true | |
723 | prt.CFrame = cframe | |
724 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
725 | game:GetService("Debris"):AddItem(prt, 10) | |
726 | table.insert(Effects, { | |
727 | prt, | |
728 | "Fire", | |
729 | delay, | |
730 | 1, | |
731 | 1, | |
732 | 1, | |
733 | msh | |
734 | }) | |
735 | end; | |
736 | }; | |
737 | ||
738 | FireWave = { | |
739 | Create = function(brickcolor, cframe, x1, y1, z1) | |
740 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new()) | |
741 | prt.Anchored = true | |
742 | prt.CFrame = cframe | |
743 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
744 | local d = Create("Decal"){ | |
745 | Parent = prt, | |
746 | Texture = "rbxassetid://26356434", | |
747 | Face = "Top", | |
748 | } | |
749 | local d = Create("Decal"){ | |
750 | Parent = prt, | |
751 | Texture = "rbxassetid://26356434", | |
752 | Face = "Bottom", | |
753 | } | |
754 | game:GetService("Debris"):AddItem(prt, 10) | |
755 | table.insert(Effects, { | |
756 | prt, | |
757 | "FireWave", | |
758 | 1, | |
759 | 30, | |
760 | math.random(400, 600) / 100, | |
761 | msh | |
762 | }) | |
763 | end; | |
764 | }; | |
765 | ||
766 | Lightning = { | |
767 | Create = function(p0, p1, tym, ofs, col, th, tra, last) | |
768 | local magz = (p0 - p1).magnitude | |
769 | local curpos = p0 | |
770 | local trz = { | |
771 | -ofs, | |
772 | ofs | |
773 | } | |
774 | for i = 1, tym do | |
775 | local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym)) | |
776 | local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)]) | |
777 | local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz | |
778 | li.Material = "Neon" | |
779 | if tym == i then | |
780 | local magz2 = (curpos - p1).magnitude | |
781 | li.Size = Vector3.new(th, th, magz2) | |
782 | li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2) | |
783 | table.insert(Effects, { | |
784 | li, | |
785 | "Disappear", | |
786 | last | |
787 | }) | |
788 | else | |
789 | do | |
790 | do | |
791 | li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2) | |
792 | curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p | |
793 | game.Debris:AddItem(li, 10) | |
794 | table.insert(Effects, { | |
795 | li, | |
796 | "Disappear", | |
797 | last | |
798 | }) | |
799 | end | |
800 | end | |
801 | end | |
802 | end | |
803 | end | |
804 | }; | |
805 | ||
806 | EffectTemplate = { | |
807 | ||
808 | }; | |
809 | } | |
810 | ||
811 | ||
812 | function smek() | |
813 | attack = true | |
814 | bweld.Part0 = RightArm | |
815 | bweld.C0 = CFrame.new(-.2,-2,.4)*CFrame.Angles(math.rad(90),0,math.rad(180)) | |
816 | Humanoid.WalkSpeed = 40 | |
817 | for i=0,1,.2 do | |
818 | swait() | |
819 | PlayAnimationFromTable({ | |
820 | CFrame.new(0, 0, 0, 0.499998987, 0, -0.866025984, 0, 1, 0, 0.866025984, 0, 0.499998987), | |
821 | CFrame.new(0, 1.49999714, 0, 0.499998987, 0, 0.866025984, 0, 1, 0, -0.866025984, 0, 0.499998987), | |
822 | CFrame.new(1.6195364, 0.256343663, -3.60019794e-06, 0.939692736, -0.342020124, -8.94069672e-08, 0.342020154, 0.939692676, -4.35416268e-07, 2.08616257e-07, 3.87430191e-07, 1), | |
823 | CFrame.new(-1.65980804, 0.323206544, 5.72385352e-06, 0.866025329, 0.500000238, -2.98023224e-07, -0.500000179, 0.866025388, -1.34623383e-06, -4.47034836e-07, 1.29640102e-06, 1.00000012), | |
824 | CFrame.new(0.500001073, -2.00000095, -1.57952309e-06, 0.939692616, 0, -0.342020184, 0, 1, 0, 0.342020184, 0, 0.939692616), | |
825 | CFrame.new(-0.499998212, -2.00000095, 1.49011612e-06, 0.766043544, 0, 0.642788708, 0, 1, 0, -0.642788708, 0, 0.766043544), | |
826 | }, .3, false) | |
827 | end | |
828 | Humanoid.WalkSpeed = 2 | |
829 | tr1.Enabled = true | |
830 | so(536642316,baton,1,1) | |
831 | for i=0,1,.1 do | |
832 | swait() | |
833 | PlayAnimationFromTable({ | |
834 | CFrame.new(-0.0116844922, 0, -0.381816059, 0.342019022, 0, 0.939693093, 0, 1, 0, -0.939693093, 0, 0.342018992), | |
835 | CFrame.new(-0.0728889629, 1.49999714, 0.038963601, 0.342019022, 0, -0.939693093, 0, 1, 0, 0.939693093, 0, 0.342018992), | |
836 | CFrame.new(1.06065702, 1.09677029, -0.161810428, 0.400286436, 0.242276207, 0.88378346, 0.734158754, -0.661962748, -0.151050553, 0.548435688, 0.709300876, -0.442843854), | |
837 | CFrame.new(-1.59605861, 0.10887894, 1.11486224e-06, 0.984807909, 0.173648059, -2.23517418e-06, -0.173648059, 0.984807849, 3.82394944e-07, 2.29477882e-06, 1.86264515e-08, 1), | |
838 | CFrame.new(0.685087919, -1.96527183, 0.0673596561, 0.92541647, -0.163175598, -0.342020869, 0.173647985, 0.984807849, 2.90093368e-07, 0.336824894, -0.0593915246, 0.939692438), | |
839 | CFrame.new(-0.499999702, -2.00000095, 8.68737698e-06, 0.766045451, 0, 0.642786503, 0, 1, 0, -0.642786503, 0, 0.766045511), | |
840 | }, .3, false) | |
841 | mdmg(baton,3,"Blunt") | |
842 | end | |
843 | swait(5) | |
844 | bweld.Part0 = Torso | |
845 | bweld.C0 = bdefc0 | |
846 | Humanoid.WalkSpeed = 16 | |
847 | tr1.Enabled = false | |
848 | attack = false | |
849 | end | |
850 | ||
851 | function asmek() | |
852 | attack = true | |
853 | --local par | |
854 | --coroutine.wrap(function() | |
855 | --repeat swait() par = rayCast(RootPart.Position,Vector3.new(0,-1,0),3,chara) until par~=nil or Torso.Velocity.Y == 0 | |
856 | --tr2.Enabled = false | |
857 | --attack = false | |
858 | --end)() | |
859 | --for i=0,1,.2 do | |
860 | --swait() | |
861 | --PlayAnimationFromTable({ | |
862 | --CFrame.new(0, -0.0460019112, -0.0689063296, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849), | |
863 | --CFrame.new(0, 1.52556431, -0.222140759, 1, 0, 0, 0, 0.939692676, 0.342020601, 0, -0.342020601, 0.939692676), | |
864 | --CFrame.new(1.59158015, 0.575856388, 6.13234874e-07, 0.642787039, -0.766044974, -4.38231467e-07, 0.766045034, 0.642787039, 1.78813934e-07, 1.63912773e-07, -4.39584255e-07, 1.00000012), | |
865 | --CFrame.new(-1.59158027, 0.575856209, 6.13234988e-07, 0.642787039, 0.766044974, 4.38231467e-07, -0.766045034, 0.642787039, 1.78813934e-07, -1.63912773e-07, -4.39584255e-07, 1.00000012), | |
866 | --CFrame.new(0.499998927, -1.99999928, 3.81469772e-06, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012), | |
867 | --CFrame.new(-0.5, -1.41182017, 0.232474089, 1, 0, 0, 0, 0.642786622, 0.766045392, 0, -0.766045392, 0.642786622), | |
868 | --}, .3, false) | |
869 | --end | |
870 | tr2.Enabled = true | |
871 | so(536642316,RightLeg,1,1) | |
872 | for i=0,1.5,.1 do | |
873 | swait() | |
874 | PlayAnimationFromTable({ | |
875 | CFrame.new(0, -0.11843279, 0.00109164417, 1, 0, 0, 0, 0.76604414, -0.642788053, 0, 0.642788053, 0.76604414)*CFrame.Angles(math.rad(-360*i),0,0), | |
876 | CFrame.new(0, 1.36002374, -0.491580963, 1, 0, 0, 0, 0.642787457, 0.766044736, 0, -0.766044736, 0.642787457), | |
877 | CFrame.new(1.59157825, 0.575854659, 4.30346518e-06, 0.64278698, -0.766045034, -1.0103544e-07, 0.766045094, 0.64278698, -5.36441803e-07, 5.06639481e-07, 2.98023224e-07, 1.00000012), | |
878 | CFrame.new(-1.59158015, 0.575855613, 2.39611677e-06, 0.64278698, 0.766045034, 1.0103544e-07, -0.766045094, 0.64278698, -5.36441803e-07, -5.06639481e-07, 2.98023224e-07, 1.00000012), | |
879 | CFrame.new(0.399999022, -1.92074621, -0.716740668, 1, 0, 0, 0, 0.766044736, -0.642787457, 0, 0.642787457, 0.766044736), | |
880 | CFrame.new(-0.5, -1.41181993, 0.232477784, 1, 0, 0, 0, 0.642787457, 0.766044736, 0, -0.766044736, 0.642787457), | |
881 | }, .3, false) | |
882 | if i >= .4 then | |
883 | mdmg(RightLeg,3.5,"Blunt") | |
884 | end | |
885 | end | |
886 | tr2.Enabled = false | |
887 | attack = false | |
888 | end | |
889 | ||
890 | local shots = 7 | |
891 | zhold = true | |
892 | function shoot() | |
893 | attack = true | |
894 | so(169799883,gun,1,1) | |
895 | for i=0,1,.1 do | |
896 | swait() | |
897 | PlayAnimationFromTable({ | |
898 | CFrame.new(0.0524868444, 0, -0.0110093001, 0.64278698, 0, 0.766044974, 0, 1, 0, -0.766044974, 0, 0.64278698), | |
899 | CFrame.new(-0.0421711877, 1.49999738, -0.0331315249, 0.852868021, -0.0612752885, -0.518518507, 0.17364794, 0.969846606, 0.171008661, 0.492404759, -0.235887513, 0.837791562), | |
900 | CFrame.new(0.611007333, -0.00932076573, -0.639356554, 0.653100669, 0.696805716, -0.296515375, -0.748181939, 0.533255994, -0.394793421, -0.116975725, 0.479687244, 0.869607329), | |
901 | CFrame.new(-1.29161143, -0.030067116, -0.0939707607, 0.98480773, -0.163176328, 0.0593894422, 0.173647985, 0.925416648, -0.336824149, 1.78813934e-06, 0.342019945, 0.939692736), | |
902 | CFrame.new(0.499998003, -2.00000095, 3.84449959e-06, 0.64278698, 0, -0.766044974, 0, 1, 0, 0.766044974, 0, 0.64278698), | |
903 | CFrame.new(-0.499998897, -2.00000095, 1.59442425e-06, 0.98480767, 0, 0.173648536, 0, 1, 0, -0.173648536, 0, 0.98480767), | |
904 | }, .3, false) | |
905 | end | |
906 | Humanoid.WalkSpeed = 2 | |
907 | local ref = Instance.new("Part",chara) | |
908 | ref.Size = Vector3.new(0,0,0) | |
909 | ref.Anchored = true | |
910 | ref.CanCollide = false | |
911 | ref.Transparency = 1 | |
912 | gweld.Part0 = RightArm | |
913 | gweld.C0 = CFrame.new(.1,-1.5,-.2)*CFrame.Angles(math.rad(180),math.rad(0),math.rad(-40)) | |
914 | for i=0,1,.1 do | |
915 | swait() | |
916 | PlayAnimationFromTable({ | |
917 | CFrame.new(0, -0.0301527902, -0.171009317, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
918 | CFrame.new(0.0984806046, 1.48289788, -0.00301507115, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
919 | CFrame.new(0.9734447, 0.943128467, -1.04116416, 0.76604414, 0.642788053, 0, 0.219846308, -0.262002349, -0.939692736, -0.604023278, 0.719846129, -0.342019886), | |
920 | CFrame.new(-0.516993761, 0.475136518, -0.924885869, 0, -0.499998987, 0.866025984, 0.939692736, -0.29619813, -0.171009615, 0.342019886, 0.813798308, 0.469845414), | |
921 | CFrame.new(0.5, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
922 | CFrame.new(-0.500000238, -1.99999905, 5.96046164e-08, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
923 | }, .3, false) | |
924 | end | |
925 | swait(5) | |
926 | repeat | |
927 | so(470245800,gun,1,1) | |
928 | ref.CFrame = Mouse.Hit | |
929 | mdmg(ref,3,"Shot") | |
930 | local hitpt = Instance.new("Part",EffectModel) | |
931 | hitpt.Size = Vector3.new(0,0,.3) | |
932 | local bf = Instance.new("BodyVelocity",hitpt) | |
933 | bf.P = 10000 | |
934 | bf.MaxForce = Vector3.new(bf.P,bf.P,bf.P) | |
935 | game:service'Debris':AddItem(bf,.1) | |
936 | hitpt.CFrame = gun.CFrame * CFrame.new(0,-.5,.5) * CFrame.Angles(math.rad(90),0,0) | |
937 | bf.Velocity = Vector3.new(0,5,0) + RootPart.CFrame.rightVector*10 | |
938 | local hitm = Instance.new("SpecialMesh",hitpt) | |
939 | hitm.MeshId = "http://www.roblox.com/asset/?id=94295100" | |
940 | hitm.TextureId = "http://www.roblox.com/asset/?id=94287792" | |
941 | hitm.Scale = Vector3.new(3,3,3.5) | |
942 | coroutine.wrap(function() | |
943 | swait(120) | |
944 | for i = 0,1.1 do | |
945 | swait() | |
946 | hitpt.Transparency = i | |
947 | end | |
948 | hitpt:Destroy() | |
949 | end)() | |
950 | Effects.Block.Create(BrickColor.new("Bright yellow"), gun.CFrame*CFrame.new(0,.6,.3), 0,0,0,1,1,1, 0.05) | |
951 | shots = shots - 1 | |
952 | for i=0,1,.2 do | |
953 | swait() | |
954 | PlayAnimationFromTable({ | |
955 | CFrame.new(0, -0.0301530343, -0.171007201, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
956 | CFrame.new(0.0984815434, 1.48289728, -0.00301322341, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
957 | CFrame.new(0.973445654, 1.13885617, -0.660623372, 0.766044199, 0.642787933, 5.27496837e-08, 0.413175672, -0.492403269, -0.766045034, -0.492404401, 0.586824477, -0.64278698), | |
958 | CFrame.new(-0.516991675, 0.65931946, -0.711421967, 0, -0.499999166, 0.866025925, 0.766044796, -0.556670487, -0.321393073, 0.642787218, 0.663414717, 0.383021772), | |
959 | CFrame.new(0.499999523, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
960 | CFrame.new(-0.500000954, -1.99999809, -1.84774399e-06, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
961 | }, .3, false) | |
962 | end | |
963 | for i=0,1,.2 do | |
964 | swait() | |
965 | PlayAnimationFromTable({ | |
966 | CFrame.new(0, -0.0301527902, -0.171009317, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
967 | CFrame.new(0.0984806046, 1.48289788, -0.00301507115, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
968 | CFrame.new(0.9734447, 0.943128467, -1.04116416, 0.76604414, 0.642788053, 0, 0.219846308, -0.262002349, -0.939692736, -0.604023278, 0.719846129, -0.342019886), | |
969 | CFrame.new(-0.516993761, 0.475136518, -0.924885869, 0, -0.499998987, 0.866025984, 0.939692736, -0.29619813, -0.171009615, 0.342019886, 0.813798308, 0.469845414), | |
970 | CFrame.new(0.5, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
971 | CFrame.new(-0.500000238, -1.99999905, 5.96046164e-08, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
972 | }, .3, false) | |
973 | end | |
974 | if shots == 0 then | |
975 | so(147323220,gun,1,1) | |
976 | for i=0,1.3,.1 do | |
977 | swait() | |
978 | PlayAnimationFromTable({ | |
979 | CFrame.new(0, -0.0301530343, -0.171007201, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
980 | CFrame.new(0.0984815434, 1.48289728, -0.00301322341, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
981 | CFrame.new(0.973445654, 1.13885617, -0.660623372, 0.766044199, 0.642787933, 5.27496837e-08, 0.413175672, -0.492403269, -0.766045034, -0.492404401, 0.586824477, -0.64278698), | |
982 | CFrame.new(-1.29161143, -0.030067116, -0.0939707607, 0.98480773, -0.163176328, 0.0593894422, 0.173647985, 0.925416648, -0.336824149, 1.78813934e-06, 0.342019945, 0.939692736), | |
983 | CFrame.new(0.499999523, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
984 | CFrame.new(-0.500000954, -1.99999809, -1.84774399e-06, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
985 | }, .3, false) | |
986 | end | |
987 | local MagPartt = New("Part",chara,"MagPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000033, 0.399999976, 1),CFrame = CFrame.new(-9.29999638, 0.700002313, -0.200002074, 1, 0, 0, 0, 0, 1, 0, -1, 0),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),}) | |
988 | MagPartt.CFrame = gun.CFrame * CFrame.new(0,-.5,-.5) * CFrame.Angles(0,0,0) | |
989 | coroutine.wrap(function() | |
990 | swait(5) | |
991 | MagPartt.CanCollide = true | |
992 | swait(120) | |
993 | for i = 0,1.1 do | |
994 | swait() | |
995 | MagPartt.Transparency = i | |
996 | end | |
997 | MagPartt:Destroy() | |
998 | end)() | |
999 | swait(10) | |
1000 | local MagPart = New("Part",chara,"MagPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(.2,.4,1),CFrame = CFrame.new(-9.29999638, 0.700002313, -0.200002074, 1, 0, 0, 0, 0, 1, 0, -1, 0),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),}) | |
1001 | local Weld = New("ManualWeld",MagPart,"Weld",{Part0 = MagPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0)*CFrame.Angles(math.rad(90),math.rad(90),math.rad(0)),C1 = CFrame.new(0.200001717, -1.20000005, -0.200000286, 1, 0, 0, 0, 0, 1, 0, -1, 0),}) | |
1002 | for i=0,1.4,.2 do | |
1003 | swait() | |
1004 | PlayAnimationFromTable({ | |
1005 | CFrame.new(0, -0.0301530343, -0.171007201, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
1006 | CFrame.new(0.0984815434, 1.48289728, -0.00301322341, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
1007 | CFrame.new(0.973445654, 1.13885617, -0.660623372, 0.766044199, 0.642787933, 5.27496837e-08, 0.413175672, -0.492403269, -0.766045034, -0.492404401, 0.586824477, -0.64278698), | |
1008 | CFrame.new(-0.516991675, 0.65931946, -0.711421967, 0, -0.499999166, 0.866025925, 0.766044796, -0.556670487, -0.321393073, 0.642787218, 0.663414717, 0.383021772), | |
1009 | CFrame.new(0.499999523, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
1010 | CFrame.new(-0.500000954, -1.99999809, -1.84774399e-06, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
1011 | }, .3, false) | |
1012 | end | |
1013 | MagPart:Destroy() | |
1014 | swait(5) | |
1015 | for i=0,1,.2 do | |
1016 | swait() | |
1017 | PlayAnimationFromTable({ | |
1018 | CFrame.new(0, -0.0301530343, -0.171007201, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
1019 | CFrame.new(0.0984815434, 1.48289728, -0.00301322341, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
1020 | CFrame.new(1.16020393, 0.666379213, -0.905047119, 0.76604414, 0.604023218, 0.219846413, 0.219846308, 0.0751920938, -0.972632408, -0.604023278, 0.793411791, -0.0751917362), | |
1021 | CFrame.new(-0.629211903, 0.930547178, -0.87133497, 0.262002915, -0.642787874, -0.71984607, -0.958213985, -0.262002975, -0.114805877, -0.114805937, 0.71984601, -0.684573948), | |
1022 | CFrame.new(0.499999523, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
1023 | CFrame.new(-0.500000954, -1.99999809, -1.84774399e-06, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
1024 | }, .3, false) | |
1025 | end | |
1026 | so(506273075,gun,1,1) | |
1027 | for i=0,1,.2 do | |
1028 | swait() | |
1029 | PlayAnimationFromTable({ | |
1030 | CFrame.new(0, -0.0301530343, -0.171007201, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
1031 | CFrame.new(0.0984815434, 1.48289728, -0.00301322341, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
1032 | CFrame.new(1.16020393, 0.666379213, -0.905047119, 0.76604414, 0.604023218, 0.219846413, 0.219846308, 0.0751920938, -0.972632408, -0.604023278, 0.793411791, -0.0751917362), | |
1033 | CFrame.new(-0.629361629, 0.793605626, -0.495871037, 0.262002915, -0.642787874, -0.71984607, -0.958213985, -0.262002975, -0.114805877, -0.114805937, 0.71984601, -0.684573948), | |
1034 | CFrame.new(0.499999523, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
1035 | CFrame.new(-0.500000954, -1.99999809, -1.84774399e-06, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
1036 | }, .3, false) | |
1037 | end | |
1038 | for i=0,1,.2 do | |
1039 | swait() | |
1040 | PlayAnimationFromTable({ | |
1041 | CFrame.new(0, -0.0301530343, -0.171007201, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
1042 | CFrame.new(0.0984815434, 1.48289728, -0.00301322341, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
1043 | CFrame.new(1.16020393, 0.666379213, -0.905047119, 0.76604414, 0.604023218, 0.219846413, 0.219846308, 0.0751920938, -0.972632408, -0.604023278, 0.793411791, -0.0751917362), | |
1044 | CFrame.new(-0.629211903, 0.930547178, -0.87133497, 0.262002915, -0.642787874, -0.71984607, -0.958213985, -0.262002975, -0.114805877, -0.114805937, 0.71984601, -0.684573948), | |
1045 | CFrame.new(0.499999523, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
1046 | CFrame.new(-0.500000954, -1.99999809, -1.84774399e-06, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
1047 | }, .3, false) | |
1048 | end | |
1049 | shots = 7 | |
1050 | swait(10) | |
1051 | for i=0,1,.2 do | |
1052 | swait() | |
1053 | PlayAnimationFromTable({ | |
1054 | CFrame.new(0, -0.0301527902, -0.171009317, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
1055 | CFrame.new(0.0984806046, 1.48289788, -0.00301507115, 0.984807849, 0.173648134, -3.13053391e-07, -0.171010122, 0.969846427, -0.173647895, -0.0301533248, 0.171009824, 0.984807849), | |
1056 | CFrame.new(0.9734447, 0.943128467, -1.04116416, 0.76604414, 0.642788053, 0, 0.219846308, -0.262002349, -0.939692736, -0.604023278, 0.719846129, -0.342019886), | |
1057 | CFrame.new(-0.516993761, 0.475136518, -0.924885869, 0, -0.499998987, 0.866025984, 0.939692736, -0.29619813, -0.171009615, 0.342019886, 0.813798308, 0.469845414), | |
1058 | CFrame.new(0.5, -1.72638702, -0.751741886, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
1059 | CFrame.new(-0.500000238, -1.99999905, 5.96046164e-08, 1, 0, 0, 0, 1, -2.98023224e-08, 0, -2.98023224e-08, 1), | |
1060 | }, .3, false) | |
1061 | end | |
1062 | end | |
1063 | until zhold == false | |
1064 | swait(5) | |
1065 | ref:Destroy() | |
1066 | so(211134014,gun,1,1) | |
1067 | for i=0,1,.1 do | |
1068 | swait() | |
1069 | PlayAnimationFromTable({ | |
1070 | CFrame.new(0.0524868444, 0, -0.0110093001, 0.64278698, 0, 0.766044974, 0, 1, 0, -0.766044974, 0, 0.64278698), | |
1071 | CFrame.new(-0.0421711877, 1.49999738, -0.0331315249, 0.852868021, -0.0612752885, -0.518518507, 0.17364794, 0.969846606, 0.171008661, 0.492404759, -0.235887513, 0.837791562), | |
1072 | CFrame.new(0.611007333, -0.00932076573, -0.639356554, 0.653100669, 0.696805716, -0.296515375, -0.748181939, 0.533255994, -0.394793421, -0.116975725, 0.479687244, 0.869607329), | |
1073 | CFrame.new(-1.29161143, -0.030067116, -0.0939707607, 0.98480773, -0.163176328, 0.0593894422, 0.173647985, 0.925416648, -0.336824149, 1.78813934e-06, 0.342019945, 0.939692736), | |
1074 | CFrame.new(0.499998003, -2.00000095, 3.84449959e-06, 0.64278698, 0, -0.766044974, 0, 1, 0, 0.766044974, 0, 0.64278698), | |
1075 | CFrame.new(-0.499998897, -2.00000095, 1.59442425e-06, 0.98480767, 0, 0.173648536, 0, 1, 0, -0.173648536, 0, 0.98480767), | |
1076 | }, .3, false) | |
1077 | end | |
1078 | gweld.Part0 = Torso | |
1079 | gweld.C0 = gdefc0 | |
1080 | Humanoid.WalkSpeed = 16 | |
1081 | attack = false | |
1082 | end | |
1083 | ||
1084 | local Jails = Instance.new("Model",chara) | |
1085 | Jails.Name = "Jails" | |
1086 | function arrest() | |
1087 | attack = true | |
1088 | if Mouse.Target~= nil then | |
1089 | local dude = Mouse.Target.Parent | |
1090 | local ply = game:service'Players':GetPlayerFromCharacter(dude) | |
1091 | if dude:FindFirstChildOfClass("Humanoid") then | |
1092 | Humanoid.WalkSpeed = 0 | |
1093 | for i,v in pairs(dude:children()) do | |
1094 | if v:IsA("LocalScript") or v:IsA("Tool") then | |
1095 | v:Destroy() | |
1096 | end | |
1097 | end | |
1098 | local haed = dude:FindFirstChild("Head") | |
1099 | local JailCell = New("Model",Jails,"JailCell",{}) | |
1100 | local SpawnPart = New("Part",JailCell,"SpawnPart",{Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(0.400000006, 0.400000006, 0.400000006),CFrame = CFrame.new(-76.1000137, 3.00000596, -1.99999905, 1, 0, 0, 0, 0, 1, 0, -1, 0),Anchored = true,CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1101 | local removescriptspart = New("Part",JailCell,"removescriptspart",{Transparency = 1,Transparency = 1,Size = Vector3.new(16, 9, 13),CFrame = CFrame.new(-69.5999985, 5.5000062, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,CanCollide = false,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1102 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(6, 9, 1),CFrame = CFrame.new(-75.0999985, 5.5000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1103 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(19, 1, 16),CFrame = CFrame.new(-69.5999985, 0.50000602, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1104 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(-68.5999985, 6.0000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1105 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1106 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(1, 9, 16),CFrame = CFrame.new(-78.5999985, 5.5000062, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1107 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-77.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1108 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1109 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(-69.5999985, 6.0000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1110 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1111 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999946, 0.600000024, 1.60000014),CFrame = CFrame.new(-62.3000031, 2.70000601, 0.600000381, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1112 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.Metal,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-61.5, 3.10000563, 1.39999962, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),}) | |
1113 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(35, 1, 6),CFrame = CFrame.new(-69.5999985, 0.50000602, 12, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1114 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 2.50000572, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1115 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.Metal,Size = Vector3.new(0.400000006, 0.400000006, 0.400000036),CFrame = CFrame.new(-61.2999992, 3.40000558, 1.39999962, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),}) | |
1116 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 5.5000062, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1117 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 16),CFrame = CFrame.new(-85.0999985, 0.50000602, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1118 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999946, 0.600000024, 1.60000014),CFrame = CFrame.new(-65.8999939, 2.10000563, -4.79999924, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1119 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 0.200000003, 2.00000024),CFrame = CFrame.new(-62.1000023, 2.30000591, 1.39999962, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1120 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.19999993, 0.600000024, 0.400000036),CFrame = CFrame.new(-65.1000061, 2.10000563, -4.19999886, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1121 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 0.600000143, 0.400000155),CFrame = CFrame.new(-61.3000031, 2.70000529, 1.39999962, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1122 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999946, 0.600000024, 1.60000014),CFrame = CFrame.new(-62.3000031, 2.70000505, 2.19999886, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1123 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Bright blue"),Material = Enum.Material.Granite,Size = Vector3.new(1.19999981, 0.400000036, 1.20000005),CFrame = CFrame.new(-62.1000023, 2.60000587, 1.39999962, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0509804, 0.411765, 0.67451),}) | |
1124 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.Glass,Reflectance = 1,Size = Vector3.new(2, 2.80000019, 0.200000003),CFrame = CFrame.new(-61.1999969, 5.20000648, 1.40000057, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),}) | |
1125 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Metal,Size = Vector3.new(0.599999964, 0.200000033, 0.200000003),CFrame = CFrame.new(-64.5999985, 3.70000505, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
1126 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.39999998, 1.20000005, 1.39999998),CFrame = CFrame.new(-61.8000031, 1.6000061, 1.39999962, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1127 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.19999993, 0.600000024, 0.400000036),CFrame = CFrame.new(-62.9000015, 2.70000601, 1.3999958, 0, 0, -1, 0, 1, 0, 1, 0, 0),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1128 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-71.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1129 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1130 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 0.200000003, 2.00000024),CFrame = CFrame.new(-65.0999985, 1.70000601, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1131 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.39999998, 0.600000024, 1.39999998),CFrame = CFrame.new(-65.0999985, 1.30000627, -5.29999924, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1132 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(-67.5999985, 6.0000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1133 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1134 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-74.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1135 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1136 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(-71.5999985, 6.0000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1137 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1138 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(19, 1, 16),CFrame = CFrame.new(-69.5999985, 10.5000114, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1139 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Bright blue"),Material = Enum.Material.Granite,Size = Vector3.new(1.19999981, 0.400000036, 1.20000005),CFrame = CFrame.new(-65.0999985, 2.00000572, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0509804, 0.411765, 0.67451),}) | |
1140 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-72.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1141 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1142 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-76.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1143 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1144 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-75.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1145 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1146 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(3.99999976, 0.400000095, 6),CFrame = CFrame.new(-76.1000137, 2.6000061, -1, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1147 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 2.40000033, 0.400000155),CFrame = CFrame.new(-65.0999985, 3.00000525, -5.79999924, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1148 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999946, 0.600000024, 1.60000014),CFrame = CFrame.new(-64.3000031, 2.10000491, -4.79999924, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1149 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 3),CFrame = CFrame.new(-81.0999985, 0.50000602, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1150 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-70.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1151 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1152 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-73.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1153 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1154 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.Metal,Size = Vector3.new(3.99999976, 0.400000036, 8),CFrame = CFrame.new(-76.1000137, 2.20000601, -2, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),}) | |
1155 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(1, 9, 16),CFrame = CFrame.new(-60.5999985, 5.5000062, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1156 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-77.5999985, 1.50000584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1157 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1158 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(-70.5999985, 6.0000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1159 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1160 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(3.99999976, 0.400000095, 2),CFrame = CFrame.new(-76.1000137, 2.6000061, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
1161 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 4.50000572, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1162 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 3.50000572, 3.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1163 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 1.50000584, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1164 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 7.5000062, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1165 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 6.5000062, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1166 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 9.50000572, -2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1167 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 3, 1),CFrame = CFrame.new(-81.0999985, 2.5000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1168 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 3),CFrame = CFrame.new(-81.0999985, 0.50000602, 7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1169 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(1, 3, 21),CFrame = CFrame.new(-86.5999985, 2.50000596, 3.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1170 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 8.50000572, -1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1171 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(6, 9, 1),CFrame = CFrame.new(-64.0999985, 5.5000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1172 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(5, 3, 1),CFrame = CFrame.new(-69.5999985, 2.50000572, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1173 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(5, 2, 1),CFrame = CFrame.new(-69.5999985, 9.00000572, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1174 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-81.0999985, 10.5000114, -3.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1175 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-62.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1176 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1177 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-74.5999985, 1.50000584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1178 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1179 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-74.5999985, 1.50000584, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1180 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1181 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-77.5999985, 1.50000584, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1182 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1183 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-69.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1184 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1185 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-66.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1186 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1187 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-67.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1188 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1189 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-65.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1190 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1191 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-68.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1192 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1193 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-64.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1194 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1195 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-63.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1196 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1197 | Part = New("Part",JailCell,"Part",{BrickColor = BrickColor.new("Smoky grey"),Material = Enum.Material.Metal,Size = Vector3.new(1, 9, 1),CFrame = CFrame.new(-61.5999985, 5.5000062, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.356863, 0.364706, 0.411765),}) | |
1198 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),}) | |
1199 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 6.5000062, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1200 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 2.50000572, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1201 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 10.5000114, -3.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1202 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 4.50000572, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1203 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 3.50000572, 3.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1204 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 8.50000572, -1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1205 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 9.50000572, -2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1206 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 16),CFrame = CFrame.new(-54.0999985, 0.50000602, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1207 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 3),CFrame = CFrame.new(-58.0999985, 0.50000602, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1208 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 5.5000062, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1209 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 3),CFrame = CFrame.new(-58.0999985, 0.50000602, 7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1210 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 7.5000062, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1211 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 1, 1),CFrame = CFrame.new(-58.0999985, 1.50000584, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1212 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(1, 3, 21),CFrame = CFrame.new(-52.5999985, 2.50000596, 3.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1213 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(4, 3, 1),CFrame = CFrame.new(-58.0999985, 2.5000062, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1214 | Part = New("Part",JailCell,"Part",{Material = Enum.Material.Concrete,Size = Vector3.new(35, 3, 1),CFrame = CFrame.new(-69.5999985, 2.50000596, 14.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),Anchored = true,Locked = true,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,}) | |
1215 | JailCell:MoveTo(pos) | |
1216 | removescriptspart.Touched:connect(function(hit) | |
1217 | if hit.Parent:FindFirstChildOfClass("Humanoid") and hit.Parent ~= chara then | |
1218 | for i,v in pairs(hit.Parent:children()) do | |
1219 | if v:IsA("LocalScript") or v:IsA("Tool") then | |
1220 | v:Destroy() | |
1221 | end | |
1222 | end | |
1223 | end | |
1224 | end) | |
1225 | for _, v in pairs(chara:children()) do | |
1226 | if v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then | |
1227 | do | |
1228 | local p = v:clone() | |
1229 | p.Name = "trail" | |
1230 | p.Parent = workspace | |
1231 | p.Transparency = 0.5 | |
1232 | p.Anchored = true | |
1233 | p.BrickColor = BrickColor.White() | |
1234 | p.Material = "Neon" | |
1235 | p:BreakJoints() | |
1236 | p.CanCollide = false | |
1237 | if v == chara.Head then | |
1238 | for a, b in pairs(p:children()) do | |
1239 | if b:IsA("Sound") then | |
1240 | b:Destroy() | |
1241 | end | |
1242 | end | |
1243 | end | |
1244 | coroutine.resume(coroutine.create(function() | |
1245 | for i = 1, 50 do | |
1246 | swait() | |
1247 | p.Transparency = i / 50 | |
1248 | end | |
1249 | p:Destroy() | |
1250 | end)) | |
1251 | end | |
1252 | end | |
1253 | if v.className == "Accessory" then | |
1254 | end | |
1255 | end | |
1256 | so(1055279036,Torso,1,3) | |
1257 | if haed~=nil then | |
1258 | haed.Anchored = true | |
1259 | Head.CFrame = haed.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(0,math.rad(180),0) | |
1260 | end | |
1261 | for i=0,1,.1 do | |
1262 | swait() | |
1263 | PlayAnimationFromTable({ | |
1264 | CFrame.new(0.174721688, 0, -0.147934705, 0.866025388, 0, 0.500000238, 0, 1, 0, -0.500000238, 0, 0.866025388), | |
1265 | CFrame.new(3.35276127e-06, 1.44895828, -0.0894558877, 0.939692616, 3.12924385e-07, -0.342020482, 0.0593909845, 0.98480773, 0.163176119, 0.336824477, -0.173648328, 0.925416529), | |
1266 | CFrame.new(1.5, 0.499998093, -0.40000084, 0.939692676, -0.342020601, 0, 0, 0, -1, 0.342020601, 0.939692676, 0), | |
1267 | CFrame.new(-1.52924228, 0.286380947, -3.51718177e-06, 0.939692855, 0.342019916, 2.08616257e-07, -0.342019856, 0.939692736, -1.5155652e-07, -2.08616257e-07, 8.94069672e-08, 1.00000024), | |
1268 | CFrame.new(0.499998987, -2.00000095, -1.14738941e-06, 0.939692676, 0, -0.342020601, 0, 1, 0, 0.342020601, 0, 0.939692676), | |
1269 | CFrame.new(-0.499998212, -2.00000095, 1.90734909e-06, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024), | |
1270 | }, .3, false) | |
1271 | end | |
1272 | - | chatfunc("You are under arrest! Now face your sentence!") |
1272 | + | chatfunc("You GET ARREST BY ANGEL POLICE!CLEAN YOU SINS!") |
1273 | swait(50) | |
1274 | local soaa = Instance.new("Sound",haed) | |
1275 | soaa.Volume = 1 | |
1276 | local cho = math.random(1,5) | |
1277 | if cho == 1 then | |
1278 | soaa.SoundId = "rbxassetid://111896685" | |
1279 | elseif cho == 2 then | |
1280 | soaa.SoundId = "rbxassetid://535528169" | |
1281 | elseif cho == 3 then | |
1282 | soaa.SoundId = "rbxassetid://1080363252" | |
1283 | elseif cho == 4 then | |
1284 | soaa.SoundId = "rbxassetid://147758746" | |
1285 | elseif cho == 5 then | |
1286 | soaa.SoundId = "rbxassetid://626777433" | |
1287 | soaa.Volume = .3 | |
1288 | soaa.TimePosition = 1 | |
1289 | end | |
1290 | game:service'Debris':AddItem(soaa,6) | |
1291 | soaa:Play() | |
1292 | if haed~=nil then | |
1293 | haed.Anchored = false | |
1294 | end | |
1295 | Humanoid.WalkSpeed = 16 | |
1296 | local jc = JailCell | |
1297 | if ply~=nil then | |
1298 | local p = ply | |
1299 | coroutine.wrap(function() | |
1300 | while true do | |
1301 | swait() | |
1302 | if p~=nil and p.Character ~= nil and p.Character:FindFirstChild("Head") and jc ~= nil then | |
1303 | if (p.Character:FindFirstChild("Head").Position - removescriptspart.Position).magnitude >= 10 then | |
1304 | p.Character:FindFirstChild("Head").CFrame = SpawnPart.CFrame*CFrame.new(0,2,0) | |
1305 | end | |
1306 | elseif p==nil then | |
1307 | jc:Destroy() | |
1308 | break | |
1309 | elseif jc==nil then | |
1310 | break | |
1311 | end | |
1312 | end | |
1313 | end)() | |
1314 | coroutine.wrap(function() | |
1315 | while true do | |
1316 | swait() | |
1317 | if p~=nil and p.Character ~= nil then | |
1318 | for i,v in pairs(p.Character:children()) do | |
1319 | if v:IsA("LocalScript") or v:IsA("Tool") then | |
1320 | if v:IsA("LocalScript") then | |
1321 | v.Disabled = true | |
1322 | end | |
1323 | v:Destroy() | |
1324 | end | |
1325 | end | |
1326 | end | |
1327 | end | |
1328 | end)() | |
1329 | p.CharacterAdded:connect(function() | |
1330 | if p~=nil and p.Character ~= nil and p.Character:FindFirstChild("Head") and jc~=nil then | |
1331 | p.Character:FindFirstChild("Head").CFrame = SpawnPart.CFrame*CFrame.new(0,2,0) | |
1332 | end | |
1333 | end) | |
1334 | elseif ply == nil then | |
1335 | coroutine.wrap(function() | |
1336 | local ch = dude | |
1337 | while true do | |
1338 | swait() | |
1339 | if ch ~= nil and ch:FindFirstChild("Head") and jc~=nil and jc:FindFirstChild("SpawnPart")~=nil then | |
1340 | if (ch:FindFirstChild("Head").Position - removescriptspart.Position).magnitude >= 10 then | |
1341 | ch:FindFirstChild("Head").CFrame = SpawnPart.CFrame*CFrame.new(0,2,0) | |
1342 | end | |
1343 | elseif ch.Parent==nil then | |
1344 | jc:Destroy() | |
1345 | break | |
1346 | elseif jc.Parent==nil then | |
1347 | break | |
1348 | end | |
1349 | end | |
1350 | end)() | |
1351 | end | |
1352 | end | |
1353 | end | |
1354 | attack = false | |
1355 | end | |
1356 | ||
1357 | ||
1358 | qhold = false | |
1359 | justsprinted = false | |
1360 | function sprint() | |
1361 | attack = true | |
1362 | --print("supurinto?") | |
1363 | --justsprinted = true | |
1364 | --coroutine.wrap(function() | |
1365 | --swait(10) | |
1366 | --justsprinted = false | |
1367 | --end)() | |
1368 | repeat | |
1369 | swait() | |
1370 | PlayAnimationFromTable({ | |
1371 | CFrame.new(-2.4138464e-07, 0.123327732, -0.188363045, 1, -4.38293796e-07, 1.20420327e-06, 0, 0.939692736, 0.342019886, -1.28148622e-06, -0.342019916, 0.939692736) * CFrame.new(0, 0- .08 * math.cos((sine/2.5)), 0), | |
1372 | CFrame.new(0, 1.41422474, 0.0894482136, 1, 0, 0, 0, 0.939692736, -0.342019916, 0, 0.342019886, 0.939692736), | |
1373 | CFrame.new(1.54809988, 0.041232653, 1.35168499e-08, 0.996376455, -0.0850530341, -3.41060513e-13, 0.0850530341, 0.996376455, 4.47034836e-07, 2.78823862e-08, 3.26637689e-07, 1.00000024) * CFrame.new(0, 0, -.6 * math.cos((sine) / 2.5)) * CFrame.Angles(math.rad(0 + 60 * math.cos((sine) / 2.5)), 0, 0), | |
1374 | CFrame.new(-1.53598976, 0.0413191095, -1.86092848e-06, 0.995650649, 0.0931596532, -2.61508148e-07, -0.0931649953, 0.995651186, -1.00695124e-05, -7.49969331e-07, 1.08217946e-05, 1.00000024) * CFrame.new(0, 0, .6 * math.cos((sine) / 2.5)) * CFrame.Angles(math.rad(0 - 60 * math.cos((sine) / 2.5)), 0, 0), | |
1375 | CFrame.new(0.540300786, -1.99793816, -9.82598067e-07, 0.998698533, -0.0510031395, 6.36324955e-07, 0.0510031395, 0.998698533, -1.00461093e-05, -8.35937328e-08, 1.08393433e-05, 1.00000024) * CFrame.new(0, 0, 0+ 1 * math.cos((sine) / 2.5)) * CFrame.Angles(math.rad(0 - 60 * math.cos((sine) / 2.5)), 0, 0), | |
1376 | CFrame.new(-0.539563596, -1.99794078, 1.12228372e-06, 0.998635888, 0.0523072146, -1.77852357e-07, -0.0523072146, 0.998635888, -1.00715051e-05, -3.89727461e-07, 1.08406466e-05, 1.00000024) * CFrame.new(0, 0, 0- 1 * math.cos((sine) / 2.5)) * CFrame.Angles(math.rad(0 + 60 * math.cos((sine) / 2.5)), 0, 0), | |
1377 | }, .3, false) | |
1378 | Humanoid.WalkSpeed = 40 | |
1379 | until qhold == false or Torso.Velocity == Vector3.new(0,0,0) | |
1380 | --print'sutoppu' | |
1381 | Humanoid.WalkSpeed = 16 | |
1382 | attack = false | |
1383 | end | |
1384 | ||
1385 | ||
1386 | function movejails() | |
1387 | pos = Mouse.Hit.p | |
1388 | for i,v in pairs(Jails:children()) do | |
1389 | swait(5) | |
1390 | v:MoveTo(pos) | |
1391 | end | |
1392 | end | |
1393 | ||
1394 | Mouse.Button1Down:connect(function() | |
1395 | if attack == false then | |
1396 | if Anim == "Jump" or Anim == "Fall" then | |
1397 | asmek() | |
1398 | else | |
1399 | smek() | |
1400 | end | |
1401 | end | |
1402 | end) | |
1403 | ||
1404 | local sprintt = 0 | |
1405 | ||
1406 | ||
1407 | Mouse.KeyDown:connect(function(k) | |
1408 | k = k:lower() | |
1409 | if k=='m' then | |
1410 | if mus.IsPlaying == true then | |
1411 | mus:Stop() | |
1412 | elseif mus.IsPaused == true then | |
1413 | mus:Play() | |
1414 | end | |
1415 | end | |
1416 | if attack == false then | |
1417 | if k == 'q' then | |
1418 | qhold = true | |
1419 | sprint() | |
1420 | elseif k == 'x' then | |
1421 | arrest() | |
1422 | elseif k == 'z' then | |
1423 | zhold = true | |
1424 | shoot() | |
1425 | elseif k == 'p' then | |
1426 | movejails() | |
1427 | end | |
1428 | end | |
1429 | end) | |
1430 | ||
1431 | ||
1432 | Mouse.KeyUp:connect(function(k) | |
1433 | k = k:lower() | |
1434 | if k == 'q' then | |
1435 | qhold = false | |
1436 | elseif k == 'z' then | |
1437 | zhold = false | |
1438 | end | |
1439 | end) | |
1440 | ||
1441 | ||
1442 | coroutine.wrap(function() | |
1443 | while 1 do | |
1444 | swait() | |
1445 | if doe <= 360 then | |
1446 | doe = doe + 2 | |
1447 | else | |
1448 | doe = 0 | |
1449 | end | |
1450 | end | |
1451 | end)() | |
1452 | while true do | |
1453 | swait() | |
1454 | for i, v in pairs(chara:GetChildren()) do | |
1455 | if v:IsA("Part") then | |
1456 | v.Material = "SmoothPlastic" | |
1457 | elseif v:IsA("Accessory") then | |
1458 | v:WaitForChild("Handle").Material = "SmoothPlastic" | |
1459 | end | |
1460 | end | |
1461 | while true do | |
1462 | swait() | |
1463 | if sprintt >= 1 then | |
1464 | sprintt = sprintt - 1 | |
1465 | end | |
1466 | ||
1467 | if Head:FindFirstChild("mus")==nil then | |
1468 | mus = Instance.new("Sound",Head) | |
1469 | mus.Name = "mus" | |
1470 | mus.SoundId = "rbxassetid://345868687" | |
1471 | mus.Looped = true | |
1472 | mus.Volume = 1 | |
1473 | mus:Play() | |
1474 | end | |
1475 | Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
1476 | velocity = RootPart.Velocity.y | |
1477 | sine = sine + change | |
1478 | local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, chara) | |
1479 | if RootPart.Velocity.y > 1 and hit == nil then | |
1480 | Anim = "Jump" | |
1481 | if attack == false then | |
1482 | PlayAnimationFromTable({ | |
1483 | CFrame.new(0, 0.0382082276, -0.0403150208, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849), | |
1484 | CFrame.new(0, 1.46579528, 0.0939689279, 1, 0, 0, 0, 0.939692855, -0.342019796, 0, 0.342019796, 0.939692855), | |
1485 | CFrame.new(1.20945489, -0.213504896, 3.55388607e-07, 0.939692736, 0.342019916, 1.53461215e-07, -0.342019945, 0.939692736, 1.93715096e-07, -8.56816769e-08, -2.23517418e-07, 1.00000012), | |
1486 | CFrame.new(-1.20945573, -0.213503733, 5.0439985e-07, 0.939692736, -0.342019916, -1.53461215e-07, 0.342019945, 0.939692736, 1.93715096e-07, 8.56816769e-08, -2.23517418e-07, 1.00000012), | |
1487 | CFrame.new(0.5, -1.99739456, -0.0180913229, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012), | |
1488 | CFrame.new(-0.5, -1.30000103, -0.39999947, 1, 0, 0, 0, 0.939692676, 0.342020601, 0, -0.342020601, 0.939692676), | |
1489 | }, .3, false) | |
1490 | end | |
1491 | elseif RootPart.Velocity.y < -1 and hit == nil then | |
1492 | Anim = "Fall" | |
1493 | if attack == false then | |
1494 | PlayAnimationFromTable({ | |
1495 | CFrame.new(0, -0.0646628663, 0.0399149321, 1, 0, 0, 0, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849), | |
1496 | CFrame.new(0, 1.4913609, -0.128171027, 1, 0, 0, 0, 0.939692855, 0.342019796, 0, -0.342019796, 0.939692855), | |
1497 | CFrame.new(1.55285025, 0.466259956, -9.26282269e-08, 0.766043842, -0.642788351, -6.46188241e-08, 0.642788291, 0.766043961, -7.4505806e-08, 1.04308128e-07, 1.49011612e-08, 1.00000012), | |
1498 | CFrame.new(-1.5605253, 0.475036323, -2.10609159e-07, 0.766043842, 0.642788351, 6.46188241e-08, -0.642788291, 0.766043961, -7.4505806e-08, -1.04308128e-07, 1.49011612e-08, 1.00000012), | |
1499 | CFrame.new(0.500000954, -1.9973948, -0.0180922765, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012), | |
1500 | CFrame.new(-0.499999046, -1.30000043, -0.400000483, 1, 0, 0, 0, 0.939692855, 0.342019796, 0, -0.342019796, 0.939692855), | |
1501 | }, .3, false) | |
1502 | end | |
1503 | elseif Torsovelocity < 1 and hit ~= nil then | |
1504 | Anim = "Idle" | |
1505 | if attack == false then | |
1506 | change = 1 | |
1507 | PlayAnimationFromTable({ | |
1508 | CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0,.05 * math.cos((sine)/10), 0), | |
1509 | CFrame.new(0, 1.49999809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
1510 | CFrame.new(0.89930898, -0.180769742, 0.30436784, 0.766043901, 0.642788172, 8.56792951e-07, -0.556670964, 0.663412929, 0.500000715, 0.321393967, -0.383022994, 0.866024971), | |
1511 | CFrame.new(-0.899309754, -0.180769712, 0.304367989, 0.766043901, -0.642788172, -8.56792951e-07, 0.556670964, 0.663412929, 0.500000715, -0.321393967, -0.383022994, 0.866024971), | |
1512 | CFrame.new(0.5, -1.99999893, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0,-.05 * math.cos((sine)/10), 0), | |
1513 | CFrame.new(-0.5, -1.99999893, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0,-.05 * math.cos((sine)/10), 0), | |
1514 | }, .3, false) | |
1515 | end | |
1516 | elseif Torsovelocity > 2 and hit ~= nil then | |
1517 | Anim = "Walk" | |
1518 | if attack == false then | |
1519 | PlayAnimationFromTable({ | |
1520 | CFrame.new(0, 0, 0, 1, -2.21689355e-12, -5.11591203e-13, -2.21689355e-12, 1, 7.74860496e-07, -5.11591203e-13, 7.74860496e-07, 1.00000048) * CFrame.new(0, 0- .08 * math.cos((sine) / 3.5), 0) * CFrame.Angles(0, 0, 0), | |
1521 | CFrame.new(-2.09923631e-14, 1.48262846, -0.0984891504, 1, -1.42108547e-14, 0, 0, 0.984807491, 0.173649743, 0, -0.173649758, 0.984807491), | |
1522 | CFrame.new(0.89930898, -0.180769742, 0.30436784, 0.766043901, 0.642788172, 8.56792951e-07, -0.556670964, 0.663412929, 0.500000715, 0.321393967, -0.383022994, 0.866024971), | |
1523 | CFrame.new(-0.899309754, -0.180769712, 0.304367989, 0.766043901, -0.642788172, -8.56792951e-07, 0.556670964, 0.663412929, 0.500000715, -0.321393967, -0.383022994, 0.866024971), | |
1524 | CFrame.new(0.540300786, -1.99793816, -9.82598067e-07, 0.998698533, -0.0510031395, 6.36324955e-07, 0.0510031395, 0.998698533, -1.00461093e-05, -8.35937328e-08, 1.08393433e-05, 1.00000024) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 5)) * CFrame.Angles(math.rad(0 - 30 * math.cos((sine) / 5)), 0, 0), | |
1525 | CFrame.new(-0.539563596, -1.99794078, 1.12228372e-06, 0.998635888, 0.0523072146, -1.77852357e-07, -0.0523072146, 0.998635888, -1.00715051e-05, -3.89727461e-07, 1.08406466e-05, 1.00000024) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 5)) * CFrame.Angles(math.rad(0 + 30 * math.cos((sine) / 5)), 0, 0), | |
1526 | }, .3, false) | |
1527 | end | |
1528 | end | |
1529 | if 0 < #Effects then | |
1530 | for e = 1, #Effects do | |
1531 | if Effects[e] ~= nil then | |
1532 | local Thing = Effects[e] | |
1533 | if Thing ~= nil then | |
1534 | local Part = Thing[1] | |
1535 | local Mode = Thing[2] | |
1536 | local Delay = Thing[3] | |
1537 | local IncX = Thing[4] | |
1538 | local IncY = Thing[5] | |
1539 | local IncZ = Thing[6] | |
1540 | if Thing[2] == "Shoot" then | |
1541 | local Look = Thing[1] | |
1542 | local move = 30 | |
1543 | if Thing[8] == 3 then | |
1544 | move = 10 | |
1545 | end | |
1546 | local hit, pos = rayCast(Thing[4], Thing[1], move, m) | |
1547 | if Thing[10] ~= nil then | |
1548 | da = pos | |
1549 | cf2 = CFrame.new(Thing[4], Thing[10].Position) | |
1550 | cfa = CFrame.new(Thing[4], pos) | |
1551 | tehCF = cfa:lerp(cf2, 0.2) | |
1552 | Thing[1] = tehCF.lookVector | |
1553 | end | |
1554 | local mag = (Thing[4] - pos).magnitude | |
1555 | Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2) | |
1556 | if Thing[8] == 2 then | |
1557 | Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1) | |
1558 | end | |
1559 | Thing[4] = Thing[4] + Look * move | |
1560 | Thing[3] = Thing[3] - 1 | |
1561 | if 2 < Thing[5] then | |
1562 | Thing[5] = Thing[5] - 0.3 | |
1563 | Thing[6] = Thing[6] - 0.3 | |
1564 | end | |
1565 | if hit ~= nil then | |
1566 | Thing[3] = 0 | |
1567 | if Thing[8] == 1 or Thing[8] == 3 then | |
1568 | Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1) | |
1569 | else | |
1570 | if Thing[8] == 2 then | |
1571 | Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1) | |
1572 | if (hit.Parent:FindFirstChildOfClass("Humanoid")) ~= nil or (hit.Parent.Parent:FindFirstChildOfClass("Humanoid")) ~= nil then | |
1573 | ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new()) | |
1574 | ref.Anchored = true | |
1575 | ref.CFrame = CFrame.new(pos) | |
1576 | CFuncs["Sound"].Create("161006093", ref, 1, 1.2) | |
1577 | game:GetService("Debris"):AddItem(ref, 0.2) | |
1578 | Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2) | |
1579 | Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1) | |
1580 | MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1) | |
1581 | end | |
1582 | end | |
1583 | end | |
1584 | ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new()) | |
1585 | ref.Anchored = true | |
1586 | ref.CFrame = CFrame.new(pos) | |
1587 | Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07) | |
1588 | game:GetService("Debris"):AddItem(ref, 1) | |
1589 | end | |
1590 | if Thing[3] <= 0 then | |
1591 | table.remove(Effects, e) | |
1592 | end | |
1593 | end | |
1594 | do | |
1595 | do | |
1596 | if Thing[2] == "FireWave" then | |
1597 | if Thing[3] <= Thing[4] then | |
1598 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0) | |
1599 | Thing[3] = Thing[3] + 1 | |
1600 | Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5]) | |
1601 | else | |
1602 | Part.Parent = nil | |
1603 | table.remove(Effects, e) | |
1604 | end | |
1605 | end | |
1606 | if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then | |
1607 | if Thing[1].Transparency <= 1 then | |
1608 | if Thing[2] == "Block1" then | |
1609 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
1610 | Mesh = Thing[7] | |
1611 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
1612 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
1613 | else | |
1614 | if Thing[2] == "Block2" then | |
1615 | Thing[1].CFrame = Thing[1].CFrame | |
1616 | Mesh = Thing[7] | |
1617 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
1618 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
1619 | else | |
1620 | if Thing[2] == "Fire" then | |
1621 | Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0) | |
1622 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
1623 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
1624 | else | |
1625 | if Thing[2] == "Cylinder" then | |
1626 | Mesh = Thing[7] | |
1627 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
1628 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
1629 | else | |
1630 | if Thing[2] == "Blood" then | |
1631 | Mesh = Thing[7] | |
1632 | Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0) | |
1633 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
1634 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
1635 | else | |
1636 | if Thing[2] == "Elec" then | |
1637 | Mesh = Thing[10] | |
1638 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9]) | |
1639 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
1640 | else | |
1641 | if Thing[2] == "Disappear" then | |
1642 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
1643 | else | |
1644 | if Thing[2] == "Shatter" then | |
1645 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
1646 | Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0) | |
1647 | Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0) | |
1648 | Thing[6] = Thing[6] + Thing[5] | |
1649 | end | |
1650 | end | |
1651 | end | |
1652 | end | |
1653 | end | |
1654 | end | |
1655 | end | |
1656 | end | |
1657 | else | |
1658 | Part.Parent = nil | |
1659 | table.remove(Effects, e) | |
1660 | end | |
1661 | end | |
1662 | end | |
1663 | end | |
1664 | end | |
1665 | end | |
1666 | end | |
1667 | end | |
1668 | end | |
1669 | end |