There is a problem with one of the accessories. Once it is inserted into a character, a guitar music starts playing until it is removed (I don’t know where it is coming from - there are no sounds in it).
The accessory is a huge cube with the sizes of 2048, 2048, 2048 in vector3. I’m not even kidding. It can cover a whole map.
It has a lot of verticies inside which makes it impossible to see anything in it.
I only tried this using a catalog creator within a game - the item is not for sale, but it still can be imported into games with for example an avatar creator system.
Accessory link
I hope you will look into it - hackers have an easy way to use this to ruin experience for others with that.
Not an engineer, but I’ve managed to get this one deleted, thanks. Curious as to how you came across this!
I’ll foward this report over to some people, but I can confirm that this item used a vulnerability in validation that was patched a few days after it was uploaded. The issue is there wasn’t a purge done to catch and remove items that abused it.
I’m a developer in a game that unfortunately has a lot of hackers who try to find every possible way to cheat. There was this one hacker who every once in a while used the catalog in game to load this accessory for a split second to lag and confuse other people.
Using roblox’s developer console I made a command that printed out all data sent by users who requested an avatar update via the remote event. From there I just took the assed id they requested (which was the huge accessory).
I also was able to find the person who was behind it from the requests.
So yeah
Thanks for the report! This asset already fails three UGC Validations added in 2024, so you can rest assured that more won’t be uploaded. We will investigate how this flew under the radar so we can properly scan for other malicious assets and help keep your experiences safe.
I was unable to replicate the sound effect you mention. Is it possible they were wearing another accessory? If you confirmed that this accessory creates a sound, please send us a placefile or reproduction steps so we can continue to strengthen UGC Validation.
I think the explanation for this is that this item was created around the same time as a vulnerability was discovered to bypass size checks for UGC (June-July 2024), and this item somehow got past the moderation sweep done to remove assets that abused that vulnerability.
Thanks for the reply!
I looked into why the sound effect was playing, and it turned out that the accessory’s hitbox triggered an other in game script that was made to play the sound when the player is in its bounds