TornadoTwins Tutorial

Hi. I’m trying to complete the Tornado Twins worm game tutorial, but I keep getting stuck on the scripts. I enter exactly what they tell me to but I keep getting compile errors. I need the scripts for the worm and the turret. Can someone help???

I went through most of their tutorials and a few of them have scripting problems some of which they mention in the next tutorial or are mentioned in comments on the youtube video. You will have to copy and paste actual code here before we can tell whats not working.

If you are going by their script its the code:

bullit.rigidbody.AddForce(transform.forward

  • 200);

the first part “bullit” should be the name of the variable from the previous line that instantiates the cannonball prefab.