local spinEvent = game.ReplicatedStorage.Events.Monetization.SpinWheel --[[ ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ The code works and gives you +100k/s however... VERY IMPORTANT WARNING: This is going to give u negative SPINS probably FOREVER so think two times before executing the code USE IT AT YOUR OWN RISK ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ ]] for i = 1,100 do task.spawn(function() while true do task.wait() spinEvent:InvokeServer(2) end end) end