|
| 03 Feb 2014 12:26 AM |
I randomly got this output after making a script.
00:24:56.456 - maximum event re-entrancy depth exceeded
Know what it means? |
|
|
| Report Abuse |
|
|
|
| 03 Feb 2014 12:49 AM |
Too many things are happening. Example:
local Value = Workspace.BoolValue
Value.Changed:connect(function(x) Value.Value = not x end)
Value.Value = not Value.Value |
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Feb 2014 01:38 AM |
| What's the script? If it's none of the scripts you can see it's probably just a ROBLOX mistake. |
|
|
| Report Abuse |
|
|