RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"cREATE a server script that tells roblox that the player CortFile has left the game"
-- server script game.Players.PlayerRemoving:Connect(function(Player) if Player.Name == "CortFile" then print("The player CortFile has left the game.") end end)