[SOLVED]Engine error? Or debug error? Not sure

This may be because of something in my scripts, but I feel it’s worth posting about.
Running this scene: https://playcanvas.com/editor/scene/593574 returns an error from the playcanvas-stable.bdg.js (on line 32646 if that helps). that just says cannot read property ‘r’ of undefined.

I ran the scene and I had no errors in the console.

Must have just been my connection or something, it’s cleared up for me now.

I’m getting another error from the same script. Here’s a screenshot this time:

The only thing I see that connects to my scripts is it’s in the update function of my spinwheel script at line 99 which is this.entity.rigidbody.angularVelocity = 0;
EDIT: Nope figured it out. The line needed to read this.entity.rigidbody.angularVelocity.z = 0;