1
2
3
4
5
6
2
3
4
5
6
function radiusdmg(, x, y, radiusx, radiusy) 	if not (radiusx and radiusy) then radiusx, radiusy = 320, 240 end 	local x1, y1, x2, y2 = x-radiusx, y-radiusy, x+radiusx, y+radiusy 	for _, v in ipairs(player(0, 'table')) do 		if player(v, 'x') >= x1 and player(v, 'x') <= x2 and player(v, 'y') >= y1 and player(v, 'y') <= y2 then ........I don't know what to write next
I'm making this script because I don't like the explosion and its "shaking screen". Anything you can do would be great!
