So recently i was testing out the viewmodel, turns out it can collide with player even though i already set every cancollide in the viewmodel false.
Turns out its because iam using the name Left Arm and Right Arm for my viewmodel so it gets that chiseled arm shape but it makes the can collide turn into true in game
i tried using collision groups but the post i found was deprecated.
so can anyone give me a chiseled arm part or tell me how to use the collision group thats not deprecated
no it collides because the name Left Arm and Right Arm makes the part thats named that have a chiseled shape that also make the part can collide = true in game even though its false originaly
Then, in a local script, you can loop through the player’s character and set it’s collision group to Player, and loop through the Viewmodel and set it’s collision group to Viewmodel.
set all parts within viewmodel to something different. use a script or whatever.
then register the collision groups on a server script, and set the collision collidables to be false with “Default” and “Viewmodel” (whatever you put it to.)
viewmodel will no longer collide with any parts whatsoever