Currently I’m trying to test out custom rigs and custom animations, and I’ve got everything working but a few things.
The way the rig collides with the world around it doesn’t work well and cancels out important things like climbing, is there a way to change how players collide with things?
Something to note: I don’t script, I animate and make models sometimes but thats it.
if you dont script then you shouldnt be asking this in scripting support as we cant help someone who wont get basic concepts needed for collisions
Then where do I ask it? I’ve tried asking this before ( just didnt word it right thats why im reposting ) And I was told that I posted it in the wrong category and it should of been posted in scripting support.
If this is for a real game you should hire a scripter to do that stuff so it would be easier to communicate. If its just for fun then i dont know what to tell you.
Dude this category is literally for people trying to script???
Doesn’t matter whether you’re a new or experience scripter.
He is not a new scripter though. He does not script AT ALL and is asking for collision help.
Please don’t gatekeep scripting. There’s nothing wrong with asking for help, and collisions aren’t even relatively difficult to deal with.
@ObDevelopment, you’re going to be looking at one of two things: the first would be collision filtering, and the second would be the CanCollide property. You should read through both pages here. Personally, I think CanCollide will be most helpful, but I wanted to include collision filtering as a reference for you just-in-case.
In your rigs, each part will have the CanCollide property. Toggling it off in a specific part will turn off all collisions for that specific part. This is utilized often to make rigs more functional—if I’m not mistaken, the default R15 rig actually has CanCollide set to false on the arms.
I’d recommend playing around with the CanCollide settings and seeing if you can solve the problem that way for now. If you can’t, let me know.
Thank you so much, I’ll let you know if I have any troubles.