Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Auto Task
- -- Made by your local neighbor, HappyH0lidays2021
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- while task.wait() do -- Autoclicker be like
- if Mouse.Target then
- game.ReplicatedStorage:WaitForChild("Events"):WaitForChild("Mine"):FireServer(Mouse.Target.Position) -- Only works if sword is touching target
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement