xdJustice29

Untitled

May 5th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  2. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  3. if v:findFirstChild("Stats") then
  4. v.Stats.Engine.Value = 0
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment