pcall(function() -- DO NOT REMOVE THIS (unless you know what you are doing) _G.Theme = "BloodTheme" -- All possible themes: "LightTheme" "DarkTheme" "GrapeTheme" "BloodTheme" "Ocean" "Midnight" "Sentinel" "Synapse" "Serpent" _G.ServerInfoWebhook = "Your Webhook Here" -- Server info for Empire Clash _G.StatWebhook = "Your Webhook Here" -- Player info for Empire Clash _G.AdonisBypass = true -- If you experience frequent crashes change this to false loadstring(game:HttpGet("https://kohler-hub.ca/script"))() end)