I am trying to make it so when a union is touched, the union will be separated like the seperate button. I tried to find information on this task but none of it has worked.
Code:
elseif hit.ClassName == "UnionOperation" then
hit:SubtractAsync()
else
What needs to happen exactly?
I simply want the union to be separated. NOT SUBTRACTED! Just separated.