https://devforum.roblox.com/t/doesnt-check-the-players-characterbindtoclose/2486192
Doesn't check the players character(BindToClose) - Scripting Support - Developer Forum | Roblox
Jul 25, 2023 - game:BindToClose(function() print(0) for _,player in pairs(game.Players:GetPlayers()) do print(1) if player.Character.Name == "Tiger1" then print(2)...
check the
https://devforum.roblox.com/t/studio-wont-correctly-complete-bindtoclose-and-playerremoving/1776593
Studio won't correctly complete BindToClose and PlayerRemoving - Studio Bugs - Developer Forum |...
May 1, 2022 - Reproduction Steps Run this script: local Players = game:GetService("Players") Players.PlayerRemoving:Connect(function(Player) print("SERVER PlayerRemoving")...
studiocorrectlycomplete