I am trying to create a viewmodel for my game.
The viewmodel is pushing me and flinging me.
https://gyazo.com/0e6632e7ab1bc2a2d88d8349dc81d503 – The problem
https://cdn.discordapp.com/attachments/706726269747855420/726488804294262864/unknown.png – The model.
I tried setting separate part collision, but it didn’t work for me. Or I don’t know how to properly do it.
https://gyazo.com/c279cbfb4f9bf544450823dc98c9500d – Tell me if it is incorrect so I could fix it, please.
Everything is cancollide false.
This question has already been asked countless times in the past(please search before you post), here is the solution:
You can change a model’s CollisionGroup by parenting it to Workspace in Studio, then going to the Collision Groups in Model:
[image]
Now click in this field, and type in “CannotCollide”
[image]
Untick the boxes on the bottom, should look like this:
[image]
Now select the ViewModel, and press the little plus button to the left of CannotCollide. It should now be part of that Collision Group. You can now reparent it back to ReplicatedStorage.
Hope this helped!
Hope this helped.
3 Likes