Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By Rufus14
- bustedpeople = {}
- local intro = Instance.new("RemoteEvent", game.ReplicatedStorage)
- intro.Name = "CopBegin"
- local walkevent = Instance.new("RemoteEvent", game.ReplicatedStorage)
- walkevent.Name = "CopWalk"
- local bustevent = Instance.new("RemoteEvent", game.ReplicatedStorage)
- bustevent.Name = "CopBust"
- -- Version: 2.82
- -- Instances:
- local weareonyourway = Instance.new("ScreenGui")
- local FBI = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local notification = Instance.new("Sound")
- --Properties:
- weareonyourway.Name = "weareonyourway"
- weareonyourway.Parent = game.Lighting
- FBI.Name = "FBI"
- FBI.Parent = weareonyourway
- FBI.BackgroundColor3 = Color3.new(1, 1, 1)
- FBI.BackgroundTransparency = 1
- FBI.Position = UDim2.new(0.106305361, 0, 0.553703725, 0)
- FBI.Size = UDim2.new(0, 350, 0, 350)
- FBI.Image = "rbxassetid://12860439"
- TextLabel.Parent = weareonyourway
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.265242308, 0, 0.665964246, 0)
- TextLabel.Size = UDim2.new(0, 1149, 0, 127)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "FBI: We are on your way."
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 84
- Frame.Parent = weareonyourway
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 0.5
- Frame.Position = UDim2.new(0.0786868185, 0, 0.525925934, 0)
- Frame.Size = UDim2.new(0, 1538, 0, 399)
- Frame.ZIndex = 0
- notification.Parent = weareonyourway
- notification.SoundId = "rbxassetid://1562091866"
- notification.Volume = 2
- notification.TimePosition = 0.3
- notification.Name = "discord"
- -- Scripts:
- currentplayer = nil
- function begin(player)
- if currentplayer == nil then
- currentplayer = player
- local contentsong = Instance.new("Sound", player.Character.Head)
- contentsong.Volume = 2
- contentsong.SoundId = "rbxassetid://515347026"
- contentsong.Looped = true
- contentsong.Name = "iDubbbzTV Content Cop Theme song"
- contentsong:Play()
- local humanoidplayer = player.Character.Humanoid
- humanoidplayer.WalkSpeed = 0
- humanoidplayer.JumpPower = 0
- humanoidplayer.MaxHealth = 1000
- humanoidplayer.Health = 1000
- --Converted with ttyyuu12345's model to script plugin v4
- local function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- local cors = {}
- local mas = Instance.new("Model",game:GetService("Lighting"))
- local hat = Instance.new("Part")
- local SpecialMesh1 = Instance.new("SpecialMesh")
- hat.Name = "Police Cap"
- hat.Parent = mas
- hat.CFrame = CFrame.new(135.533752, 1.20002401, 61.1411972, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- hat.Orientation = Vector3.new(0, -90, 0)
- hat.Position = Vector3.new(135.533752, 1.20002401, 61.1411972)
- hat.Rotation = Vector3.new(0, -90, 0)
- hat.Size = Vector3.new(1, 0.400000006, 1)
- hat.BottomSurface = Enum.SurfaceType.Weld
- hat.TopSurface = Enum.SurfaceType.Smooth
- hat.FormFactor = Enum.FormFactor.Plate
- hat.formFactor = Enum.FormFactor.Plate
- SpecialMesh1.Parent = hat
- SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=1028788"
- SpecialMesh1.Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002)
- SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=1028787"
- SpecialMesh1.MeshType = Enum.MeshType.FileMesh
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- hat.Parent = player.Character
- hat:BreakJoints()
- local weld = Instance.new("Weld", hat)
- weld.Part0 = player.Character.Head
- weld.Part1 = hat
- weld.C0 = CFrame.new(0,0.5,0)
- hat.Transparency = 1
- wait(4.5)
- hat.Transparency = 0
- local explosion = Instance.new("Sound", player.Character.Head)
- explosion.Volume = 3
- explosion.SoundId = "rbxassetid://262562442"
- explosion:Play()
- local sphere = Instance.new("Part", player.Character)
- sphere.BrickColor = player.Character.Torso.BrickColor
- sphere.Shape = "Ball"
- sphere.CanCollide = false
- sphere.Anchored = true
- sphere.BottomSurface = "Smooth"
- sphere.TopSurface = "Smooth"
- sphere.CFrame = player.Character.Torso.CFrame
- sphere.Size = Vector3.new(5,5,5)
- local rightarm = Instance.new("Weld", player.Character.Torso)
- rightarm.Part0 = player.Character.Torso
- rightarm.Part1 = player.Character["Right Arm"]
- rightarm.C0 = CFrame.new(1.5,0,0)
- rightarm.Name = "RightArmWeld"
- local rightleg = Instance.new("Weld", player.Character.Torso)
- rightleg.Part0 = player.Character.Torso
- rightleg.Part1 = player.Character["Right Leg"]
- rightleg.C0 = CFrame.new(0.5,-2,0)
- rightleg.Name = "RightLegWeld"
- local leftarm = Instance.new("Weld", player.Character.Torso)
- leftarm.Part0 = player.Character.Torso
- leftarm.Part1 = player.Character["Left Arm"]
- leftarm.C0 = CFrame.new(-1.5,0,0)
- leftarm.Name = "LeftArmWeld"
- local leftleg = Instance.new("Weld", player.Character.Torso)
- leftleg.Part0 = player.Character.Torso
- leftleg.Part1 = player.Character["Left Leg"]
- leftleg.C0 = CFrame.new(-0.5,-2,0)
- leftleg.Name = "LeftLegWeld"
- local head = Instance.new("Weld", player.Character.Torso)
- head.Part0 = player.Character.Torso
- head.Part1 = player.Character.Head
- head.C0 = CFrame.new(0,1.5,0)
- head.Name = "HeadWeld"
- local humanoidrootpart = Instance.new("Weld", player.Character.HumanoidRootPart)
- humanoidrootpart.Part0 = player.Character.HumanoidRootPart
- humanoidrootpart.Part1 = player.Character.Torso
- humanoidrootpart.Name = "HumanoidRootPartWeld"
- for i = 0,1 , 0.05 do
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.68301392, 0.437404633, -0.171976089, 0.866025388, -0.49999994, 3.66996531e-08, 0.171010107, 0.296198159, -0.939692497, 0.469846308, 0.813797712, 0.342020243),i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.68301392, 0.437404633, -0.171976089, 0.866025388, 0.49999997, -6.89733071e-09, -0.171010077, 0.296198159, -0.939692497, -0.469846368, 0.813797712, 0.342020243),i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.49999619, 0.866025925, 1, 0, 0, -3.55271368e-15, 0.49999994, 0.866025448, 1.77635684e-15, -0.866025507, 0.49999997),i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1.49999619, 0.866025925, 1, 0, 0, 3.55271368e-15, 0.49999994, 0.866025448, -1.77635684e-15, -0.866025507, 0.49999997),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -0.519615412, 0.299999237, 1, 0, 0, 0, 0.499999881, -0.866025507, 0, 0.866025507, 0.499999881),i)
- head.C0 = head.C0:lerp(CFrame.new(0, 1.25, -0.433013916, 1, 0, 0, 0, 0.499999881, 0.866025507, 0, -0.866025507, 0.499999881),i)
- end
- if player.Name == "Rufus14" then
- message("ogm rufus14 back?1!?/", 4)
- else
- message("let's end this skidding", 4)
- end
- --Converted with ttyyuu12345's model to script plugin v4
- local function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- local cors = {}
- local mas = Instance.new("Model",game:GetService("Lighting"))
- local Model0 = Instance.new("Model")
- local Part1 = Instance.new("Part")
- local Decal2 = Instance.new("Decal")
- Part3 = Instance.new("Part")
- local Decal4 = Instance.new("Decal")
- local Part5 = Instance.new("Part")
- local Decal6 = Instance.new("Decal")
- local Part7 = Instance.new("Part")
- local Decal8 = Instance.new("Decal")
- local Part9 = Instance.new("Part")
- local Decal10 = Instance.new("Decal")
- local Part11 = Instance.new("Part")
- local Decal12 = Instance.new("Decal")
- Model0.Name = "Jail"
- Model0.Parent = mas
- Part1.Parent = Model0
- Part1.CFrame = CFrame.new(92.6363983, 28.6918163, 182.499939, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.Position = Vector3.new(92.6363983, 28.6918163, 182.499939)
- Part1.Transparency = 0.64999997615814
- Part1.Size = Vector3.new(1.17109418, 57.3836174, 111.253944)
- Part1.Anchored = true
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.Material = Enum.Material.Glass
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Decal2.Parent = Part1
- Decal2.Texture = "rbxassetid://1509467558"
- Decal2.Face = Enum.NormalId.Left
- Part3.Parent = Model0
- Part3.CFrame = CFrame.new(33.4960938, 0.586294174, 182.499939, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part3.Position = Vector3.new(33.4960938, 0.586294174, 182.499939)
- Part3.Transparency = 0.64999997615814
- Part3.Size = Vector3.new(119.451591, 1.17109418, 111.253944)
- Part3.Anchored = true
- Part3.BottomSurface = Enum.SurfaceType.Smooth
- Part3.Material = Enum.Material.Glass
- Part3.TopSurface = Enum.SurfaceType.Smooth
- Decal4.Parent = Part3
- Decal4.Texture = "rbxassetid://361006506"
- Decal4.Face = Enum.NormalId.Top
- Part5.Parent = Model0
- Part5.CFrame = CFrame.new(-25.6441917, 28.6918163, 182.499939, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part5.Position = Vector3.new(-25.6441917, 28.6918163, 182.499939)
- Part5.Transparency = 0.64999997615814
- Part5.Size = Vector3.new(1.17109418, 57.3836174, 111.253944)
- Part5.Anchored = true
- Part5.BottomSurface = Enum.SurfaceType.Smooth
- Part5.Material = Enum.Material.Glass
- Part5.TopSurface = Enum.SurfaceType.Smooth
- Decal6.Parent = Part5
- Decal6.Texture = "rbxassetid://639139970"
- Decal6.Face = Enum.NormalId.Right
- Part7.Parent = Model0
- Part7.CFrame = CFrame.new(33.4960938, 56.799118, 182.499939, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part7.Position = Vector3.new(33.4960938, 56.799118, 182.499939)
- Part7.Transparency = 0.64999997615814
- Part7.Size = Vector3.new(119.451591, 1.17109418, 111.253944)
- Part7.Anchored = true
- Part7.BottomSurface = Enum.SurfaceType.Smooth
- Part7.Material = Enum.Material.Glass
- Part7.TopSurface = Enum.SurfaceType.Smooth
- Decal8.Parent = Part7
- Decal8.Texture = "rbxassetid://1045007817"
- Decal8.Face = Enum.NormalId.Bottom
- Part9.Parent = Model0
- Part9.CFrame = CFrame.new(33.4960938, 28.6918163, 237.541351, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part9.Position = Vector3.new(33.4960938, 28.6918163, 237.541351)
- Part9.Transparency = 0.64999997615814
- Part9.Size = Vector3.new(119.451591, 57.3836174, 1.17109418)
- Part9.Anchored = true
- Part9.BottomSurface = Enum.SurfaceType.Smooth
- Part9.Material = Enum.Material.Glass
- Part9.TopSurface = Enum.SurfaceType.Smooth
- Decal10.Parent = Part9
- Decal10.Texture = "rbxassetid://588094729"
- Part11.Parent = Model0
- Part11.CFrame = CFrame.new(33.4960938, 28.6918163, 127.458496, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part11.Position = Vector3.new(33.4960938, 28.6918163, 127.458496)
- Part11.Transparency = 0.64999997615814
- Part11.Size = Vector3.new(119.451591, 57.3836174, 1.17109418)
- Part11.Anchored = true
- Part11.BottomSurface = Enum.SurfaceType.Smooth
- Part11.Material = Enum.Material.Glass
- Part11.TopSurface = Enum.SurfaceType.Smooth
- Decal12.Parent = Part11
- Decal12.Texture = "rbxassetid://2608106758"
- Decal12.Face = Enum.NormalId.Back
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- thatpart = Instance.new("Part", Model0)
- thatpart.CFrame = Part3.CFrame * CFrame.new(0,0,-Part3.Size.z/2 - 5)
- thatpart.Anchored = true
- thatpart.CanCollide = false
- thatpart.Transparency = 1
- Model0.Parent = player.Character
- for i = 1,40 do
- sphere.Size = sphere.Size + Vector3.new(1,1,1)
- sphere.CFrame = player.Character.Torso.CFrame
- sphere.Transparency = sphere.Transparency + 0.025
- wait()
- end
- humanoidplayer.WalkSpeed = 20
- humanoidplayer.JumpPower = 50
- local walking = false
- local canwalk = true
- local function iswalking(player, yesorno)
- if player == currentplayer then
- if walking == true and yesorno == false then
- walking = yesorno
- end
- if walking == false and yesorno == true then
- walking = yesorno
- end
- end
- end
- walkevent.OnServerEvent:connect(iswalking)
- local canbust = true
- local function bustsomeone(player, target)
- if player == currentplayer and canbust then
- canbust = false
- canwalk = false
- local gotarrested = Instance.new("BoolValue", target)
- gotarrested.Name = "gotarrested"
- local badboyhumanoid = target:findFirstChildOfClass("Humanoid")
- badboyhumanoid.WalkSpeed = 0
- badboyhumanoid.JumpPower = 0
- local badboyposition = target.Head.Position
- humanoidplayer.WalkSpeed = 0
- humanoidplayer.JumpPower = 0
- local cf = player.Character.HumanoidRootPart.CFrame
- message("uh", 0.3)
- for i = 0,1 , 0.13 do
- player.Character.HumanoidRootPart.CFrame = cf:lerp(CFrame.new(cf.p, target.Head.Position),i)
- wait()
- end
- message("HEY, "..target.Name.."!!1", 1.5)
- for i = 0,1 , 0.05 do
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.64086151, 0.5, -0.298835754, 0.939692497, -0.342020094, 1.85293736e-08, 1.58932565e-08, 4.65661252e-08, -0.99999994, 0.342020124, 0.939692557, 5.21050509e-08),i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.57923126, 0.0944201946, 0, 0.98480773, 0.173648298, 0, -0.173648283, 0.98480767, 0, -2.98023224e-08, 0, 1),i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.681251526, -2.07163191, 0, 0.98480773, 0.173648298, 0, -0.173648283, 0.98480767, 0, -2.98023224e-08, 0, 1),i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.681251526, -2.07163191, 0, 0.98480773, -0.173648298, 0, 0.173648283, 0.98480767, 0, -2.98023224e-08, 0, 1),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.939692616, 0, 0.342020154, 0, 1, 0, -0.342020154, 0, 0.939692616),i)
- head.C0 = head.C0:lerp(CFrame.new(0, 1.50000024, 0, 0.939692736, 0, -0.342019826, 0, 1, 0, 0.342019826, 0, 0.939692736),i)
- wait()
- end
- wait(1)
- message("YOU ARE GETTING KIDNAPPED BY MY UBER DRIVER", 2.5)
- wait(0.5)
- --Converted with ttyyuu12345's model to script plugin v4
- local function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- local uberdriver = Instance.new("Model")
- local uberdriverhead = Instance.new("Part")
- local uberdrivertorso = Instance.new("Part")
- local Motor6D4 = Instance.new("Motor6D")
- local Motor6D5 = Instance.new("Motor6D")
- local Motor6D6 = Instance.new("Motor6D")
- local Motor6D7 = Instance.new("Motor6D")
- local Motor6D8 = Instance.new("Motor6D")
- local SpotLight9 = Instance.new("SpotLight")
- local SpecialMesh10 = Instance.new("SpecialMesh")
- local Sound11 = Instance.new("Sound")
- local Part12 = Instance.new("Part")
- local Part13 = Instance.new("Part")
- local Part14 = Instance.new("Part")
- local Part15 = Instance.new("Part")
- local Humanoid16 = Instance.new("Humanoid")
- local Part17 = Instance.new("Part")
- local Motor6D18 = Instance.new("Motor6D")
- uberdriver.Name = "my uber driver"
- uberdriver.Parent = mas
- uberdriver.PrimaryPart = uberdriverhead
- uberdriverhead.Name = "Head"
- uberdriverhead.Parent = uberdriver
- uberdriverhead.CFrame = CFrame.new(80, 4.50000906, 39, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- uberdriverhead.Position = Vector3.new(80, 4.50000906, 39)
- uberdriverhead.Color = Color3.new(1, 0.8, 0.6)
- uberdriverhead.Transparency = 1
- uberdriverhead.Velocity = Vector3.new(0, -1.95315297e-05, 0)
- uberdriverhead.Size = Vector3.new(2, 1, 1)
- uberdriverhead.BrickColor = BrickColor.new("Pastel brown")
- uberdriverhead.Locked = true
- uberdriverhead.TopSurface = Enum.SurfaceType.Smooth
- uberdriverhead.brickColor = BrickColor.new("Pastel brown")
- uberdriverhead.FormFactor = Enum.FormFactor.Symmetric
- uberdriverhead.formFactor = Enum.FormFactor.Symmetric
- uberdrivertorso.Name = "Torso"
- uberdrivertorso.Parent = uberdriver
- uberdrivertorso.CFrame = CFrame.new(80, 3.00000906, 39, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- uberdrivertorso.Position = Vector3.new(80, 3.00000906, 39)
- uberdrivertorso.Color = Color3.new(0, 1, 0)
- uberdrivertorso.Velocity = Vector3.new(0, -1.95315297e-05, 0)
- uberdrivertorso.Size = Vector3.new(2, 2, 1)
- uberdrivertorso.BrickColor = BrickColor.new("Lime green")
- uberdrivertorso.LeftParamA = 0
- uberdrivertorso.LeftParamB = 0
- uberdrivertorso.LeftSurface = Enum.SurfaceType.Weld
- uberdrivertorso.Locked = true
- uberdrivertorso.RightParamA = 0
- uberdrivertorso.RightParamB = 0
- uberdrivertorso.RightSurface = Enum.SurfaceType.Weld
- uberdrivertorso.brickColor = BrickColor.new("Lime green")
- uberdrivertorso.FormFactor = Enum.FormFactor.Symmetric
- uberdrivertorso.formFactor = Enum.FormFactor.Symmetric
- Motor6D4.Name = "Right Shoulder"
- Motor6D4.Parent = uberdrivertorso
- Motor6D4.MaxVelocity = 0.10000000149012
- Motor6D4.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- Motor6D4.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- Motor6D4.Part0 = uberdrivertorso
- Motor6D4.Part1 = Part13
- Motor6D4.part1 = Part13
- Motor6D5.Name = "Left Shoulder"
- Motor6D5.Parent = uberdrivertorso
- Motor6D5.MaxVelocity = 0.10000000149012
- Motor6D5.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- Motor6D5.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- Motor6D5.Part0 = uberdrivertorso
- Motor6D5.Part1 = Part12
- Motor6D5.part1 = Part12
- Motor6D6.Name = "Right Hip"
- Motor6D6.Parent = uberdrivertorso
- Motor6D6.MaxVelocity = 0.10000000149012
- Motor6D6.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- Motor6D6.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- Motor6D6.Part0 = uberdrivertorso
- Motor6D6.Part1 = Part15
- Motor6D6.part1 = Part15
- Motor6D7.Name = "Left Hip"
- Motor6D7.Parent = uberdrivertorso
- Motor6D7.MaxVelocity = 0.10000000149012
- Motor6D7.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- Motor6D7.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- Motor6D7.Part0 = uberdrivertorso
- Motor6D7.Part1 = Part14
- Motor6D7.part1 = Part14
- Motor6D8.Name = "Neck"
- Motor6D8.Parent = uberdrivertorso
- Motor6D8.MaxVelocity = 0.10000000149012
- Motor6D8.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- Motor6D8.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- Motor6D8.Part0 = uberdriverhead
- Motor6D8.Part1 = uberdriverhead
- SpotLight9.Parent = uberdrivertorso
- SpotLight9.Brightness = 3
- SpecialMesh10.Parent = uberdrivertorso
- SpecialMesh10.MeshId = "rbxassetid://430175193"
- SpecialMesh10.Scale = Vector3.new(2, 2, 2)
- SpecialMesh10.TextureId = "rbxassetid://430175669"
- SpecialMesh10.MeshType = Enum.MeshType.FileMesh
- Sound11.Name = "CAR SOUND"
- Sound11.Parent = uberdrivertorso
- Sound11.Looped = true
- Sound11.SoundId = "rbxassetid://1204868302"
- Sound11.Volume = 1
- Part12.Name = "Left Arm"
- Part12.Parent = uberdriver
- Part12.CFrame = CFrame.new(78.5, 3.00000906, 39, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part12.Position = Vector3.new(78.5, 3.00000906, 39)
- Part12.Color = Color3.new(1, 0.8, 0.6)
- Part12.Transparency = 1
- Part12.Velocity = Vector3.new(0, -1.95315297e-05, 0)
- Part12.Size = Vector3.new(1, 2, 1)
- Part12.BrickColor = BrickColor.new("Pastel brown")
- Part12.CanCollide = false
- Part12.Locked = true
- Part12.brickColor = BrickColor.new("Pastel brown")
- Part12.FormFactor = Enum.FormFactor.Symmetric
- Part12.formFactor = Enum.FormFactor.Symmetric
- Part13.Name = "Right Arm"
- Part13.Parent = uberdriver
- Part13.CFrame = CFrame.new(81.5, 3.00000906, 39, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part13.Position = Vector3.new(81.5, 3.00000906, 39)
- Part13.Color = Color3.new(1, 0.8, 0.6)
- Part13.Transparency = 1
- Part13.Velocity = Vector3.new(0, -1.95315297e-05, 0)
- Part13.Size = Vector3.new(1, 2, 1)
- Part13.BrickColor = BrickColor.new("Pastel brown")
- Part13.CanCollide = false
- Part13.Locked = true
- Part13.brickColor = BrickColor.new("Pastel brown")
- Part13.FormFactor = Enum.FormFactor.Symmetric
- Part13.formFactor = Enum.FormFactor.Symmetric
- Part14.Name = "Left Leg"
- Part14.Parent = uberdriver
- Part14.CFrame = CFrame.new(79.5, 1.00000906, 39, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part14.Position = Vector3.new(79.5, 1.00000906, 39)
- Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part14.Transparency = 1
- Part14.Velocity = Vector3.new(0, -1.95315297e-05, 0)
- Part14.Size = Vector3.new(1, 2, 1)
- Part14.BottomSurface = Enum.SurfaceType.Smooth
- Part14.BrickColor = BrickColor.new("Really black")
- Part14.CanCollide = false
- Part14.Locked = true
- Part14.brickColor = BrickColor.new("Really black")
- Part14.FormFactor = Enum.FormFactor.Symmetric
- Part14.formFactor = Enum.FormFactor.Symmetric
- Part15.Name = "Right Leg"
- Part15.Parent = uberdriver
- Part15.CFrame = CFrame.new(80.5, 1.00000906, 39, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part15.Position = Vector3.new(80.5, 1.00000906, 39)
- Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part15.Transparency = 1
- Part15.Velocity = Vector3.new(0, -1.95315297e-05, 0)
- Part15.Size = Vector3.new(1, 2, 1)
- Part15.BottomSurface = Enum.SurfaceType.Smooth
- Part15.BrickColor = BrickColor.new("Really black")
- Part15.CanCollide = false
- Part15.Locked = true
- Part15.brickColor = BrickColor.new("Really black")
- Part15.FormFactor = Enum.FormFactor.Symmetric
- Part15.formFactor = Enum.FormFactor.Symmetric
- Humanoid16.Parent = uberdriver
- Humanoid16.Health = 600
- Humanoid16.LeftLeg = Part14
- Humanoid16.MaxHealth = 600
- Humanoid16.RightLeg = Part15
- Humanoid16.Torso = Part17
- Humanoid16.maxHealth = 200
- Part17.Name = "HumanoidRootPart"
- Part17.Parent = uberdriver
- Part17.CFrame = CFrame.new(80, 3.00000906, 39, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part17.Position = Vector3.new(80, 3.00000906, 39)
- Part17.Transparency = 1
- Part17.Velocity = Vector3.new(0, -1.95315297e-05, 0)
- Part17.Size = Vector3.new(2, 2, 1)
- Part17.BottomSurface = Enum.SurfaceType.Smooth
- Part17.CanCollide = false
- Part17.LeftParamA = 0
- Part17.LeftParamB = 0
- Part17.Locked = true
- Part17.RightParamA = 0
- Part17.RightParamB = 0
- Part17.TopSurface = Enum.SurfaceType.Smooth
- Part17.FormFactor = Enum.FormFactor.Symmetric
- Part17.formFactor = Enum.FormFactor.Symmetric
- Motor6D18.Name = "RootJoint"
- Motor6D18.Parent = Part17
- Motor6D18.MaxVelocity = 0.10000000149012
- Motor6D18.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- Motor6D18.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
- Motor6D18.Part0 = Part17
- Motor6D18.Part1 = uberdrivertorso
- Motor6D18.part1 = uberdrivertorso
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- uberdriver.Parent = player.Character
- canwalk = true
- humanoidplayer.WalkSpeed = 20
- humanoidplayer.JumpPower = 50
- Motor6D18.C0 = CFrame.fromEulerAnglesXYZ(math.pi/2,math.pi/2*2,math.pi/2*2)
- badboyhumanoid.WalkSpeed = 0
- local isplayer = game.Players:findFirstChild(target.Name)
- if isplayer then
- local playergui = isplayer:findFirstChildOfClass("PlayerGui")
- if playergui then
- local guiclone = weareonyourway:Clone()
- guiclone.Parent = playergui
- guiclone.discord:Play()
- game.Debris:AddItem(guiclone, 4)
- end
- end
- Humanoid16.WalkSpeed = 55
- Sound11:Play()
- local gotem = false
- local goingback = false
- local badboyhead = target:findFirstChild("Head")
- local function findanotherway()
- goingback = true
- local uberposition = uberdrivertorso.Position
- local path = game:GetService("PathfindingService"):FindPathAsync(uberposition, thatpart.Position)
- local thepoints = path:GetWaypoints()
- if Enum.PathStatus.Success then
- for i,v in pairs(thepoints) do
- Humanoid16:MoveTo(v.Position)
- if v.Action == Enum.PathWaypointAction.Jump then
- Humanoid16.Jump = true
- end
- wait(0.15)
- end
- else
- findanotherway()
- end
- uberdriver:Destroy()
- badboyhumanoid.PlatformStand = false
- for i,v in pairs(badboyhead.Parent:GetChildren()) do
- if v.ClassName == "Part" or v.ClassName == "MeshPart" then
- v.Transparency = 0
- end
- if v.Name == "HumanoidRootPart" then
- v.Transparency = 1
- end
- end
- table.insert(bustedpeople, badboyhead.Parent)
- canbust = true
- badboyhumanoid.WalkSpeed = 16
- badboyhumanoid.JumpPower = 50
- for i = 1,50 do
- badboyhead.CFrame = thatpart.CFrame * CFrame.new(0,5,10)
- wait()
- end
- end
- local function hit(part)
- if part.Parent.Name ~= target.Name then
- local humanoidhit = part.Parent:findFirstChildOfClass("Humanoid")
- if humanoidhit then
- humanoidhit:TakeDamage(math.random(20,30))
- humanoidhit.Sit = true
- end
- end
- end
- uberdrivertorso.Touched:connect(hit)
- local function findway()
- uberdriver.HumanoidRootPart.Anchored = false
- uberdriver.HumanoidRootPart.CFrame = thatpart.CFrame * CFrame.new(0,3,0)
- local uberposition = uberdriver.HumanoidRootPart.Position
- local path = game:GetService("PathfindingService"):FindPathAsync(uberposition, badboyhead.Position)
- local thepoints = path:GetWaypoints()
- if Enum.PathStatus.Success then
- for i,v in pairs(thepoints) do
- Humanoid16:MoveTo(v.Position)
- if v.Action == Enum.PathWaypointAction.Jump then
- Humanoid16.Jump = true
- end
- wait(0.07)
- end
- gotem = true
- badboyhead.Anchored = true
- Humanoid16.WalkSpeed = 55
- Sound11.PlaybackSpeed = 1
- Sound11:Stop()
- local door = Instance.new("Sound", player.Character.Head)
- door.Volume = 10
- door.SoundId = "rbxassetid://643046377"
- door:Play()
- wait(2)
- badboyhead.Anchored = false
- badboyhumanoid.PlatformStand = true
- local badboyweld = Instance.new("Weld", uberdrivertorso)
- badboyweld.Part0 = uberdrivertorso
- badboyweld.Part1 = badboyhead
- for i,v in pairs(badboyhead.Parent:GetChildren()) do
- if v.ClassName == "Part" or v.ClassName == "MeshPart" then
- v.Transparency = 1
- end
- end
- wait(1)
- Sound11:Play()
- findanotherway()
- else
- findway()
- end
- end
- findway()
- end
- end
- bustevent.OnServerEvent:connect(bustsomeone)
- while wait() do
- if walking and currentplayer == player and canwalk then
- for i = 0.3,0.85 , 0.07 do
- if walking and canwalk then
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.48895502, 0.12624526, 0.348181963, 0.998222828, 0.0203129686, -0.0560226478, 0.0203129761, 0.767821491, 0.64034152, 0.0560226291, -0.64034164, 0.766044438),i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.43299222, 0.204380989, -0.474475622, 0.989740968, -0.123756409, -0.0713938177, 0.0133898463, 0.577847302, -0.816034853, 0.142244279, 0.806707263, 0.573576391),i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.527039051, -1.78302765, 0.642787695, 0.999390841, 0.026734557, 0.0224329531, -0.0348994918, 0.765577614, 0.642395973, 0, -0.642787635, 0.766044438),i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.522737741, -1.65984559, -0.766044617, 0.999390841, -0.0224329531, 0.0267345682, 0.0348994918, 0.642395794, -0.765577734, 0, 0.766044497, 0.642787457),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.996194661, 6.98491931e-09, -0.0871561021, 0.00759615982, 0.996194661, 0.0868242308, 0.0868244469, -0.087155886, 0.992403805),i)
- head.C0 = head.C0:lerp(CFrame.new(2.38418579e-07, 1.49809694, 0.0435779095, 0.996194661, 6.38283382e-09, 0.0871560946, 0.00759615889, 0.996194601, -0.0868242308, -0.0868244469, 0.087155886, 0.992403746),i)
- wait()
- end
- end
- for i = 0.3,0.85 , 0.07 do
- if walking and canwalk then
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.52790117, 0.224663973, -0.381457806, 0.998222768, -0.0575798303, -0.0153529942, 0.0203129854, 0.570985019, -0.82070899, 0.056022618, 0.818938732, 0.571139872),i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.52610898, 0.223407269, 0.38302207, 0.996194661, 0.0560226291, 0.0667651519, -0.0871556997, 0.64034164, 0.763129294, 7.4505806e-09, -0.766044319, 0.642787695),i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.520322084, -1.59067655, -0.819151878, 0.999390841, 0.0200175196, -0.028587997, -0.0348994918, 0.573226929, -0.818652987, 0, 0.819151998, 0.57357645),i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.528892756, -1.83610249, 0.573575974, 0.999390841, -0.0285879895, -0.020017527, 0.0348994955, 0.818652987, 0.57322675, -7.4505806e-09, -0.573576212, 0.819152057),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.996194661, -1.44354999e-08, 0.0871558934, -0.00759615237, 0.996194661, 0.0868244395, -0.0868242383, -0.0871560946, 0.992403805),i)
- head.C0 = head.C0:lerp(CFrame.new(0, 1.49809742, 0.0435781479, 0.996194601, -1.27129169e-08, -0.0871559009, -0.0075961519, 0.996194661, -0.0868244097, 0.0868242458, 0.0871560723, 0.992403746),i)
- wait()
- end
- end
- else
- for i = 0.3,1 , 0.05 do
- if not walking and canwalk then
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.54167509, 0.0454804897, 0, 0.99619472, -0.0871554911, 0, 0.0871554837, 0.996194661, -4.4408921e-16, 0, 4.4408921e-16, 1),i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.54167533, 0.0454804897, 0, 0.99619472, 0.0871554911, 0, -0.0871554837, 0.996194661, -4.4408921e-16, 0, 4.4408921e-16, 1),i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.535203695, -2.01684046, 0, 0.999390841, 0.0348991081, 0, -0.0348991044, 0.999390781, 2.22044605e-16, 0, -1.11022302e-16, 1),i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.535203695, -2.01684022, 0, 0.999390841, -0.0348991081, 0, 0.0348991044, 0.999390781, 2.22044605e-16, 0, -1.11022302e-16, 1),i)
- humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
- head.C0 = head.C0:lerp(CFrame.new(0,1.5,0),i)
- wait()
- end
- end
- end
- end
- end
- end
- intro.OnServerEvent:connect(begin)
- function message(msg, long)
- game.Chat:Chat(currentplayer.Character.Head,msg,"White")
- end
- while wait(1) do
- for i,v in pairs(workspace:GetChildren()) do
- if v.ClassName == "Model" then
- for q,w in pairs(bustedpeople) do
- if w.Name == v.Name then
- if v:findFirstChild("Head") then
- if (v.Head.Position - Part3.Position).magnitude > Part3.Size.x/2 + 3 then
- if not v:findFirstChild("jailtime") then
- local jailtime = Instance.new("IntValue", v)
- jailtime.Value = math.random(60,80)
- jailtime.Name = "jailtime"
- end
- if v:findFirstChild("Head") then
- for i = 1,20 do
- v.Head.CFrame = thatpart.CFrame * CFrame.new(0,5,10)
- wait()
- end
- end
- else
- if v:findFirstChild("jailtime") then
- v.jailtime.Value = v.jailtime.Value - 1
- if v:findFirstChild("Head") then
- if v.jailtime.Value > 30 then
- game.Chat:Chat(v.Head, "(Jailtime: "..v.jailtime.Value..")", "Red")
- end
- if v.jailtime.Value > 15 and v.jailtime.Value <= 30 then
- game.Chat:Chat(v.Head, "(Jailtime: "..v.jailtime.Value..")", "Blue")
- end
- if v.jailtime.Value <= 15 then
- game.Chat:Chat(v.Head, "(Jailtime: "..v.jailtime.Value..")", "Green")
- end
- end
- if v.jailtime.Value == 0 then
- table.remove(bustedpeople, q)
- v.jailtime:destroy()
- if v:findFirstChild("gotarrested") then
- v.gotarrested:destroy()
- end
- if v:findFirstChild("Head") then
- for i = 1,70 do
- v.Head.CFrame = thatpart.CFrame * CFrame.new(0,3,-5)
- wait()
- end
- end
- end
- else
- local jailtime = Instance.new("IntValue", v)
- jailtime.Value = math.random(30,60)
- jailtime.Name = "jailtime"
- end
- end
- end
- end
- end
- end
- end
- end
- --[[--]]
Add Comment
Please, Sign In to add comment