skinkillaz

ul

Sep 26th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. while wait(0.5) do
  2. for i,v in pairs(game.Workspace._Main.Vehicles:GetChildren()) do
  3. if v.ClassName == "Model" then
  4. if(v.Name == "Wheels" or v.Name == "WheelsVisible" or v.Name == "Core") then
  5. else
  6. print(v)
  7. v.VehicleSeat.Scripts.ControlsScript.RemoteEvent:FireServer("G", "Down")
  8. end
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment