Posted
https://www.roblox.com/games/54865335/25-NEW-CARS-Ultimate-Driving-Westover-Islands  Â
Would really appreciate it.
Replied
Impossible
Cancel
Post
Replied
annoy the folks in the game
while wait(0.5) do
for i,v in pairs(game.Workspace._Main.Vehicles:GetChildren()) do
if v.ClassName == "Model" then
if(v.Name == "Wheels" or v.Name == "WheelsVisible" or v.Name == "Core") then
else
print(v)
v.VehicleSeat.Scripts.ControlsScript.RemoteEvent:FireServer("G", "Down")
end
end
end
end
for i,v in pairs(game.Workspace._Main.Vehicles:GetChildren()) do
if v.ClassName == "Model" then
if(v.Name == "Wheels" or v.Name == "WheelsVisible" or v.Name == "Core") then
else
print(v)
v.VehicleSeat.Scripts.ControlsScript.RemoteEvent:FireServer("G", "Down")
end
end
end
end
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post