1. -- // [[ Phantom Hub Main Loadstring ]] \ --
  2. local discordinv = "https://discord.gg/phantomhub"
  3. local d
  4. local f = pcall(function()
  5. d = game:HttpGet("https://raw.githubusercontent.com/Forgxtten/Phantom-Hub/main/Supported%20Games/"..game.PlaceId..".lua")
  6. end)
  7. if f == true then
  8. loadstring(d)()
  9. else
  10. game.Players.LocalPlayer:Kick("Game Not Supported Or Patched Join Discord Server For The Updates! Invite link Is Copied To Clipboard. "..discordinv)
  11. setclipboard(discordinv)
  12. end