Roblox Tell When A Player Picks Up A Tool
Roblox Tell When A Player Picks Up A Tool. local Player = gamePlayersLocalPlayer local Character = PlayerCharacter or PlayerCharacterAddedWait() CharacterChildAddedConnect(function(NewChild) if NewChildIsA(“Tool”) then a new tool is equipped NewChild is the tool equipped end end) then to detect if the tool is unequipped you do the oppositeFeb 18 2022Jun 19 2021Apr 11 2021May 22 2020….