Reproduction Steps
In studio, open a script. Make some kind of an instance (doesn’t matter what kind), then set attributes to it that have different types.
For example:
--!strict
local example = Instance.new("Folder")
example:SetAttribute("TEST1", false)
example:SetAttribute("TEST2", "String")
Now the test2 line will have a warning about attribute type not being a boolean/can’t convert into boolean…
Expected Behavior
I expect the warning not to be triggered since those are different attributes.
Actual Behavior
I get warnings when setting different attributes that are not the same type to the same object.
Workaround
It still runs the code but it’s distracting since there is no real issue.
Issue Area: Studio
Issue Type: Other
Impact: Low
Frequency: Constantly
Date Last Experienced: 2022-02-14 00:02:00 (+02:00)
A private message is associated with this bug report