Bing Bong

This commit is contained in:
Christopher Cookman 2024-08-20 15:27:30 -06:00
parent 06541d6897
commit c3c82b4749
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42
2 changed files with 2 additions and 4 deletions

View file

@ -39,12 +39,10 @@ local function onPlayerAdded(player)
-- Check if the user ID is in the bannedPlayers table
if banned then
print("User banned, Not loading")
local ParcelGui = player.PlayerGui:WaitForChild("ParcelHub")
ParcelGui:Destroy()
local text = "\n" .. banMsg .. "\nReason: " .. reason;
player:Kick(text)
else
local loader = require(9437298929)
loader.Load()
end
end