yeah3.Triggered:Connect(function()
if gasoline.Parent == workplr then
yeah3.Enabled = false
Controls:Disable()
gasclone.Parent = yeah
gasoline:Destroy()
What this does: The player is holding the Gasoline. It destroys the gasoline from player’s body, removing it from the inventory (this works). It parents a clone of the Gasoline tool to [x] NPC (Works).
But the error is, the NPC isn’t holding the copy of the gasoline tool, although the NPC is a parent of the tool. Any solutions?
parenting the tool to the model of a humanoid will instantly equip it for that humanoid but it doesn’t do so for npc. could it be cus its in a localscript and its supposed to be handled in serverscript? thank you
Does your NPC contain either a RightHand(for R15) or a Right Arm(for R6)? What you are describing could occur if the NPC didn’t have one of those so it doesn’t have a RightGrip to place the weapon.