Jun 17th, 2018
For planes go here. For aquatic vehicles go here. Land Vehicles are vehicles that can be only driven on land. These vehicles are bought at the Auto's Car Dealership, the Parking Lot Dealership, the Tesla Dealership, Motorcycle Dealership, Supercars Dealership, and the JDM Imports Dealership. These vehicles are the most commonly used ones in the game as you can play with them a lot more than.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- This works in FE, tested via Roblox Studio's 'Test' tab.
- local speed =92
- local plr = game:GetService('Players').LocalPlayer
- local plrchar = plr.Character or plr.CharacterAdded:Wait()
- local tool = Instance.new('Tool', plr:WaitForChild('Backpack'))
- local handle = Instance.new('Part', tool)
- handle.CanCollide =true
- local mesh = Instance.new('SpecialMesh', handle)
- mesh.MeshId ='http://www.roblox.com/asset/?id=264666411'
- mesh.TextureId ='http://www.roblox.com/asset/?id=264326115'
- local gui = Instance.new('ScreenGui', plr:WaitForChild('PlayerGui'))
- local frame = Instance.new('Frame', gui)
- frame.Position = UDim2.new(0,0,.7,0)
- frame.BackgroundColor3 = Color3.fromRGB(255,255,255)
- local SetSpeed_label = Instance.new('TextLabel', frame)
- SetSpeed_label.BorderSizePixel =0
- SetSpeed_label.Font = Enum.Font.Arcade
- SetSpeed_label.TextSize =30
- SetSpeed_label.BackgroundColor3 = Color3.fromRGB(255,255,255)
- SetSpeed.BackgroundTransparency =1
- SetSpeed.Position = UDim2.new(0,0,.25,0)
- SetSpeed.Font = Enum.Font.SourceSansLight
- SetSpeed.PlaceholderColor3 = Color3.fromRGB(48,178,96)
- SetSpeed.Text ='
- local prevSpeed = plrchar:WaitForChild('Humanoid').WalkSpeed
- local prevJumpPower = plrchar:WaitForChild('Humanoid').JumpPower
- tool.Equipped:Connect(function()
- prevSpeed = plrchar:WaitForChild('Humanoid').WalkSpeed
- prevJumpPower = plrchar:WaitForChild('Humanoid').JumpPower
- plrchar:WaitForChild('Humanoid').WalkSpeed = speed
- equipped =true
- plrchar:WaitForChild('Humanoid').WalkSpeed = prevSpeed
- plrchar:WaitForChild('Humanoid').JumpPower = prevJumpPower
- end)
- function SignalError()
- SetSpeed_label.TextColor3 = Color3.fromRGB(232,23,23)
- SetSpeed_label.TextColor3 = Color3.new(0,0,0)
- SetSpeed_label.TextColor3 = Color3.fromRGB(51,204,40)
- SetSpeed_label.TextColor3 = Color3.new(0,0,0)
- if enter truethen
- speed =tonumber(SetSpeed.Text)
- plrchar:WaitForChild('Humanoid').WalkSpeed = speed
- SignalSuccess()
- else
- SetSpeed.Text ='
- else
- end
- plrchar:WaitForChild('Humanoid').Died:Connect(function()
- script:Destroy()
RAW Paste Data