if you have a code or a script of it can you put it into the answer box?
Alright, you have to create the punching script, but detecting a click is easy.
local player = game.Players.LocalPlayer mouse = player:GetMouse() mouse.Button1Down:Connect(function() print("Your punch script here.") end)
This is not a request site, you have to detail what you tried, what has worked etc.
Closed as Not Constructive by ee0w, User#24403, Gey4Jesus69, User#23365, LostPast, and User#9949
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?