of     1   

KEVEKEV77
#140367861Tuesday, July 15, 2014 2:17 AM GMT

searchbar.Text.Changed:connect(function() end) searchbar = defined. I have experienced this problem whenever I used .Changed. OUTPUT: attempt to index field 'Changed' (a nil value) It seems that Changed is not a function? :P
BlupoV2
#140367943Tuesday, July 15, 2014 2:18 AM GMT

You can't use the Changed event on text.
thejonathann
#140499441Wednesday, July 16, 2014 7:35 AM GMT

searchbar.Changed:connect(function(prop) if prop == 'Text' then print'Text changed' end end)

    of     1