Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

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)
Source by devforum.roblox.com #
 
PREVIOUS NEXT
Tagged: #animation #event #firing #times #roblox
ADD COMMENT
Topic
Name
2+7 =