#GIVING POINTS WHEN CLICKING AN OBJECT

1 messages · Page 1 of 1 (latest)

crisp badger
#

Check if the tool can be found in the character, iirc if the tool isn't equipped it's in the player backpack. When it is equipped it's moved into the character

#

Something like
if player.Character:FindFirstChild("ToolName") then

end

#

No problem