Hi, I have been here for awhile and can't get trees to chop down. I need help.
A answer would be much appreciated.
var treeHealth = 5;
var tree = GameObject;
var hit = GameObject;
var logs = GameObject;
var speed : int = 8;
function Start()
{
rigidbody.isKinematic = false;
}
And yes I'm new to coding
↧