Why is my script not working

Yo someone help me plz, I’m learning scripting but this does not work:

print(Skid")

Plz someone fix this I spent so many hours trying to fix this issue.

1 Like

you need quotations around it:

print("Skid")

notice the difference?

6 Likes