FE Gun Kit Help

Hi, I wanted to ask how can I make a FPS game using FE Gun Kit Viewmodels… Of course I know the basics of creating a gun making and importing an animation, etc but the only problem that I have encountered is that those animations only work when a player is in first person mode meaning that other players can’t see for example idle or aim animation… if anyone has a solution on this I would appreciate any help… If you need any video or screenshots I can get them… Thanks

Hey! You need to make 3D animations for your guns :slight_smile:

Do you mean taking a viewmodel into Blender and making for example equip animation? Bc i know how to do that but the problem is that other players can’t see those animations

you will need to create a localscript in the StarterGui then write this

game.Players.LocalPlayer.Character["Left Arm"].LocalTransparency = 0
game.Players.LocalPlayer.Character["Right Arm"].LocalTransparency = 0

It shows the arms, meaning that it shows the animation of the hands.

ONLY WORKS WITH R6

I’m sure you never used the kit before, the kit only shows your view model locally. It doesn’t show for other players.

Open the main module,you will see 2 kind of idle/equip/fire animations
The one without the “view model” word is the animation that other players can see.