Swordman Simulator Script | AUTOFARM

Created by cloudwalk

Features:

  • AUTOFARM
local player = game:GetService("Players").LocalPlayer
local char = player.Character

while task.wait() do
char:FindFirstChildOfClass("Tool").Animation.Slash:FireServer()
end