Any idea how to make a cutscene attack with a hitbox

Any idea how to make a cutscene attack with a hitbox im not making a jojo game

please explain what you mean as this is not enough.

1 Like

So i want to make if key pressed and another player in a hitbox to start an attack with a cutscene and the damege the other player

you could use 2 ontouch scripts on 2 parts that when you stand on one 1 value = true and on the other another value = true then if both values = true then if pressed a key atack will start

Example code (not useable it is just an example)

If script.Parent.Parent.Val1 == true and script.Parent.Val2 == true then
      -- code
end