10-16-2010, 09:35 PM
well that fixes everything about the connectors, but what bugs me most is this:
[2010-10-16 17:34:14] Tried to call nil
when you do a if not statement
example:
[2010-10-16 17:34:14] Tried to call nil
when you do a if not statement
example:
Code:
sa.Source = "link(script.Parent.Collided, function(touch) if touch.Name ~= "Ground" and touch.Score ~= nil then script.Parent:remove(); end end)"