Hi, so I just noticed that the Touched event isn’t working reliably with my bombs. So, I made a bomb tool that creates an explosion part sphere, and that sphere expands in all directions, then fades out. If players touch that sphere, it’ll kill them. There’s also a freeze bomb that freezes players that collide with the explosion. It creates a block around the player’s character, also anchoring the player’s character as well.
I noticed if somebody throws a damage bomb, and if players collide with it but they’re currently frozen, they won’t take any damage from it.
Any workarounds?? Thanks