What is InputObject.StyledPropertiesChanged?

I was looking at the InputObject events and noticed StyledPropertiesChanged, curious I tried to look for documentation but found none, not even on deprecated.

Does anyone know what this is?

Screenshot of said event:
Screenshot 2025-01-24 013334

It is unknown what StyledProperties are at the moment, but my guess is custom, dev-set properties. We do have attributes for that though.

I think this might be related to the currently unusable “stylesheets” feature, which would add CSS-like styling to any instance. I’m assuming this event would probably fire when a stylesheet rule affects a property, forcibly setting its value, but that doesn’t seem like it would be useful for an input object (the data returned by UserInputService:InputBegan and similar events).

1 Like

As @JoyfulFlowerMary suggested this is probably an internal CSS styling event. I tried to replicate and connect it but it keeps crashing my studio, there is also no documents on it which can indicate that it shouldn’t be used.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.