Content tagged scripts-in-events

3 usages of this tag
  • 5 replies
  • 1.35K views
Not favoritedFavorited Favorited 0 favourites

Not sure what I'm doing wrong here? I have a dictionary Score_D where I store a bunch of score data and on end of a level, call this block to put the score thro...

  • 2 replies
  • 1.51K views
This content is deleted
Forum Topic
How to get contents of a JSON object?
Not favoritedFavorited Favorited 0 favourites

For the last 5-6 hours I'm trying to solve my issue that I have. It is a bit frustrating that the documentation in the scripting section is assuming that a prog...

  • 0 replies
  • 203 views
This content is deleted
Forum Topic
How to access runtime in every script (module)
Not favoritedFavorited Favorited 0 favourites

Is it a good and safe way to put the runtime in a globalThis.Rn (example)? This avoids having to integrate it into all the functions that need it.