Dash Script Error

I was following a tutorial on how to make a dash script by (axmist) and i got this error
Error:


code

2 Likes

The KeyCode’s c should be a capital C.

if Input.KeyCode == Enum.KeyCode.W then
3 Likes