I am unsure as to why it’s spitting this out, as “IsActivated” is a valid attribute, and so it should work as a valid property name, and yet it doesn’t. Any help figuring this out would be most appreciated.
Script with an error
Handle:GetPropertyChangedSignal("IsActivated"):Connect(function()
if Handle:GetAttribute("IsActivated") == true then
Active = true
else
Active = false
end
end)