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.
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.
you need quotations around it:
print("Skid")
notice the difference?