Hi and Help

Trying to Invoke method: SpawnTimer.Enemy!!! couldn’t be called.

what is this error?

6887039--805097--upload_2021-2-28_21-27-5.png

Why not take a look at the scripting reference? Invoke repeating expects a method name. As it stands now you are trying to invoke a method named “Enemy!!!” Which is clearly wrong since method names can’t have “!” in the name. Check the link

I understand. thank you so much.