My case:
I’m kicking a player, so the player will get “invisble”/deleted from the server. But for the player him/her-self the screen is just blurred and the kick gui pops up (the default roblox kick gui). But if you look closer, you can see, that the character is still executing the “breathing” animation. (So that basically shows, that the LocalScript “Animate” inside of the character is still executing.) Finally my real problem: I got a script, where the client keeps on firing a remote event to the server, and if the server doesnt respond, the LocalScript will basically change the kick message…