Do YOU like to Roleplay? Especially in ROBLOX on Ultimate Driving? Then this is the place for you! We are somewhat new, but we know how to RP! The owner of this server is a former administrator of one of the BIGGEST servers for Ultimate Driving Roleplay out there, and he was a moderator of THE biggest Ultimate Driving Roleplay server!
- Ud Westover Download Roblox Game
- Ud Westover Download Roblox Music
- Ud Westover Download Roblox Song
- Ud Westover Download Roblox Account
Mar 2nd, 2019
- Roblox Games by Twenty Two Pilots v4.0.2 – Huge Contest + More Racing! Complete 100 miles of racing on the streets for your chance to win Ultimate Driving’s most expensive upcoming classic car, with your own custom number livery!
- UD: Westover Islands was featured on the blog post covering the new particle emitters. He has a group called 'Roadgeeks' which is for road enthusiasts to meet and converse. The official UDU logo. (2016) His username is a play on the band Twenty One Pilot's name.
Ud Westover Download Roblox Game
Never
Ud Westover Download Roblox Music
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Ud Westover Download Roblox Song
- -- Version: 2.82
- local ScreenGui = Instance.new('ScreenGui')
- local Refuel = Instance.new('TextButton')
- local Boost = Instance.new('TextBox')
- local Car_status = Instance.new('TextLabel')
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Frame.Size = UDim2.new(0, 218, 0, 312)
- Refuel.Name = 'Refuel'
- Refuel.BackgroundColor3 = Color3.new(1, 1, 1)
- Refuel.BorderColor3 = Color3.new(0.384314, 0.615686, 0.776471)
- Refuel.Font = Enum.Font.Highway
- Refuel.TextColor3 = Color3.new(1, 1, 1)
- Boost_toggle.Parent = Frame
- Boost_toggle.BackgroundColor3 = Color3.new(1, 1, 1)
- Boost_toggle.BorderColor3 = Color3.new(0.384314, 0.615686, 0.776471)
- Boost_toggle.Position = UDim2.new(0, 0, 0.160256416, 0)
- Boost_toggle.Font = Enum.Font.Highway
- Boost_toggle.TextColor3 = Color3.new(1, 1, 1)
- Boost.Parent = Frame
- Boost.BackgroundTransparency = 1
- Boost.Size = UDim2.new(0, 218, 0, 50)
- Boost.Text = '-13356'
- Boost.TextSize = 20
- info.Name = 'info'
- info.BackgroundColor3 = Color3.new(1, 1, 1)
- info.Position = UDim2.new(0, 0, 0.512820542, 0)
- info.Font = Enum.Font.Highway
- info.TextColor3 = Color3.new(1, 1, 1)
- Car_status.Parent = Frame
- Car_status.BackgroundColor3 = Color3.new(1, 1, 1)
- Car_status.Position = UDim2.new(0, 0, 0.673076987, 0)
- Car_status.Font = Enum.Font.Highway
- Car_status.TextColor3 = Color3.new(1, 1, 1)
- Credits.Parent = Frame
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0, 0, 0.839743674, 0)
- Credits.Font = Enum.Font.Highway
- Credits.TextColor3 = Color3.new(1, 1, 1)
- -- Scripts:
- function SCRIPT_GMMN76_FAKESCRIPT() -- Frame.Script
- script.Parent = Frame
- script.Parent.Refuel.MouseButton1Click:Connect(function()
- end)
- script.Parent.Boost_toggle.MouseButton1Click:Connect(function()
- if script.Parent.Boost_toggle.Text 'Boost is off' then
- vehicle.VehicleSeat.BoostForce.Force = Vector3.new(0,0,script.Parent.Boost.Text)
- else
- vehicle.VehicleSeat.BoostForce.Force = Vector3.new(0,0,0)
- script.Parent.Boost_toggle.Text = 'Boost is off'
- vehicle = nil
- for i,v in pairs(game.Workspace._Main.Vehicles:GetChildren()) do
- if v.VehicleSeat.Values.Owner.Value game.Players.LocalPlayer.Name then
- script.Parent.Car_status.Text = 'Your car is a ' .. v.Name
- elseif vehicle ~= nil and vehicle.VehicleSeat.Values.Driver.Value game.Players.LocalPlayer.Name then
- script.Parent.Car_status.Text = 'Your car is a ' .. v.Name
- else
- script.Parent.Car_status.Text = 'Your car has not been found'
- end
- coroutine.resume(coroutine.create(SCRIPT_GMMN76_FAKESCRIPT))