while wait() do local Mob = game:GetService("Workspace").Npcs["Karate_Boss"] local Body = Mob.PrimaryPart local BodyCFrame = Body.CFrame -- the CFrame of the mob's body game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = BodyCFrame - BodyCFrame.LookVector * 3 game:GetService("Workspace").Npcs["Karate_Boss"].Humanoid.Health=0 end