yo tyler wsp! rip ur chat systm
This module in my opinion is extremely overkill.
How would you do it in a simpler way?
Solely keep track of an array that contains UIStroke elements with a specific tag like ‘StrokeScale’. You only need the CollectionService for this. Along with a hashmap that holds the UIStroke as key and pre-scaled thickness property to base future scaling on as value
You can dynamically remove and add these tags and the code would pick this up (as you know; getinstanceadded/removedsignal(TAG_HERE))
1 Like