BodyForce Not Working! I hope this question is concise enough for this website?
I'm just trying to get my "Car" moving with body force, here's the script
03 | local CarCanMove = true |
04 | local function spawncar() |
05 | local Car = game.ReplicatedStorage.Cars.Car |
06 | local TempCar = Car:Clone() |
07 | TempCar.Name = "TempCar" |
08 | TempCar.Parent = workspace |
09 | for x = 1 , CarAmount, 1 do |
10 | TempCar:MoveTo(Vector 3. new(- 0.6 , 980.178 , - 10.6 )) |
33 | local TempCar = game.Workspace:WaitForChild( "TempCar" ) |
34 | look = TempCar.Primary.CFrame.lookVector * 500000000 |
36 | TempCar.Primary.BodyForce.Force = Vector 3. new(look) |
This is the script to just see if the car moves forward, but it's not working or moving, I doesn't have any error messages. But there is this error message which I think doesn't have to do with anything
ContentProvider:PreloadAsync() failed for rbxthumb://type=Asset&id=187790284&w=150&h=150