VehicleBody bundle script not working when edited

The title pretty much describes the problem. I was able to successfully set up the car physics using the bundled script VehicleBody, but when i click edit script (kode studio pops up) and try to run the game again i get this error in line 51 of the script “type not found : Scene”

Aha, good catch. Edit Script copies the file to project directory to prevent editing the original, which then makes it unable to resolve Scene class. Should be now fixed in @4e2f02d.

1 Like

Awesome :slight_smile: