Yue Posted May 10, 2019 Posted May 10, 2019 function this:CreateSprings() --this:CreateSpring( this.springs[0], this.chassis ) for s = 0, 3 do this:CreateSpring( this.springs[s], this.chassis ) end end This yes work. function this:CreateSprings() --this:CreateSpring( this.springs[0], this.chassis ) for s = 0, 3 do this:CreateSpring( this.springs[0], this.chassis ) end end Any suggestions? Quote Murphy's Law: We don't fix bugs, we document them as features. – Murphy Games
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.