Yue Posted May 10, 2019 Share 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 Link to comment Share on other sites More sharing options...
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.