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
Created by cloudwalk
Features:
local player = game:GetService("Players").LocalPlayer
local char = player.Character
while task.wait() do
char:FindFirstChildOfClass("Tool").Animation.Slash:FireServer()
end