Hit is Unknown?

Does anyone know how to define hit Im lost.
image

You need to define hit in the parameters of the Touched function

I just realized that mid scripting b r u h.

what is it that they are to hit a part?

if so do somthing like this

Part.Touched:Connect(Function(hit)
   print(hit)
end)

So have you figured out how to define hit?

Edit: nvm I see that you’ve figured it out

1 Like