This changed event is not working at all, no errors either, which is weird.
I’m not sure what’s going on.
clickPower.Changed:Connect(function()
print("Cool")
end)
This changed event is not working at all, no errors either, which is weird.
I’m not sure what’s going on.
clickPower.Changed:Connect(function()
print("Cool")
end)
clickPower.Value.Changed:Connect(function()
print("Cool")
end)
There is no changed event on properties you would use Instance:GetPropertyChangedSignal()
for that
I figured it out, it turns out the value I was mention wasn’t changing.
But I managed to fix it.
Thank you for your help.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.