Answers for "animation event firing too many times roblox"

Lua
0

animation event firing too many times roblox

local connection
connection = animations.shootWithPump:GetMarkerReachedSignal("Pump"):Connect(function()
        connection:Disconnect()
	PlayGunSound(TempTool.Sounds.Pump, TempToolBodyAttach, 20)
	flingshell(TempTool)
end)
Posted by: Guest on February-01-2021

Code answers related to "animation event firing too many times roblox"

Browse Popular Code Answers by Language