I’m making a game called Hunting(Story)
I’m finished with the cars and lobby but the cars are…uh…out of the map robloxapp-20200710-1356167.wmv (2.3 MB)
Here’s the script:
local car = script.Parent
while true do
wait(8)
for i = 1,100 do
car:TranslateBy(Vector3.new(0,0,-1))
wait()
end
for i = 1,100 do
car:TranslateBy(Vector3.new(0,0,1))
wait()
end
end
It’s in the both cars, one script to the other car and another script to the other car
Please help