Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- WAR ENGINES 0.6 [BETA] SET FUEL SCRIPT
- BY: LORD1413
- ]]
- local player = game.Players.LocalPlayer -- YOU
- local fuel = 10 -- Set Fuel Value
- while wait(0.1) do
- workspace.Sessions:WaitForChild(player.Name):WaitForChild("Vehicle"):WaitForChild("FuelRemaining").Value = fuel
- end
Advertisement
Add Comment
Please, Sign In to add comment