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!
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
local tool = game.ServerStorage.Tool
tool.Unequipped:Connect(function()
humanoid:EquipTool(tool)
-- create/play the animations right here
animation.Ended:Wait()
humanoid:UnequipTools()
end
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
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
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.