I want this .SelectionChanged function to get my selected part, how would I go over doing that?
My attempt keeps returning nil.
Thanks.
I want this .SelectionChanged function to get my selected part, how would I go over doing that?
My attempt keeps returning nil.
Thanks.
change Selection:Get()
to
Selection:Get()[1]
as Selection:Get()
returns a table.