Basicly I am not asking for full scripts but how do u do one like that. I can do straight ones but I am not sure how to do circle ones any help will do. If you are wondering why I need one its for destroying things for a game/picking up stuff.
Alright, so, circles are actually really hard to do. To make a circle, you have to create an image with a line on the right like this one:
After you’ve made the picture, you will have to do a loop that creates these and each loop you make it so that the rotation is higher, higher and higher…
I wouldn’t suggest doing that as it’s impractical, so you are better off using what roblox added recently, but if you want to do it badly, go for it.
If you want to recreate the effect in the GIF, you could look at the ProximityPrompt source code for how they do this. Under the customization section, there should be a tab you can click on to view the code. In that code, is how they create the effect and the UI.