How can i make a viewmodel like nico's nextbots?

So, I want to make a horror game. But when the character is running, I want to show the viewmodel and make an animation like Gmod. I couldn’t find anything about this. I tried to use the fps pack with viewmodel codes inside. But it requires a gun so it didn’t work. Can you guys help? If you still didn’t understand, there is a sample video below:

https://youtu.be/cfks67luR_w

2 Likes

I want to have a go at this, but I just realized I have no idea how I’d do this script-wise
How I would probably go about this is to have two arms (client side!), maybe sourced from the player’s model, I have no idea, and have them no-collide and be invisible when it finds that you’re out of first person, and don’t do anything to them. But then, when you’re IN first person, make it so the two arms snap into reality and start moving around with some animation you gave it.

P.S: if you don’t know how to script please learn since I’m not the guy to give you the scripts to this. I had already mentioned I have no idea how to go about this in scripting, haven’t I?

1 Like

I found this free viewmodel (that im pretty sure nico’s nextbots uses), on roblox:
viewmodel

(PUT IT IN STARTERCHARACTERSCRIPTS)

In the model, there is an “Aim Offset” value under the script.
This is how you position the arms.
If you want it exactly like NN, then i think you have to set the value to (0, 2, 2) but youll need around 90 FOV to see it

This viewmodel is also r15 compatible im pretty sure.

It has a couple problems unfortunately.

  1. When spawning in as third person your arms are a little bit out until you go into first person. This is because the arms are moved outwards to make the viewmodel look good

  2. You sometimes have to have a high FOV because the arms are quite far back and might clip into the ground if they are too far forward.

1 Like