· 6 years ago · Mar 15, 2020, 02:06 AM
1_G.API_KEY = "PASTE YOUR YANDEX API KEY HERE"
2
3local HttpService = game:GetService("HttpService")
4local Players = game:GetService("Players")
5local sourceText
6
7game:GetService("StarterGui"):SetCore("SendNotification", {
8Title = "In-Line ChatTranslator";
9Text = "Loaded";
10Duration = 5;
11})