Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --credits to qwiuick for making this
- --]]
- local Tune = {}
- local Speed = true
- local moveForwards = Enum.KeyCode 'W' --if player has moved on W then Player will move Forwards--]]
- local moveBackwards = Enum.KeyCode 'S' --if player has moved on S then Player will move Backwards--]]
- local moveSideLeft = Enum.KeyCode 'A' --if player has moved on A then Player will move Right--]]
- local moveSideRight = Enum.KeyCode 'D' --if player has moved on D then Player will move Left--]]
- --]]
- --//brakes and movement activation now
- --]]]
- moveForwards = true;
- movespeed = script.Parent.Parent.Parent.Parent();
- moveBackwards = true;
- moveSideLeft = true;
- moveSideRight = true;
- --]]done that now next is the actaul chassis tune for brakes and others--]]
- --//
- if Tune == Enum.KeyCode then
- local tune = script.Parent.Parent.Tune.Activated
- end
- --]]now thats activated we will get started on the brakes and power and horsepower and yeh lets go--]]
- --//
- local brakes = Enum.KeyCode 'Spacebar'
- local Brakes = script.Parent.Chassis.Tune(1, brakes)
- local brakes = script.Parent.Parent.Brakes.Activated
- --]]activated but stil one more code until fully activated--]]
- --//
- if Brakes == Enum.KeyCode then
- local brakes = script.Parent.Parent.Parent.Parent.Brakes.Activated
- end
- --]]BrakesActivated now we need a script for our Horsepower--]]
- --//
- --]]]
- local Horsepower = {}
- Horsepower = true;
- Horsepower.Amount = 25;
- local Tune = script.Parent.Parent.Parent.Parent.Horsepower.Activated
- if Horsepower == true then
- local Horsepower = script.Parent.Parent.Parent.Parent.Horsepower.Activated
- end
- --]]and done enjoy the script and have a goodday cya
- --// my profile https://web.roblox.com/users/3811412998/profile
- --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement