Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Created with Z_Vs M2S Plugin UnionOperation -- Created with Z_Vs M2S Plugin
- Create = function(itemClass,tabl)
- local item = Instance.new(itemClass)
- for i,v in pairs(tabl) do
- local a,b = ypcall(function() return item[i] end)
- if a then
- item[i] = tabl[i]
- end
- end
- return item
- end
- function runDummyScript(f,scri)
- local oldenv = getfenv(f)
- local newenv = setmetatable({}, {
- __index = function(_, k)
- if k:lower() == 'script' then
- return scri
- else
- return oldenv[k]
- end
- end
- })
- setfenv(f, newenv)
- ypcall(function() f() end)
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "CompiledModel"
- o1 = Create("Model",{
- ["Name"] = "Motorcycle",
- ["Parent"] = mas,
- ["PrimaryPart"] = o3,
- })
- o2 = Create("Part",{
- ["Name"] = "HOLDER",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(17.0000496, 1.21005905, 1.09991467),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.0000496, 1.21005905, 1.09991467, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(1, 0.400000006, 0.399999797),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- })
- o3 = Create("VehicleSeat",{
- ["Name"] = "Drive",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(18.4000473, 1.61003709, -0.700134218),
- ["Rotation"] = Vector3.new(-2.50447852e-006, -3.87096907e-006, 2.50447783e-006),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 1.61003709, -0.700134218, 1, -4.37113847e-008, -6.75611531e-008, 4.37113954e-008, 1, 4.37113954e-008, 6.75611531e-008, -4.37113883e-008, 1),
- ["CanCollide"] = false,
- ["Size"] = Vector3.new(4, 1, 1),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["HeadsUpDisplay"] = false,
- ["MaxSpeed"] = 120,
- ["Torque"] = 2,
- ["TurnSpeed"] = 0,
- })
- o4 = Create("Script",{
- ["Name"] = "Create Bike Motors",
- ["Parent"] = o3,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- --MADE BY SPACEK531
- b = script.Parent.Parent.Base
- b2 = script.Parent.Parent.Base2
- l = script.Parent.Parent.Left
- r = script.Parent.Parent.Right
- for _,i in pairs (script.Parent.Parent:GetChildren()) do
- if i:IsA("Motor") then
- i:Destroy()
- end
- end
- WheelSize = 2.4--diameter of the wheel
- --When you are editing the car, make sure that the Left, Right, and Base parts are in a
- --straight line, or the wheels will be somewhere you do not expect them to be
- left = Instance.new("Motor", script.Parent.Parent)
- right = Instance.new("Motor", script.Parent.Parent)
- left.Name = "LeftMotor"
- right.Name = "RightMotor"
- left.Part0 = l
- right.Part0 = r
- left.Part1 = b2
- right.Part1 = b
- right.C0 = CFrame.new(-WheelSize/2-r.Size.x/2,0,0)*CFrame.Angles(math.pi/2,0,math.pi/2)
- right.C1 = CFrame.new(-b.Size.x/2-r.Size.x-WheelSize/2,0,0)*CFrame.Angles(math.pi/2,0,math.pi/2)
- left.C0 = CFrame.new(-1,0,0)*CFrame.Angles(0,0,math.pi/2)
- left.C1 = CFrame.new()*CFrame.Angles(0,0,math.pi/2)
- right.MaxVelocity = 0.02
- left.MaxVelocity = 0.02
- end,o4)
- end))
- o5 = Create("Script",{
- ["Name"] = "Bike FE Script",
- ["Parent"] = o3,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- --MADE BY NWSPACEK
- --please note: this script is modified from the originals (the ones in the cars).
- --If you are looking for scripting tips and tricks, I suggest looking at one from
- --a car instead of this bike!
- wait(0.1)
- Players = game:GetService("Players")
- seat = script.Parent-- the driving seat
- car = seat.Parent
- Player = nil
- forwardsSpeed = 80--if you removed the Configuration folder, it defaults to this speed forwards
- reverseSpeed = 10--if you removed the Configuration folder, it defaults to this speed backwards
- StartTime = 1--how long (in seconds) the car should wait before starting up. This is dependant on the starting sfx
- engineBlock = car:FindFirstChild("EngineBlock")--maybe someone doesn't like sound?
- lightsOn = false-- whether or not the lights turn on
- carRunning = false--whether or not the car is running
- RemoteControlled = car:FindFirstChild("ControlByRemote")--this is so the car turns properly
- function CalculatePitch()--this returns the pitch that the engine should be at when its travelling
- return 1+engineBlock.Velocity.magnitude/100
- end
- Configuration = car:FindFirstChild("Configuration")-- so you can change the stats of the car
- if Configuration then-- if we found an object named Configuration in the car then do this stuff:
- local ReverseSpeedValue = Configuration:FindFirstChild("Reverse Speed")-- do we have a reverse speed?
- if ReverseSpeedValue ~= nil then
- if type(ReverseSpeedValue.Value) == "number" then
- reverseSpeed = ReverseSpeedValue.Value
- end
- ReverseSpeedValue.Changed:connect(function()-- level 1 scripting: go
- if ReverseSpeedValue.Parent ~= nil then-- this script works, but there are some things
- if type(ReverseSpeedValue.Value) == "number" then-- to make it look a little better
- reverseSpeed = ReverseSpeedValue.Value
- UpdateVehicle()
- end
- end
- end)
- end
- local ForwardsSpeedValue = Configuration:FindFirstChild("Forwards Speed")
- if ForwardsSpeedValue then
- if type(ForwardsSpeedValue.Value) == "number" then
- forwardsSpeed = ForwardsSpeedValue.Value
- end
- ForwardsSpeedValue.Changed:connect(function()-- level 2 scripting: go
- if ForwardsSpeedValue.Parent then -- asking if something 'is' is the same as
- if ForwardsSpeedValue.Value then-- asking if it is "~= nil"
- forwardsSpeed = ForwardsSpeedValue.Value
- UpdateVehicle()
- end
- end
- end)
- end
- local TorqueValue = Configuration:FindFirstChild("Torque")
- if TorqueValue then
- if type(TorqueValue.Value)=="number" and RemoteControlled then
- RemoteControlled.Torque = TorqueValue.Value
- end
- TorqueValue.Changed:connect(function()
- if TorqueValue.Parent and type(TorqueValue.Value) == "number" and RemoteControlled then
- RemoteControlled.Torque = TorqueValue.Value
- end
- end)
- end
- end
- script.BikeSteering.Seat.Value = seat
- if RemoteControlled and not RemoteControlled:IsA("VehicleSeat") then-- how dare you try to disturb this ancient harmony
- RemoteControlled = nil-- no food 4 u!
- end
- seat.ChildAdded:connect(function(it)-- something was added to our seat!
- if it:IsA("Weld") and it.Name == "SeatWeld" then-- is it the kind of thing players use to sit with?
- Player = Players:GetPlayerFromCharacter(it.Part1.Parent)-- is there a player attached to it?
- if Player then-- hooray! a player WAS attached to the seat weld. It's time to start the car!
- script.BikeSteering:Clone().Parent = Player.Backpack-- for better driving
- if RemoteControlled then
- RemoteControlled.MaxSpeed = 0-- not yet little child
- end
- if engineBlock and engineBlock:FindFirstChild("Starting") and engineBlock.Starting:IsA("Sound") then
- engineBlock.Starting:Play()
- end
- if engineBlock and engineBlock:FindFirstChild("Stopping") and engineBlock.Stopping:IsA("Sound") then
- engineBlock.Stopping:Stop()
- end
- wait(StartTime)-- just in case you use different starting sound effects
- if it.Parent ~= seat then-- DID OUR LOVELY PLAYER LEAVE WHILE WE WEREN'T LOOKING???????
- byebye()--maybe they did, so it's time to shut down the car
- else-- they didn't leave!
- lightsOn = true-- turn on the lights
- carRunning = true-- turn on the car
- updatelights()-- make sure we turn on the lights
- UpdateVehicle()-- maybe they're in a hurry, so we better check if they have their foot on the gas
- if engineBlock and engineBlock:FindFirstChild("Running") and engineBlock.Running:IsA("Sound") then
- engineBlock.Running:Play()
- engineBlock.Running.Pitch = CalculatePitch()
- end
- end
- end
- end
- end)
- seat.ChildRemoved:connect(function(it)--did an object get removed?
- if it:isA("Weld") and it.Name == "SeatWeld" then-- if it's a weld and named like a seat weld
- byebye()-- time to shut down the car
- end
- end)
- function byebye()
- if engineBlock and carRunning then-- remember scripting level 3? that applies to below:
- if engineBlock and engineBlock:FindFirstChild("Stopping") and engineBlock.Stopping:IsA("Sound") then
- engineBlock.Stopping:Play()-- where if it didn't do it like that, the above would error!
- wait(0.1) -- because engineBlock.Stopping would not exist, so :IsA() is
- end -- "not a valid member"
- if engineBlock and engineBlock:FindFirstChild("Running") and engineBlock.Running:IsA("Sound") then
- engineBlock.Running:Stop()-- WE MUST NOT STOP
- end
- if engineBlock and engineBlock:FindFirstChild("Starting") and engineBlock.Starting:IsA("Sound") then
- engineBlock.Starting:Stop()-- THIS SCRIPT IS BREAK-PROOF >:U
- end
- end
- if RemoteControlled then
- RemoteControlled.MaxSpeed = 0--make sure that the car doesn't drive off without us
- end
- carRunning = false
- lightsOn = false
- updatelights()--turn the lights off
- UpdateVehicle()--make sure the car stops now that it's off
- end
- RearLight = {}--all the brake lights. These contain one SpotLight that gets manipulated
- RearBulb = {}--the brake lights that use a Surface GUI to light up
- FrontLight = {}--same as the RearLight but for the front
- FrontBulb = {}--same as the RearBulb but for the front
- ReverseLight = {}--These light up when you reverse
- ReverseBulb = {}--these also light up when you reverse: SurfaceGui style
- for _, i in pairs (car:GetChildren()) do--populate the tables for ease of modularity.
- if i.Name == "RearBulb" then-- you can have any number of these items you want
- table.insert(RearBulb,i)-- and you don't have to change the script one bit!
- elseif i.Name == "RearLight" then
- table.insert(RearLight,i.SpotLight)
- elseif i.Name == "FrontLight" then
- table.insert(FrontLight,i.SpotLight)
- elseif i.Name == "ReverseLight" then
- table.insert(ReverseLight,i.SpotLight)
- elseif i.Name == "FrontBulb" then
- table.insert(FrontBulb,i)
- elseif i.Name == "ReverseBulb" then
- table.insert(ReverseBulb,i)
- end
- end
- function updatelights()-- this turns the lights on and off based on the lightsOn value
- for _,i in pairs (RearLight) do
- i.Enabled = lightsOn
- end
- for _,i in pairs (FrontLight) do
- i.Enabled = lightsOn
- end
- for _,i in pairs (FrontBulb) do
- SurfaceGuiStandard(i,lightsOn)
- end
- for _,g in pairs (RearBulb) do
- SurfaceGuiBrightness(g,lightsOn,seat.Throttle == 0)
- end
- end
- function CreateStabilizer()
- if car:FindFirstChild("Stabilizer") then
- car.Stabilizer:Destroy()
- end
- if car:FindFirstChild("LeftHelper") then
- local stabilizer = Instance.new("Part",car)
- stabilizer.CanCollide = false--the bike not working was because I forgot this!
- stabilizer.BottomSurface = "Smooth"
- stabilizer.TopSurface = "Smooth"
- stabilizer.FormFactor = "Custom"
- stabilizer.Size = Vector3.new(3,3,1)
- stabilizer.Transparency = 1
- stabilizer.Name = "Stabilizer"
- stabilizer.CFrame = car.LeftHelper.CFrame*CFrame.new(0,0,1)
- local Hinge = Instance.new("Rotate",stabilizer)--mega hax!
- Hinge.C0 = CFrame.new()
- Hinge.C1 = CFrame.new(0,0,-1)
- Hinge.Part0 = car.LeftHelper
- Hinge.Part1 = stabilizer
- local gyro = Instance.new("BodyGyro",stabilizer)
- gyro.D = 700
- gyro.maxTorque = Vector3.new(600000, 0, 600000)
- gyro.P = 30000
- gyro.cframe = CFrame.new()*CFrame.Angles(math.pi,math.pi/2,0)
- end
- end
- flippingDebounce = false-- a debounce is a simple way of preventing a function from
- -- being called multiple times while it's still running
- function Flip()
- if not flippingDebounce then-- here's how it works: the function checks if the debounce is off
- flippingDebounce = true-- if it's on, then the function stops, but if it's off, set it to true
- local bodypos = Instance.new("BodyPosition",seat)-- so we get uninterupted function fun
- bodypos.maxForce = Vector3.new(100000,10000000,100000)
- bodypos.position = seat.Position + Vector3.new(0,2,0)
- local bodygyro = Instance.new("BodyGyro",seat)
- game:GetService("Debris"):AddItem(bodypos, 3)-- this makes sure that the flippy bit
- game:GetService("Debris"):AddItem(bodygyro, 3)-- deletes itself automatically
- wait(2)
- CreateStabilizer()
- wait(1)
- flippingDebounce = false-- when we are done with our fun, allow the function to work again
- end
- end
- function SurfaceGuiStandard(part,on)-- this makes it so the lights turn on or off
- for _,i in pairs (part:GetChildren()) do
- if i:IsA("SurfaceGui") then
- i.Enabled = on
- end
- end
- end
- function SurfaceGuiBrightness(part,on,bright)-- this is so the brake lights dim when we drive
- for _,i in pairs (part:GetChildren()) do
- if i:IsA("SurfaceGui") then
- i.Enabled = on
- if i:FindFirstChild("Frame") and i.Frame:IsA("Frame") then
- i.Frame.Transparency = bright and 0 or 0.5-- scripting level 4: go
- end-- for simple statements, you can have a boolean value decide between 2 values
- -- which is the same as writing
- -- "if bright then
- -- i.Frame.Transparency = 0
- -- else
- -- i.Frame.Transparency = 0.5
- -- end"
- --but instead of "then" and "else", you use "and" and "or"
- end
- end
- end
- hornDebounce = false
- function Honk()-- if you are reading this then congratulations! you win a prize!
- if hornDebounce then return end-- unfortunately, I could not think of a way
- if engineBlock and engineBlock:FindFirstChild("Horn") and engineBlock.Horn:IsA("Sound") then
- hornDebounce = true-- to allow people to be able to honk the horn for both PC and mobile
- engineBlock.horn:Play() -- in an unobtrusive way. Sorry! :(
- print("beep beep") -- UristMcSparks, the guy in charge of the toolbox, doesn't want print statements
- wait(0.5)-- but since this is a secret, lets keep it between you and me, OK?
- engineBlock.horn:Stop()
- hornDebounce = false
- end
- end
- function UpdateVehicle()-- this is for the brake lights and speed and stuff like that
- if seat.Throttle == 1 and carRunning then-- if we're going forwards
- seat.MaxSpeed = forwardsSpeed-- give it forwards speed
- elseif seat.Throttle == -1 and carRunning then-- if we're going backwards
- seat.MaxSpeed = reverseSpeed-- give it backwards speed
- else
- seat.MaxSpeed = 0 -- otherwise, give it 0 speed
- end
- if workspace.FilteringEnabled and RemoteControlled then--the idea from scripting level 2 applies to false as well
- RemoteControlled.Throttle = seat.Throttle-- that is, it also works for "~= false"
- end-- the reason this line exists is to prevent the server from doing something the client
- -- is already doing.
- for _,h in pairs (ReverseLight) do-- all these loops below are just updating the lights
- h.Enabled = lightsOn and seat.Throttle == -1
- end
- for _,i in pairs (ReverseBulb) do
- SurfaceGuiStandard(i,lightsOn and seat.Throttle == -1)
- end
- for _,j in pairs (RearLight) do
- j.Brightness = 4-math.abs(seat.Throttle)*3
- end
- for _,k in pairs (RearBulb) do
- SurfaceGuiBrightness(k,lightsOn,seat.Throttle == 0)
- end
- end
- seat.Changed:connect(UpdateVehicle)-- this is so that when someone drives the car
- -- the brake and reverse lights change
- -- and the speed of the car changes
- CreateStabilizer()
- while true do
- for i = 1, 60 do--60/30 == 2, 2 seconds between deciding if it's upside down
- wait()-- we want the steering and sfx to update as many times a second as we can
- if workspace.FilteringEnabled then
- if car:FindFirstChild("LeftMotor") then
- car.LeftMotor.DesiredAngle = seat.Steer*math.rad(20-seat.Velocity.magnitude/10)
- end
- if car:FindFirstChild("RightMotor") then
- car.RightMotor.DesiredAngle = seat.Steer*math.rad(20-seat.Velocity.magnitude/10)
- end
- end
- -- below: make sure there's a sound to play
- if carRunning and engineBlock and engineBlock:FindFirstChild("Running") and engineBlock.Running:IsA("Sound") then
- engineBlock.Running.Pitch = CalculatePitch()-- and make sure that the car is on before trying
- -- to make sure the engine sounds good
- end
- end
- if car:FindFirstChild("Stabilizer") and car:FindFirstChild("LeftHelper") then
- if car.Stabilizer.CFrame.lookVector:Dot(car.LeftHelper.CFrame.lookVector) < 0.85 then
- CreateStabilizer()
- end
- elseif car:FindFirstChild("LeftHelper") then
- CreateStabilizer()
- end
- if not flippingDebounce and (seat.CFrame*CFrame.Angles(math.pi/2,0,0)).lookVector.Y < 0.2 then--am I upside down?
- Spawn(Flip)--flip the bike right side up
- -- as a fun experiment, see what happens if you replace "Spawn(Flip)" with "Flip()"
- -- and see what the difference is when you drive the car off the baseplate
- -- if you did it right, you'll notice that the engine sound changes differently!
- end
- end
- -- scripting level 1000000: go
- -- if you type 2 dashes like this "--" you can create a comment
- -- comments aren't executed, so you can type stuff like this!
- --[==[
- if you want to make longer comments
- you can surround them with the double dashes and double square brackets "--[[" and "--]]"
- and you can surround those by ones with equals signs in them too
- so you don't have to type the "--" every single line
- --]==]
- --Thanks for watching!
- --NWSpacek
- end,o5)
- end))
- o6 = Create("LocalScript",{
- ["Name"] = "BikeSteering",
- ["Parent"] = o5,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- --MADE BY NWSPACEK
- wait(1)-- give it time to adjust to the scary and new environment of Backpack
- SeatValue = script:WaitForChild("Seat")-- orient ourselves to the car we are sitting in
- if SeatValue:IsA("ObjectValue") and SeatValue.Value and SeatValue.Value:IsA("VehicleSeat") then
- seat = SeatValue.Value
- car = seat.Parent
- if seat:FindFirstChild("RocketPropulsion") then
- seat.RocketPropulsion:Fire()--THIS DOESNT WORK MEGA QQ
- end
- while seat:FindFirstChild("SeatWeld") do--what this loop does is continue running until the
- wait()--statement between the "while" and "do" is not true.
- if car:FindFirstChild("LeftMotor") then
- car.LeftMotor.DesiredAngle = seat.Steer*math.rad(20-seat.Velocity.magnitude/10)
- end
- if car:FindFirstChild("RightMotor") then
- car.RightMotor.DesiredAngle = seat.Steer*math.rad(20-seat.Velocity.magnitude/10)
- end
- if car:FindFirstChild("Configuration") then
- if seat.Throttle == 1 and car.Configuration:FindFirstChild("Forwards Speed") then
- seat.MaxSpeed = car.Configuration["Forwards Speed"].Value
- elseif seat.Throttle == 0 then
- seat.MaxSpeed = 0
- elseif seat.Throttle == -1 and car.Configuration:FindFirstChild("Reverse Speed") then
- seat.MaxSpeed = car.Configuration["Reverse Speed"].Value
- end
- end
- end
- -- the interesting thing about loops is they stop everything below them from running
- -- until the loop stops. When the loop stops because the player is no longer sitting
- -- the below code will run:
- if seat:FindFirstChild("RocketPropulsion") then
- seat.RocketPropulsion:Abort()--I'LL JUST LEAVE IT IN IN CASE IT EVER DOES
- end
- end
- script:Destroy()-- momma always said to clean up after yourself
- end,o6)
- end))
- o7 = Create("ObjectValue",{
- ["Name"] = "Seat",
- ["Parent"] = o6,
- })
- o8 = Create("Part",{
- ["Name"] = "HolderBase",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["Position"] = Vector3.new(18.4000473, 1.41003704, -1.40005481),
- ["Rotation"] = Vector3.new(-90, 90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 1.41003704, -1.40005481, 4.76456033e-022, 6.75611531e-008, 1, -0.99999994, -4.37113883e-008, -2.11758237e-022, 4.37113847e-008, -1, 6.75611602e-008),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.600000024, 2.19999981, 0.800000072),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- })
- o9 = Create("CylinderMesh",{
- ["Parent"] = o8,
- })
- o10 = Create("Weld",{
- ["Name"] = "EngineBlock",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o116,
- })
- o11 = Create("Weld",{
- ["Name"] = "Base",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o57,
- })
- o12 = Create("Weld",{
- ["Name"] = "HOLDER",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o2,
- })
- o13 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o144,
- })
- o14 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o126,
- })
- o15 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o98,
- })
- o16 = Create("Weld",{
- ["Name"] = "Cylinder",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = mas,
- })
- o17 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o133,
- })
- o18 = Create("Weld",{
- ["Name"] = "Passenger",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o152,
- })
- o19 = Create("Weld",{
- ["Name"] = "Front Fender",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = mas,
- })
- o20 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o95,
- })
- o21 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o105,
- })
- o22 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o107,
- })
- o23 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o97,
- })
- o24 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o125,
- })
- o25 = Create("Weld",{
- ["Name"] = "Cylinder",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = mas,
- })
- o26 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o120,
- })
- o27 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o58,
- })
- o28 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o141,
- })
- o29 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o142,
- })
- o30 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o115,
- })
- o31 = Create("Weld",{
- ["Name"] = "Base2",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o60,
- })
- o32 = Create("Weld",{
- ["Name"] = "RearBulb",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o157,
- })
- o33 = Create("Weld",{
- ["Name"] = "RearLight",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o161,
- })
- o34 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o99,
- })
- o35 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o110,
- })
- o36 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o127,
- })
- o37 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o136,
- })
- o38 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o146,
- })
- o39 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o109,
- })
- o40 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o145,
- })
- o41 = Create("Weld",{
- ["Name"] = "Drive",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o3,
- })
- o42 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o122,
- })
- o43 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o101,
- })
- o44 = Create("Weld",{
- ["Name"] = "Front Fender",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = mas,
- })
- o45 = Create("Weld",{
- ["Name"] = "Seat",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = mas,
- })
- o46 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o90,
- })
- o47 = Create("Weld",{
- ["Name"] = "Gas tank",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = mas,
- })
- o48 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o8,
- ["Part0"] = o8,
- ["Part1"] = o94,
- })
- o49 = Create("Part",{
- ["Name"] = "FrontLight",
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(18.4000473, 3.16003609, -4.40002441),
- ["Rotation"] = Vector3.new(-2.32210732e-006, -2.26755878e-006, -6.83018925e-006),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 3.16003609, -4.40002441, 1, 1.1920929e-007, -3.95763671e-008, -1.1920929e-007, 1, 4.05284197e-008, 3.89470181e-008, -4.05285334e-008, 1),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(1.00000048, 1.00000024, 0.400001258),
- ["BackSurface"] = Enum.SurfaceType.Weld,
- ["BottomSurface"] = Enum.SurfaceType.Weld,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.Weld,
- ["TopSurface"] = Enum.SurfaceType.Weld,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o50 = Create("SpotLight",{
- ["Parent"] = o49,
- ["Enabled"] = false,
- ["Range"] = 40,
- ["Angle"] = 60,
- })
- o51 = Create("Part",{
- ["Name"] = "Right",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(17.0000496, 1.21007001, -4.5),
- ["Rotation"] = Vector3.new(-155, -2.69114821e-006, -180),
- ["Velocity"] = Vector3.new(0.0149893714, -0.0475157201, -0.0262569152),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.0000496, 1.21007001, -4.5, -1, 3.95576976e-008, -4.69693973e-008, 1.59975855e-008, 0.906304836, 0.422617018, 5.92851706e-008, 0.422617018, -0.906304836),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.400000006, 0.800000012, 1.20000005),
- ["BackSurface"] = Enum.SurfaceType.Unjoinable,
- ["BottomSurface"] = Enum.SurfaceType.Unjoinable,
- ["FrontSurface"] = Enum.SurfaceType.Unjoinable,
- ["LeftSurface"] = Enum.SurfaceType.Studs,
- ["RightSurface"] = Enum.SurfaceType.Unjoinable,
- ["TopSurface"] = Enum.SurfaceType.Unjoinable,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o52 = Create("Weld",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o51,
- ["Part0"] = o51,
- ["Part1"] = o104,
- })
- o53 = Create("Weld",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o51,
- ["Part0"] = o51,
- ["Part1"] = o67,
- })
- o54 = Create("Weld",{
- ["Name"] = "RightHelper",
- ["Parent"] = o51,
- ["Part0"] = o51,
- ["Part1"] = o147,
- })
- o55 = Create("Part",{
- ["Name"] = "Wheel",
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(18.4000473, 1.21003604, -4.50006104),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 1.21003604, -4.50006104, -4.07396632e-015, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Friction"] = 1.2999999523163,
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(2.39999986, 2.39999986, 2.39999986),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.Hinge,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o56 = Create("BodyGyro",{
- ["Parent"] = o55,
- ["maxTorque"] = Vector3.new(0, 0, 100),
- ["P"] = 100,
- ["D"] = 50,
- ["MaxTorque"] = Vector3.new(0, 0, 100),
- })
- o57 = Create("Part",{
- ["Name"] = "Base",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(16.7000656, 1.21007001, -4.5),
- ["Rotation"] = Vector3.new(-155, -2.69114821e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(16.7000656, 1.21007001, -4.5, -1, 3.95576976e-008, -4.69693973e-008, 1.59975855e-008, 0.906304836, 0.422617018, 5.92851706e-008, 0.422617018, -0.906304836),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.200000003, 0.800000012, 1.00000048),
- ["BackSurface"] = Enum.SurfaceType.Weld,
- ["BottomSurface"] = Enum.SurfaceType.Weld,
- ["FrontSurface"] = Enum.SurfaceType.Weld,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.Weld,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o58 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["Position"] = Vector3.new(18.1061325, 1.62823701, -2.10006714),
- ["Rotation"] = Vector3.new(-2.50447647e-006, -6.3754469e-006, -45),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.1061325, 1.62823701, -2.10006714, 0.707106054, 0.707106054, -1.11272541e-007, -0.707106054, 0.707106054, 4.37113599e-008, 1.09590097e-007, 4.7772879e-008, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.300000131, 0.599999905, 0.599999845),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- })
- o60 = Create("Part",{
- ["Name"] = "Base2",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(18.4000473, 0.610135078, -1.20007312),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754128e-006, 2.50447806e-006),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 0.610135078, -1.20007312, 1, -4.37113883e-008, -1.11271945e-007, 4.37113918e-008, 1, 4.37113883e-008, 1.11273138e-007, -4.37113918e-008, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(0.99999994, 1.00000024, 1),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- })
- o61 = Create("Script",{
- ["Name"] = "Unanchor",
- ["Parent"] = o1,
- })
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- wait(0.5)
- function unanchor (m)
- for _,i in pairs (m:GetChildren()) do
- if i:IsA("BasePart") then
- i:MakeJoints()
- i.Anchored = false
- else
- unanchor(i)
- end
- end
- end
- unanchor(script.Parent)
- end,o61)
- end))
- o62 = Create("Configuration",{
- ["Parent"] = o1,
- })
- o63 = Create("NumberValue",{
- ["Name"] = "Reverse Speed",
- ["Parent"] = o62,
- ["Value"] = 10,
- })
- o64 = Create("NumberValue",{
- ["Name"] = "Forwards Speed",
- ["Parent"] = o62,
- ["Value"] = 80,
- })
- o65 = Create("Part",{
- ["Name"] = "Bowl",
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("White"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.4000473, 3.16003609, -4.05004883),
- ["Rotation"] = Vector3.new(90, 0, -0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 3.16003609, -4.05004883, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Plate,
- ["Size"] = Vector3.new(1, 0.400000006, 1),
- ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
- })
- o66 = Create("SpecialMesh",{
- ["Parent"] = o65,
- ["MeshId"] = "http://www.roblox.com/asset/?id=19380188",
- ["Scale"] = Vector3.new(0.75, 0.75, 0.75),
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o67 = Create("Part",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.4000778, 3.27344704, -3.48269653),
- ["Rotation"] = Vector3.new(-155, -2.69121097e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000778, 3.27344704, -3.48269653, -1, 3.95373796e-008, -4.69704915e-008, 1.59824438e-008, 0.906307757, 0.422618359, 5.92789462e-008, 0.422618389, -0.906307757),
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.900000095, 0.200000048, 0.300000489),
- ["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),
- })
- o68 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o137,
- })
- o69 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o139,
- })
- o70 = Create("Weld",{
- ["Name"] = "Block",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o153,
- })
- o71 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o88,
- })
- o72 = Create("Weld",{
- ["Name"] = "Handle",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o103,
- })
- o73 = Create("Weld",{
- ["Name"] = "Block",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o154,
- })
- o74 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o91,
- })
- o75 = Create("Weld",{
- ["Name"] = "Handle",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o128,
- })
- o76 = Create("Weld",{
- ["Name"] = "Part",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o129,
- })
- o77 = Create("Weld",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o156,
- })
- o78 = Create("Weld",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o155,
- })
- o79 = Create("Weld",{
- ["Name"] = "Bowl Stalk",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o163,
- })
- o80 = Create("Weld",{
- ["Name"] = "Bowl",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o65,
- })
- o81 = Create("Weld",{
- ["Name"] = "FrontBulb",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o168,
- })
- o82 = Create("Weld",{
- ["Name"] = "FrontLight",
- ["Parent"] = o67,
- ["Part0"] = o67,
- ["Part1"] = o49,
- })
- o85 = Create("Decal",{
- ["Parent"] = mas,
- ["Texture"] = "http://www.roblox.com/asset/?id=184537773",
- ["Face"] = Enum.NormalId.Left,
- })
- o86 = Create("Decal",{
- ["Parent"] = mas,
- ["Texture"] = "http://www.roblox.com/asset/?id=184537773",
- ["Face"] = Enum.NormalId.Right,
- })
- o87 = Create("Weld",{
- ["Name"] = "Wheel",
- ["Parent"] = mas,
- ["Part0"] = mas,
- ["Part1"] = o123,
- })
- o88 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(19.2018814, 3.90728307, -2.76257324),
- ["Rotation"] = Vector3.new(-172.756393, 54.8089638, -106.779251),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(19.2018814, 3.90728307, -2.76257324, -0.166370511, 0.551767886, 0.817235053, 0.979530215, 0.187724411, 0.0726652443, -0.113321066, 0.812595308, -0.571705163),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000012, 1.30000019, 0.300000489),
- ["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),
- })
- o89 = Create("CylinderMesh",{
- ["Parent"] = o88,
- ["Scale"] = Vector3.new(1, 0.949999988, 1),
- })
- o90 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("White"),
- ["Position"] = Vector3.new(18.400053, 2.17189193, -0.0697325915),
- ["Rotation"] = Vector3.new(-34.9999809, -5.22267328e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.400053, 2.17189193, -0.0697325915, -6.38043716e-008, 1, -9.11528417e-008, -0.819152236, -1.7584309e-011, 0.573576152, 0.573576152, 1.11280364e-007, 0.819152236),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(0.400000006, 0.80000037, 1.36863577),
- ["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.94902, 0.952941, 0.952941),
- })
- o91 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.5982437, 3.90723395, -2.76266479),
- ["Rotation"] = Vector3.new(-172.756348, -54.809864, 106.779091),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.5982437, 3.90723395, -2.76266479, -0.166365266, -0.551755965, -0.817244112, -0.979530931, 0.18772009, 0.0726641268, 0.113320798, 0.812604666, -0.57169205),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000042, 1.30000007, 0.300000489),
- ["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),
- })
- o92 = Create("CylinderMesh",{
- ["Parent"] = o91,
- ["Scale"] = Vector3.new(1, 0.949999988, 1),
- })
- o93 = Create("Part",{
- ["Name"] = "BalanceBase",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(20.1000671, 1.21007001, -4.5),
- ["Rotation"] = Vector3.new(-155, -2.69114821e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(20.1000671, 1.21007001, -4.5, -1, 3.95576976e-008, -4.69693973e-008, 1.59975855e-008, 0.906304836, 0.422617018, 5.92851706e-008, 0.422617018, -0.906304836),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.200000003, 0.800000012, 1.00000048),
- ["BackSurface"] = Enum.SurfaceType.Unjoinable,
- ["BottomSurface"] = Enum.SurfaceType.Unjoinable,
- ["FrontSurface"] = Enum.SurfaceType.Unjoinable,
- ["LeftSurface"] = Enum.SurfaceType.Unjoinable,
- ["RightSurface"] = Enum.SurfaceType.Unjoinable,
- ["TopSurface"] = Enum.SurfaceType.Unjoinable,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o94 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("White"),
- ["Position"] = Vector3.new(18.400053, 2.12207294, -1.0300597),
- ["Rotation"] = Vector3.new(20.000021, -5.98998304e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.400053, 2.12207294, -1.0300597, 3.82092296e-008, 1, -1.04544924e-007, -0.939692557, -1.48402124e-010, -0.342020512, -0.342020512, 1.11236666e-007, 0.939692557),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(0.600000024, 0.80000037, 1.31350493),
- ["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.94902, 0.952941, 0.952941),
- })
- o95 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.400053, 1.21003604, 1.09994709),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.400053, 1.21003604, 1.09994709, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 1.19999981, 0.200000048),
- ["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),
- })
- o96 = Create("CylinderMesh",{
- ["Parent"] = o95,
- })
- o97 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.9000473, 1.21003604, -0.700042665),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.9000473, 1.21003604, -0.700042665, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.200000048, 3.5999999),
- ["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),
- })
- o98 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.9000473, 1.21003604, -0.700042665),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.9000473, 1.21003604, -0.700042665, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.200000048, 3.5999999),
- ["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),
- })
- o99 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.9000397, 1.67173207, 0.549713194),
- ["Rotation"] = Vector3.new(-49.9999924, -1.70754754e-006, -2.3793973e-006),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.9000397, 1.67173207, 0.549713194, 1, 4.15283168e-008, -2.98023259e-008, -2.11758237e-022, 0.642787635, 0.766044319, 5.96046448e-008, -0.766044378, 0.642787695),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000048, 1.43655431, 0.200000003),
- ["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),
- })
- o100 = Create("CylinderMesh",{
- ["Parent"] = o99,
- })
- o101 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.9000397, 1.67173207, 0.549713194),
- ["Rotation"] = Vector3.new(-49.9999924, 90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.9000397, 1.67173207, 0.549713194, 8.94069743e-008, 4.15282777e-008, 1, -0.766044259, 0.642787635, 0, -0.642787874, -0.766043961, 8.94069672e-008),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 1.43655431, 0.200000048),
- ["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),
- })
- o102 = Create("CylinderMesh",{
- ["Parent"] = o101,
- })
- o103 = Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Position"] = Vector3.new(19.8815155, 4.0437851, -2.2277832),
- ["Rotation"] = Vector3.new(-179.999817, -0.000805961899, -90.0001221),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(19.8815155, 4.0437851, -2.2277832, -2.10711596e-006, 1, -1.40666889e-005, 1, 2.10716189e-006, 3.36769313e-006, 3.36773087e-006, -1.40667034e-005, -1),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000012, 0.950000048, 0.300000489),
- ["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.105882, 0.164706, 0.207843),
- })
- o104 = Create("Part",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.4000778, 2.91092396, -3.6517334),
- ["Rotation"] = Vector3.new(-155, -2.69121097e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000778, 2.91092396, -3.6517334, -1, 3.95373796e-008, -4.69704915e-008, 1.59824438e-008, 0.906307757, 0.422618359, 5.92789462e-008, 0.422618389, -0.906307757),
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.900000095, 0.200000048, 0.300000489),
- ["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),
- })
- o105 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["Position"] = Vector3.new(18.0000534, 1.21003604, 1.09994709),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.0000534, 1.21003604, 1.09994709, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(1, 0.200000003, 1),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- })
- o106 = Create("CylinderMesh",{
- ["Parent"] = o105,
- ["Offset"] = Vector3.new(0, 0.100000001, 0),
- ["Scale"] = Vector3.new(1, 0.200000003, 1),
- })
- o107 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["Position"] = Vector3.new(18.8000565, 1.21003604, 1.09994709),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.8000565, 1.21003604, 1.09994709, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(1, 0.200000003, 1),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- })
- o108 = Create("CylinderMesh",{
- ["Parent"] = o107,
- ["Offset"] = Vector3.new(0, -0.100000001, 0),
- ["Scale"] = Vector3.new(1, 0.200000003, 1),
- })
- o109 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.9000473, 2.11003709, -0.818145692),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.9000473, 2.11003709, -0.818145692, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.200000048, 1.76381266),
- ["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),
- })
- o110 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.9000473, 2.11003709, -0.818145692),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.9000473, 2.11003709, -0.818145692, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.200000048, 1.76381266),
- ["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),
- })
- o112 = Create("Decal",{
- ["Parent"] = mas,
- ["Texture"] = "http://www.roblox.com/asset/?id=184537773",
- ["Face"] = Enum.NormalId.Left,
- })
- o113 = Create("Decal",{
- ["Parent"] = mas,
- ["Texture"] = "http://www.roblox.com/asset/?id=184537773",
- ["Face"] = Enum.NormalId.Right,
- })
- o114 = Create("Weld",{
- ["Name"] = "Wheel",
- ["Parent"] = mas,
- ["Part0"] = mas,
- ["Part1"] = o55,
- })
- o115 = Create("WedgePart",{
- ["Name"] = "Part",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("White"),
- ["Position"] = Vector3.new(18.400053, 2.33503699, 1.59994709),
- ["Rotation"] = Vector3.new(2.50447806e-006, -1.13844035e-005, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.400053, 2.33503699, 1.59994709, -1, 4.37113989e-008, -1.98695318e-007, -4.37113918e-008, -1, -4.37113883e-008, -1.98695318e-007, -4.37113847e-008, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.800000012, 0.350000024, 1),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
- })
- o116 = Create("Part",{
- ["Name"] = "EngineBlock",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["Position"] = Vector3.new(18.400053, 1.36003709, -2.10006714),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.400053, 1.36003709, -2.10006714, -5.21253064e-016, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.700000048, 0.800000012, 0.599999964),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- })
- o117 = Create("Sound",{
- ["Name"] = "Running",
- ["Parent"] = o116,
- ["SoundId"] = "http://www.roblox.com/asset/?id=184542505",
- ["Volume"] = 1,
- ["Looped"] = true,
- })
- o118 = Create("Sound",{
- ["Name"] = "Starting",
- ["Parent"] = o116,
- ["SoundId"] = "http://www.roblox.com/asset/?id=184542500",
- ["Volume"] = 1,
- })
- o119 = Create("Sound",{
- ["Name"] = "Stopping",
- ["Parent"] = o116,
- ["Pitch"] = 0.89999997615814,
- ["SoundId"] = "http://www.roblox.com/asset/?id=184542511",
- ["Volume"] = 1,
- })
- o120 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["Position"] = Vector3.new(18.6939926, 1.62823308, -2.10006714),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.37544736e-006, -135),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.6939926, 1.62823308, -2.10006714, -0.707106531, 0.707106531, -1.11272549e-007, -0.707106531, -0.707106531, 4.37113883e-008, -4.77729181e-008, 1.09590147e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.300000131, 0.599999905, 0.599999845),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- })
- o122 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.900053, 1.63729, -0.484161317),
- ["Rotation"] = Vector3.new(31.7174721, -5.42327916e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.900053, 1.63729, -0.484161317, 5.84994417e-008, 1, -9.46540766e-008, -0.850650787, 4.34262399e-015, -0.525731087, -0.525731087, 1.11272541e-007, 0.850650787),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(1, 0.200000048, 0.200000048),
- ["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),
- })
- o123 = Create("Part",{
- ["Name"] = "Wheel",
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(18.400053, 1.21003604, 1.09994709),
- ["Rotation"] = Vector3.new(-2.50447806e-006, -6.3754469e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.400053, 1.21003604, 1.09994709, -4.07396632e-015, 1, -1.11272541e-007, -1, 4.34262399e-015, 4.37113883e-008, 4.37113883e-008, 1.11272541e-007, 1),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Friction"] = 1.2999999523163,
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(2.39999986, 2.39999986, 2.39999986),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.Hinge,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o124 = Create("BodyGyro",{
- ["Parent"] = o123,
- ["maxTorque"] = Vector3.new(0, 0, 100),
- ["P"] = 100,
- ["D"] = 50,
- ["MaxTorque"] = Vector3.new(0, 0, 100),
- })
- o125 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.9000473, 2.05860496, -2.83209229),
- ["Rotation"] = Vector3.new(65, -2.69437942e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.9000473, 2.05860496, -2.83209229, 1.00847174e-007, 1, -4.7025793e-008, -0.42261821, 4.34262399e-015, -0.906307817, -0.906307817, 1.11272541e-007, 0.42261821),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.200000048, 2),
- ["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),
- })
- o126 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.9000473, 2.05860496, -2.83209229),
- ["Rotation"] = Vector3.new(65, -2.69437942e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.9000473, 2.05860496, -2.83209229, 1.00847174e-007, 1, -4.7025793e-008, -0.42261821, 4.34262399e-015, -0.906307817, -0.906307817, 1.11272541e-007, 0.42261821),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.200000048, 2),
- ["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),
- })
- o127 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.900053, 1.63729, -0.484161317),
- ["Rotation"] = Vector3.new(31.7174721, -5.42327916e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.900053, 1.63729, -0.484161317, 5.84994417e-008, 1, -9.46540766e-008, -0.850650787, 4.34262399e-015, -0.525731087, -0.525731087, 1.11272541e-007, 0.850650787),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(1, 0.200000048, 0.200000048),
- ["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),
- })
- o128 = Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Position"] = Vector3.new(16.9185944, 4.04374218, -2.22784424),
- ["Rotation"] = Vector3.new(-179.999634, -0.000191245155, 90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(16.9185944, 4.04374218, -2.22784424, 4.20911306e-009, -0.999996781, -3.33785761e-006, -1, -4.19209023e-009, 6.37782523e-006, -6.37781295e-006, 1.19206334e-007, -1),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000042, 0.949999988, 0.300000489),
- ["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.105882, 0.164706, 0.207843),
- })
- o129 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.4000626, 1.21008205, -4.50003052),
- ["Rotation"] = Vector3.new(-155, -2.69117891e-006, 90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000626, 1.21008205, -4.50003052, 4.16215018e-009, -1, -4.69699302e-008, -0.906307638, -2.3622551e-008, 0.42261833, -0.422618359, 4.08102068e-008, -0.906307757),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.200000003, 0.600000262, 0.200000003),
- ["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),
- })
- o130 = Create("CylinderMesh",{
- ["Parent"] = o129,
- })
- o131 = Create("Weld",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o129,
- ["Part0"] = o129,
- ["Part1"] = o156,
- })
- o132 = Create("Weld",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o129,
- ["Part0"] = o129,
- ["Part1"] = o155,
- })
- o133 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["Position"] = Vector3.new(18.4000473, 1.41003704, -1.3500365),
- ["Rotation"] = Vector3.new(-90, 90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 1.41003704, -1.3500365, 4.76456033e-022, 6.75611531e-008, 1, -0.99999994, -4.37113883e-008, -2.11758237e-022, 4.37113847e-008, -1, 6.75611602e-008),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.800000012, 0.300000012, 1.00000012),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- })
- o134 = Create("CylinderMesh",{
- ["Parent"] = o133,
- })
- o136 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.900053, 1.63729, -1.0521239),
- ["Rotation"] = Vector3.new(-31.7174797, -5.42327916e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.900053, 1.63729, -1.0521239, -5.84994417e-008, 1, -9.46540766e-008, -0.850650787, 4.34262399e-015, 0.525731206, 0.525731206, 1.11272541e-007, 0.850650787),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(1, 0.200000048, 0.200000048),
- ["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),
- })
- o137 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.9500732, 2.50308108, -3.84191895),
- ["Rotation"] = Vector3.new(-155, -2.69121142e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.9500732, 2.50308108, -3.84191895, -1, 3.95373974e-008, -4.69704986e-008, 1.59824491e-008, 0.906307757, 0.422618359, 5.92789569e-008, 0.422618389, -0.906307757),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000042, 2.5, 0.300000489),
- ["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),
- })
- o138 = Create("CylinderMesh",{
- ["Parent"] = o137,
- })
- o139 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.8500671, 2.50308108, -3.84191895),
- ["Rotation"] = Vector3.new(-155, -2.69121142e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.8500671, 2.50308108, -3.84191895, -1, 3.95373974e-008, -4.69704986e-008, 1.59824491e-008, 0.906307757, 0.422618359, 5.92789569e-008, 0.422618389, -0.906307757),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000012, 2.5, 0.300000489),
- ["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),
- })
- o140 = Create("CylinderMesh",{
- ["Parent"] = o139,
- })
- o141 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.4000473, 2.87427998, -3.21243286),
- ["Rotation"] = Vector3.new(65, -2.69437783e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 2.87427998, -3.21243286, 1.00847174e-007, 1, -4.70257646e-008, -0.42261821, -2.1416193e-014, -0.906307817, -0.906307817, 1.11272549e-007, 0.42261821),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.800000072, 0.200000018),
- ["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),
- })
- o142 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.4000702, 3.02878499, -3.43127441),
- ["Rotation"] = Vector3.new(-155.000046, -2.69121256e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000702, 3.02878499, -3.43127441, -1, 3.95374045e-008, -4.69705199e-008, 1.59824776e-008, 0.906307876, 0.422617525, 5.92789462e-008, 0.422619313, -0.906307757),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.600000024, 0.200000048, 0.600000501),
- ["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),
- })
- o143 = Create("CylinderMesh",{
- ["Parent"] = o142,
- })
- o144 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.9000473, 2.51507592, -2.34536743),
- ["Rotation"] = Vector3.new(24.9999962, -5.7781167e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.9000473, 2.51507592, -2.34536743, 4.70258001e-008, 1, -1.0084716e-007, -0.906307817, 1.33974111e-015, -0.422618181, -0.422618181, 1.11272549e-007, 0.906307817),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.200000048, 1.89999998),
- ["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),
- })
- o145 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.9000473, 2.51507592, -2.34536743),
- ["Rotation"] = Vector3.new(24.9999962, -5.7781167e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.9000473, 2.51507592, -2.34536743, 4.70258001e-008, 1, -1.0084716e-007, -0.906307817, 1.33974111e-015, -0.422618181, -0.422618181, 1.11272549e-007, 0.906307817),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.200000003, 0.200000048, 1.89999998),
- ["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),
- })
- o146 = Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.900053, 1.63729, -1.0521239),
- ["Rotation"] = Vector3.new(-31.7174797, -5.42327916e-006, -90),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.900053, 1.63729, -1.0521239, -5.84994417e-008, 1, -9.46540766e-008, -0.850650787, 4.34262399e-015, 0.525731206, 0.525731206, 1.11272541e-007, 0.850650787),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(1, 0.200000048, 0.200000048),
- ["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),
- })
- o147 = Create("Part",{
- ["Name"] = "RightHelper",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(19.8000565, 1.21007001, -4.5),
- ["Rotation"] = Vector3.new(-155, -2.69114821e-006, -180),
- ["Velocity"] = Vector3.new(0.0149893714, -0.0475157201, -0.0262569152),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(19.8000565, 1.21007001, -4.5, -1, 3.95576976e-008, -4.69693973e-008, 1.59975855e-008, 0.906304836, 0.422617018, 5.92851706e-008, 0.422617018, -0.906304836),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.400000006, 0.800000012, 1.20000005),
- ["BackSurface"] = Enum.SurfaceType.Unjoinable,
- ["BottomSurface"] = Enum.SurfaceType.Unjoinable,
- ["FrontSurface"] = Enum.SurfaceType.Unjoinable,
- ["LeftSurface"] = Enum.SurfaceType.Unjoinable,
- ["RightSurface"] = Enum.SurfaceType.Unjoinable,
- ["TopSurface"] = Enum.SurfaceType.Unjoinable,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- })
- o148 = Create("Part",{
- ["Name"] = "LeftHelper",
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Bright violet"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(17.4000416, 0.610135078, -1.20007312),
- ["Rotation"] = Vector3.new(180, 90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.4000416, 0.610135078, -1.20007312, -1.231993e-007, 1.31134158e-007, 1, 4.37113776e-008, -1, 1.31134172e-007, 1, 4.37114132e-008, 1.2319552e-007),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(0.99999994, 0.400000006, 1),
- ["BottomSurface"] = Enum.SurfaceType.Studs,
- ["TopSurface"] = Enum.SurfaceType.Inlet,
- ["Color"] = Color3.new(0.419608, 0.196078, 0.486275),
- })
- o149 = Create("Weld",{
- ["Name"] = "Left",
- ["Parent"] = o148,
- ["Part0"] = o148,
- ["Part1"] = o150,
- })
- o150 = Create("Part",{
- ["Name"] = "Left",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(19.4000473, 0.610135078, -1.20007312),
- ["Rotation"] = Vector3.new(-7.51343487e-006, -1.36673304e-006, -2.50447829e-006),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(19.4000473, 0.610135078, -1.20007312, 1, 4.37113918e-008, -2.38539908e-008, -4.37113883e-008, 1, 1.31134172e-007, 2.38455389e-008, -1.31134158e-007, 1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = Vector3.new(0.99999994, 0.400000006, 1),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- })
- o151 = Create("BodyGyro",{
- ["Parent"] = o150,
- ["maxTorque"] = Vector3.new(0, 0, 10),
- ["P"] = 10,
- ["D"] = 50,
- ["MaxTorque"] = Vector3.new(0, 0, 10),
- })
- o152 = Create("VehicleSeat",{
- ["Name"] = "Passenger",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(18.4000473, 1.91003704, 1.29986584),
- ["Rotation"] = Vector3.new(-2.50447852e-006, -3.87096907e-006, 2.50447783e-006),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 1.91003704, 1.29986584, 1, -4.37113847e-008, -6.75611531e-008, 4.37113954e-008, 1, 4.37113954e-008, 6.75611531e-008, -4.37113883e-008, 1),
- ["CanCollide"] = false,
- ["Size"] = Vector3.new(2, 1, 1),
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["HeadsUpDisplay"] = false,
- ["MaxSpeed"] = 0,
- ["Torque"] = 0,
- ["TurnSpeed"] = 0,
- })
- o153 = Create("Part",{
- ["Name"] = "Block",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.8500824, 3.77189398, -3.25027466),
- ["Rotation"] = Vector3.new(-154.999985, -2.69124394e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.8500824, 3.77189398, -3.25027466, -1, 3.95251156e-008, -4.6971067e-008, 1.59710982e-008, 0.906307638, 0.422618449, 5.92742637e-008, 0.42261821, -0.906307697),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000042, 0.300000042, 0.300000489),
- ["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),
- })
- o154 = Create("Part",{
- ["Name"] = "Block",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.9500809, 3.77189398, -3.25027466),
- ["Rotation"] = Vector3.new(-154.999985, -2.69124439e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.9500809, 3.77189398, -3.25027466, -1, 3.95251227e-008, -4.69710741e-008, 1.59711036e-008, 0.906307697, 0.422618538, 5.92742637e-008, 0.42261824, -0.906307638),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000042, 0.300000042, 0.300000489),
- ["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),
- })
- o155 = Create("Part",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(17.9500809, 1.21007001, -4.50003052),
- ["Rotation"] = Vector3.new(-155.000015, -2.69121051e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(17.9500809, 1.21007001, -4.50003052, -1, 3.95372908e-008, -4.69704844e-008, 1.59825291e-008, 0.906307817, 0.422618091, 5.9279003e-008, 0.422618687, -0.906307757),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000042, 0.400000036, 0.400000483),
- ["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),
- })
- o156 = Create("Part",{
- ["Name"] = "FrontForksBrace",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.8500824, 1.21007001, -4.50003052),
- ["Rotation"] = Vector3.new(-155.000015, -2.69121028e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.8500824, 1.21007001, -4.50003052, -1, 3.95373014e-008, -4.69704808e-008, 1.59825237e-008, 0.906307817, 0.422618091, 5.9279003e-008, 0.422618687, -0.906307757),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.300000042, 0.400000036, 0.400000483),
- ["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),
- })
- o157 = Create("Part",{
- ["Name"] = "RearBulb",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Bright red"),
- ["Reflectance"] = 0.40000000596046,
- ["Position"] = Vector3.new(18.4000397, 2.33504009, 1.99993908),
- ["Rotation"] = Vector3.new(-2.32210959e-006, -2.25553913e-006, -6.83018925e-006),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000397, 2.33504009, 1.99993908, 1, 1.1920929e-007, -3.93665829e-008, -1.1920929e-007, 1, 4.05284588e-008, 3.91568022e-008, -4.05284943e-008, 1),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.699998915, 0.25, 0.200000003),
- ["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.768628, 0.156863, 0.109804),
- })
- o158 = Create("SurfaceGui",{
- ["Parent"] = o157,
- ["Enabled"] = false,
- ["Face"] = Enum.NormalId.Back,
- ["CanvasSize"] = Vector2.new(10, 10),
- })
- o159 = Create("Frame",{
- ["Parent"] = o158,
- ["Size"] = UDim2.new(1,0,1,0),
- ["BackgroundColor3"] = Color3.new(1, 0, 0),
- ["BorderSizePixel"] = 0,
- })
- o160 = Create("BlockMesh",{
- ["Parent"] = o157,
- ["Offset"] = Vector3.new(0, 0, 0.0549999997),
- ["Scale"] = Vector3.new(1, 1, 0.5),
- })
- o161 = Create("Part",{
- ["Name"] = "RearLight",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Transparency"] = 1,
- ["Position"] = Vector3.new(18.4000702, 2.33506608, 2.19995117),
- ["Rotation"] = Vector3.new(180, -2.75341722e-006, -180),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000702, 2.33506608, 2.19995117, -1, 1.1920929e-007, -4.80561937e-008, 1.1920929e-007, 1, -4.05284872e-008, 4.82659743e-008, -4.05284943e-008, -1),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(0.700000048, 0.25, 0.200000018),
- ["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),
- })
- o162 = Create("SpotLight",{
- ["Parent"] = o161,
- ["Color"] = Color3.new(1, 0, 0),
- ["Enabled"] = false,
- ["Range"] = 15,
- ["Angle"] = 120,
- })
- o163 = Create("Part",{
- ["Name"] = "Bowl Stalk",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.20000000298023,
- ["Position"] = Vector3.new(18.4000473, 3.16003609, -3.65002441),
- ["Rotation"] = Vector3.new(-90, 90, 0),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000473, 3.16003609, -3.65002441, -5.21253064e-016, 6.75611531e-008, 1, -1, -4.37113883e-008, 2.43193853e-015, 4.37113883e-008, -1, 6.75611531e-008),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 1.2999999523163,
- ["Size"] = Vector3.new(0.400000006, 0.300000042, 0.399999946),
- ["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),
- })
- o164 = Create("CylinderMesh",{
- ["Parent"] = o163,
- })
- o168 = Create("Part",{
- ["Name"] = "FrontBulb",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Reflectance"] = 0.40000000596046,
- ["Position"] = Vector3.new(18.4000244, 3.16006398, -4.14999008),
- ["Rotation"] = Vector3.new(-90, 3.90935202e-006, -3.70995053e-006),
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(18.4000244, 3.16006398, -4.14999008, 1, 6.475085e-008, 6.82310599e-008, -1.70187519e-007, -8.42397938e-008, 1, 1.37725342e-008, -1, -8.42399785e-008),
- ["CanCollide"] = false,
- ["Elasticity"] = 0,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Friction"] = 0.69999998807907,
- ["Size"] = Vector3.new(1.00000155, 0.200000003, 1),
- ["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),
- })
- o169 = Create("SurfaceGui",{
- ["Parent"] = o168,
- ["Enabled"] = false,
- ["Face"] = Enum.NormalId.Top,
- ["Active"] = false,
- ["CanvasSize"] = Vector2.new(1, 1),
- })
- o170 = Create("ImageLabel",{
- ["Parent"] = o169,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(0,1,0,1),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["BorderSizePixel"] = 0,
- ["Image"] = "http://www.roblox.com/asset/?id=130424513",
- })
- o171 = Create("CylinderMesh",{
- ["Parent"] = o168,
- ["Offset"] = Vector3.new(0, 0.100000001, 0),
- ["Scale"] = Vector3.new(1, 0, 1),
- })
- print(mas)
- mas.Parent = workspace
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = workspace
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- for i=1,#cors do
- coroutine.resume(cors[i])
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement