2DWorlds Forums
3/1/11 - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: News (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=8)
+--- Thread: 3/1/11 (/showthread.php?tid=1373)



3/1/11 - Jacob__mybb_import1 - 03-02-2011

  • Fixed a new bug where you'd keep spinning forever after dying...
  • Parts no longer generate Collided events for parts on different layers
  • Fixed a bug where a script's internal state could get messed up. This was responsible for the Test with Player command failing occasionally, I'm not sure what else.
  • Fixed random NullPointerExceptions that happened every other thursday



RE: 3/1/11 - Fat_Sacks - 03-02-2011

Buildism crashes when the spinning glitch happens. Good thing you fixed it.


RE: 3/1/11 - Qwertygiy - 03-02-2011

I hope that script fix helps with .Collided sometimes returning a nil instead of an object. This is what my .Collided function looks like:

function Touched(hit)
if hit and hit.Parent then
--Whatever happens here
end end

If it doesn't have that second line, it often crashes, saying it is trying to index a non-table (which I assume means nil).