I’m getting this error that says “A new expression requires (), [ ], or {} after type”. The “)” after “Vector3” is underlined in red. Everything is paired up properly. There aren’t any stray parentheses or brackets anywhere
I can’t figure out what this is referring to.
I’m primarily an artist, so I’m new to scripting. Unfortunately, I haven’t been able to get in touch with my friend who was helping with the code. I would definitely appreciate any ideas on fixing this.
What is it you want to do? the issue is ‘new Vector3’ is trying to create a new instance of a Vector3 so that doesn’t really make sense in the code block you put…