Fighting Academy Script | FASTEST LEVEL

Created by tr#5030

Features:

  • FASTEST LEVEL
  •  
  • HOW TO USE:
  • 1. Click on the combat tool then execute SCRIPT 1
  • 2. Accept the task (Execute SCRIPT 2)
  • 3. After you’ve accepted the quest execute SCRIPT 3

SCRIPT 1

while wait() do
local args = {
    [1] = game:GetService("Players").LocalPlayer,
}

game:GetService("ReplicatedStorage").Events.boxing:FireServer(unpack(args))
end

SCRIPT 2

local clickdetector = game:GetService("Workspace").Interactive.NPCQUESTBOSSKARATE.NpcTalk.ClickDetector -- path to the click detector

fireclickdetector(clickdetector)

SCRIPT 3

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

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS