I made a type of spider web thing but for some reason its not working right. It casts the web but for some reason the player character just freezes. Please help!
Yep thats the issue, but now theres another issue :/. Since “part1” isnt anchored the rope falls. So now you cant cling to things. What would be another other way around it?
Try keeping it anchored but doing CanCollide = false on the web itself. I just looked at the video and it looks like the character is just getting stuck in the web. If that doesn’t work look into welds, since they would solve the issue without needing to anchor the webbing.
I checked the Rope Constraint forum post here and it seems you cant set collision on it so I’m going to mess around with constraints like you said and Ill get back to you.