Minimap system which shows the storm

I’ve made a storm system which is a hollow cylinder which shrinks over time. The problem is im not too sure how i’d show this on a minimap. As you can see on the minimap i show below from the game strucid behind their circle everything around it is purple, how would i achieve this?
image

1 Like

If you already have the coordinates of the purple thing and the white circle, you could use a frame with uicorners with .5,0 corners and ui strokes to make the objects. The transparency can be set for the purple stroke and just make it ridiculously wide. The white circle could have like a 10 thickness or something idk.

you’ve given me a really good idea thank you for that