artView.Changed:Connect(function()
if artView.Value == true then
script.Parent.ClickDetector.MaxActivationDistance = 0
print("disabling click detector")
else
script.Parent.ClickDetector.MaxActivationDistance = 32
end
end)
I can confirm that artView does change values multiple times while playing and not once did it print "disabling click detector
Im kinda stumped because it seems so simple yet it wont work
** You are now Level 9! **