06-11-2011, 01:29 AM
@Brassrhino: No, not really. We mean REALLY buggy.
I remember when .Collided would randomly trigger, and so all your .Collided functions started like this:
[lua]
link(box.Collided, function(hit)
if hit and hit.Parent then
[/lua]
And then when you died, sometimes you didn't respawn.
I remember when .Collided would randomly trigger, and so all your .Collided functions started like this:
[lua]
link(box.Collided, function(hit)
if hit and hit.Parent then
[/lua]
And then when you died, sometimes you didn't respawn.