it happens when i put in two accessories randomly i keep coming across this whenever i try to add two accesories to the modle does anyone know why
1 Like
Are there any functions connected to the accessory being chosen/equipped?
There could be a function somewhere that deletes/replaces OriginalSize after a ChildAdded/AncestryChanged connection, or something else associated with equipping the accessory that replaces the OriginalSize object with a current one.
My gut is telling feeling is this is an OnEquipped connection that gets hung up in a loop that goes back and forth between checking for the value in a loop and deleting the current/creating a new one because of a lack of checks that break the loop or smth.