Team Create running game showing different results

We’ve been working on this game for a while now with no issues, but out of nowhere we started getting different outcomes when running the game. His output is printing as it should, and the building is supposed to fall. But when I run the game, the building does not fall, nor does anything in the output print. (Ignore permission errors, those are there because we switched it to a group game, which another post said helped them. It did not work for us in solving this issue.)

When I run the game:

When my friend runs the game:

Everything in our workspace is the exact same. Any help is greatly appreciated.

The only thing I could think of is this scenario:

  • The Script Drafts feature of Team Create / Collaborative Editing is turned on.

  • If your friend was the one who created / last edited the script, they would need to commit / publish the changes they made to the script through the “Drafts” window (which can be enabled via the “View” tab at the top left of the screen).

  • If your friend never committed the script changes, the changes they made to the script only appear in local playtests specifically for them. So if your friend were to start a “Team Test” instead and the building didn’t fall / the Output no longer printed anything out, then it’s likely that there’s a draft of that script that’ll need to be committed for the changes to be replicated to everyone else.