# ARGameLogic: Tutorial script issues - Others have same problem with this tutorial

**URL:** https://community.nianticspatial.com/t/argamelogic-tutorial-script-issues-others-have-same-problem-with-this-tutorial/2194
**Category:** I'm Stuck
**Created:** [June 11, 2022, 9:19pm UTC](https://community.nianticspatial.com/t/argamelogic-tutorial-script-issues-others-have-same-problem-with-this-tutorial/2194 "2022-06-11T21:19:03Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Stacy](https://avatars.discourse-cdn.com/v4/letter/s/e95f7d/32.png) [@Stacy](https://community.nianticspatial.com/u/Stacy)
#### Post date: [June 13, 2022, 4:46pm UTC](https://community.nianticspatial.com/t/argamelogic-tutorial-script-issues-others-have-same-problem-with-this-tutorial/2194/3 "2022-06-13T16:46:06Z")

</div>

Hello Natalie,

As @BBIT-Solutions requested, could you please give some more details in regards to how the script isn’t working and when you see the errors? If you could please provide a screenshot of your Console window in Unity to show the errors you’re seeing, it would greatly help us troubleshoot the issue.

If you’re having trouble instantiating your prefab, you can resolve that issue by going to your OnSessionInitialized() method and replacing the

`session.Ran += OnSessionRan;` with  
`session.Ran += OnSessionStarted;`

And please be sure to review the other community members’ posts on this issue, such as this [ARGameLogic.cs script error](https://community.nianticspatial.com/t/argamelogic-cs-script-error-from-building-with-vps-tutorial/2074/2) post. It outlines some issues that occurred while following this tutorial and how to solve them. Thank you!

---

_[View the full topic](https://community.nianticspatial.com/t/argamelogic-tutorial-script-issues-others-have-same-problem-with-this-tutorial/2194)._
