Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Unsure if this is a bug. Custom Character can pass through anchored parts?

Asked by 6 years ago
Edited 6 years ago

CanCollide is set to true. Anchored parts that collide with my character's parts are passable. Unanchoring them fixes this as well as switching to the default character or any of the models in the RigBuilder. When I jump with the character the parts are also not passable. Any suggestions on how to fix this?

Edit: Solved my own problem. No clue why, but when I set the RigType of the Humanoid from R6 to R15, the bug stopped. Weird.

0
Maybe there is something wrong in the custom character. ILikeTofuuJoe 1 — 6y
0
Most likely. Does my model have to have legs or be a certain size since when I've made models that are are upright and have legs it doesn't happen? Meltdown81 309 — 6y

1 answer

Log in to vote
1
Answered by 6 years ago

Check that you have a humanoid root part. If you do, make sure ONLY the HumanoidRootPart is anchored and can collide is set to true, nothing else. That's the only thing I think could be the problem.. if this doesn't fix it then it's most likely a bug. Do you have any custom scripts running in the StarterCharacter? That might be an issue depending on if the variables you've set match everything correctly. Hope I could help, good luck.

0
Wouldn't the character be able to pass through parts because the other parts doesn't have colide set to true? ILikeTofuuJoe 1 — 6y
0
Thanks for the answer. I'm guessing it is a bug, since I had done all that before posting. @ILikeTofuuJoe I have a deb Meltdown81 309 — 6y
Ad

Answer this question