Is it possible to add unequip animation?

hello everyone. i had tried using Thienbao2109s FE Weapon Kit, its good but is there a possible way you can add unequip animation for it? im not really advanced at scripting (not beyound print ("Hello World ") ) i want the animation to be played both third and first person! any help is appreciated! answer only if you have free time, nobody is forced!

PLZ HALP!!!

2 Likes

i guess something like this could work

if tool unequipping action here (not sure how you can do this) then
   humanoid:EquipTool() -- Equip the given tool
   -- create/play the animations right here
   animation.Ended:Wait()
   humanoid:UnequipTools()
end

oh my god i gotta learn scripting because im absolutely confused even at this!!

modified ur script :slight_smile:

local tool = game.ServerStorage.Tool

tool.Unequipped:Connect(function()
   humanoid:EquipTool(tool)
   -- create/play the animations right here
   animation.Ended:Wait()
   humanoid:UnequipTools()
end

just an example btw

1 Like

(all of this is satire do not take this to heart)

bruh why is your first idea after opening studio to create an fps game
that’s not very W aura, infact it will subtract your aura because of how weird of an idea it is

you should start your sigmamaxxing session by making tiny projects/scripts, then working your way up to conquer the three sigmas of edging, kai cenat, ishowspeed and i forgot the third one

i believe you will be able to mog them all
:heart:

you know one i was playing some old roblox fps game and i just decided to model a few weapons ( - = modeled, NEED = need to be modeled) and i modeled all of these when i was bored
these guns gotta find their use somehow

that’s a :fire: model
your next mission is to conquer arsenal (bad game) in 3 days without coding experience

1 Like

its a list of weapons
Inventory - Roblox you can check them there (dont sue for copyright pls)

1 Like

cool :+1::+1::+1::+1::+1::+1::+1::+1:

also, never thought that chatting on dev forum can be more enjoyable than chatting on roblox

and uhm messages on roblox are being removed on october 7th so this is the only place we can talk on without being friends

really? why are they doing this? i do still chat with my friend there!

WHAT

HOW AM I GOING TO RECEIVE MESSAGES LIKE THIS NOW?

idk

i think the reason why they’re removing it is cos of the scam bots
but thats only the con of the messages, theres alot of pros for messages

really? they are deleting because of the 2018 incident?

theres still scam bots going around messaging accounts

props to that one scam bot still holding up :muscle: :fire: :100:

1 Like

It’s really easy to make a unequip animation in FE Weapon Kit and you don’t need any extra lines of code!

In the ModuleScript (that’s purple one) around 57’th line will be “EmptyEquippedAnimationID” and instead of “nil” enter your animation ID.

P. S. You can use Ctrl + F to open “Find” menu that’ll help you find it faster. Just paste In the popup window “EmptyEquippedAnimationID” and it’ll find the line.

I hope you’ll find this helpful!

i will try this soon, but i wont put it as solution until i found it out! but thanks a lot! and thanks for your time!

1 Like