burgelkat Posted Monday at 03:04 PM Posted Monday at 03:04 PM Hallo, i have to different models with different skeleton . if i set hips = model.skeleton:FindBone("mixamorig:Hips") the bone is found. But with the other model hips is not found if i set local hips = model.skeleton:FindBone("Hips") What could i do, that Hips will be found? Quote
burgelkat Posted Monday at 03:29 PM Author Posted Monday at 03:29 PM if self.sword then local hips = model.skeleton:FindBone("Hips") if hips == nil then hips = model.skeleton:FindBone("mixamorig:Hips") end if hips == nil then hips = model.skeleton:FindBone("mixamo:Hips") end if hips == nil then hips = model.skeleton:FindBone("Hips") end ....... end ok it seems like this . now Hips are found . Quote
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.