How To Attach An Object To A Player In Roblox
How To Attach An Object To A Player In Roblox. Whenever the tool touches an object it’ll check if that object has CanHarvest inside and if the boolean is set to True Create a new function named onTouch with a parameter named partTouched local tool = scriptParent local scoop = toolScoop local function onTouch(partTouched) end….