How to create a explosion that damages humanoids around it?

how would i make a explosion damage humanoids near it?
i got it set up so it doesn’t explode them at all now i just want it to damage humanoids in the radius

You will have to connect a function to the Explosion.Hit event. This documentation provides info and even an example for this exact scenario.