NUKAE

Infinite Ntro Script Vehicle Simulator

Jan 22nd, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. veh = nil
  2. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  3. if v:IsA("Model") then
  4. if v.owner.Value == game.Players.LocalPlayer.Name then
  5. veh = v
  6. end
  7. end
  8. end
  9. han = veh.Handling
  10.  
  11. while han ~= nil do
  12. wait(0.5)
  13. han.Nitro.NitroAmount.Value = 250
  14. end
Add Comment
Please, Sign In to add comment