10-17-2010, 08:21 PM
(This post was last modified: 10-17-2010, 08:23 PM by Jacob__mybb_import1.)
I finally realized what the problem is, you have to escape quotes in strings with backslashes, otherwise it gets confused.
Code:
sa.Source = "link(script.Parent.Collided, function(touch) if touch.Name ~= \"Ground\" and touch.Score ~= nil then script.Parent:remove(); end end)