This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Elementalist by @cyclically | |
-- for Elemental Battlegrounds | |
-- loadstring(game:HttpGet("https://gist.github.com/CyclicaIIy/9abbaa49000fd8ec6c5b67becf7e3ce7/raw/"))() | |
-- making new configs may not update the dropdowns because this UI library is retarded, it's too late to switch libaries | |
-- this script was originally made for my own personal use, just decided to release it to the public | |
local Players = game:GetService("Players") | |
local HttpService = game:GetService("HttpService") | |
local StarterGui = game:GetService("StarterGui") |