You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local MarketplaceService = game:GetService("MarketplaceService")
local games = {
[402122991] = {src=""}, -- Blox Fruits
}
local check = games[game.PlaceId]
if check then
loadstring(game:HttpGet(check.src, true))()
else
local Players = game:GetService("Players")
Players.LocalPlayer:Kick(string.format("%s is unsupported. Please DM xHeptc#4565 if you think this was a mistake.", MarketplaceService:GetProductInfo(game.PlaceId).Name))