Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3/1/11
#1
  • 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
Reply
#2
Buildism crashes when the spinning glitch happens. Good thing you fixed it.
[Image: 76561198037039305.png]
[Image: nmdd7o.gif]
Reply
#3
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).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)