Does Anybody Know How To Make A GUI That Does That? :)
local YourButton = --Add your button location here eg: script.Parent YourButton.MouseButton1Down:connect(function() print("The Button has been clicked!") YourButton.Rotation = 0 for i=1,359 do YourButton.Rotation = YourButton.Rotation + 1 wait() end end)
What this is doing is adding one to the rotation and it will do it 359 times. At the beginning it is resetting the rotation to 0 so when you click it the button will not be buggy!
Hoped this helped, good luck on your project! -Oaktin
Closed as Not Constructive by docrobloxman52, LegitimatlyMe, ChemicalHex, ChipioIndustries, Tigerism, and M39a9am3R
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?