https://devforum.roblox.com/t/harpoon-tool-teleporting-targets/3910975 for full issue
im trying to make a harpoon weapon that doubles as a grappling hook but it wont work 💔💔💔 it keeps teleporting the target
the target has mass, the harpoon does NOT have mass
Developer Forum | Roblox
im trying to make a harpoon tool that can pull in targets and act like a grappling hook, but the harpoon teleports any unanchored targets directly to you instead of pulling you in my code: local active = false local harpoonDeployed = false local tool = script.Parent.Parent local handle = script.Parent local harpoon = tool:WaitForChild("harpoo...