So my game is using FE and when the player leaves with the car spawned it is supposed to despawn but it doesnt it only despawns for the players in the game, not the player who spawned it. This is the script
game.Players.PlayerRemoving:connect(function(player)
Delete:FireServer();
end)