[Elemental Awakening] Easily Configured Auto Spin

Uploaded On
Script Credit :- Sowd#2834
Features

Auto Spin

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local ReplicatedStorage = game:GetService("ReplicatedStorage") local Event = ReplicatedStorage.Events.Spin local keepLevel = false local rarities = { ["Common"] = false, ["Uncommon"] = false, ["Rare"] = true, ["Exotic"] = true, ["Legendary"] = true, ["Heavenly"] = true } while true do local Element, Rarity = Event:InvokeServer(keepLevel) if rarities[Rarity] then local answer = messagebox("You got a " .. Rarity .. " " .. Element .. "!" .. "Keep?", "Sowd AutoSpin", 4) if answer == 6 then break end end task.wait() end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors