LORD1413

Roblox War Engines 0.6 [Beta] Script

Jan 25th, 2025
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | Gaming | 0 0
  1. --[[
  2.     WAR ENGINES 0.6 [BETA] SET FUEL SCRIPT
  3.     BY: LORD1413
  4. ]]
  5.  
  6. local player = game.Players.LocalPlayer -- YOU
  7. local fuel = 10 -- Set Fuel Value
  8.  
  9. while wait(0.1) do
  10.     workspace.Sessions:WaitForChild(player.Name):WaitForChild("Vehicle"):WaitForChild("FuelRemaining").Value = fuel
  11. end
Advertisement
Add Comment
Please, Sign In to add comment