i found the problem okay so i made a script that teleports you to a part inside a model but theres multiple models of the same name so the script is attacking a different model that i dont want to attack can anyone help with this?
script:
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace:FindFirstChild("Pokemon/Item").HumanoidRootPart.Position) + Vector3.new(1,0,0)