Finding the elusive cause of an inconsistent client-side crash

This is now consistently happening to me when I try to edit a Script that is a descendant of ‘game’ (not workspace or server script service).

It has happened a few times prior to what I’m now doing to trigger the fault, but this is the first time it has been consistent.

If you devs want to look at my place go ahead: (Note it is a Team Create place)
In and Out Test Server

These are the steps I did that caused the problem:

  • Edit the place
  • Type in the Command Bar: “Instance.new(“Script”,game)”
  • Edit the Script’s name to 'DESIGN DOCUMENT AND CONCEPT" (probably has no bearing on this situation)
  • Open the script, and type:
    –[[
    Hello team!
    ]]

Somewhere between typing the --[[ and ]] seems to cause the crash, or typing after that.

The root cause of this issue has been fixed

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.