Untitled

Run Settings
LanguageLua
Language Version
Run Command
-- Configuration local kickMessage = "if your white, you good, if your black GO BACK TO WORK" -- Function to kick a player with a message local function kickPlayer(player) player:Kick(kickMessage) end -- Connect the function for new players game.Players.PlayerAdded:Connect(kickPlayer) -- Display a message indicating the script has run print("Workspace kicking script has run.")
Editor Settings
Theme
Key bindings
Full width
Lines