Hi,
For some reasons I can’t get this to work properly… can someone explain to me why it isn’t working, in JS?
function Start()
{
for (var child : Transform in transform)
{
child.rigidbody.isKinematic = true;
child.collider.enabled = false;
}
}
thanks!