"You've been kicked" popup does not appear when play testing

When getting kicked from a play test in Studio, the “You’ve been kicked…” popup no longer appears.

Enabled Beta Features

  • Dragger QoL Improvements
  • Faster Play Solo
  • Grass Length Customization
  • In-experience CSG Improvements
  • Luau Native Code
  • Mutlilayer Wrap Fix
  • Notched Screen Support
  • Terrain Editor
  • UIListLayout Flex Features
  • Updated Docking System
  • Updated Roblox Controls
  • Upgraded Shorelines

Studio Version
0.620.0.6200463 (64bit)

Reproduction

  1. Open a new baseplate project in Studio
  2. Add a Script in SeverScriptService with the following code:
game:GetService("Players").PlayerAdded:Connect(function(player)
	task.wait(1)
	player:Kick("Test")
end)
  1. Click either Play, Play Here, or Start
  • You will be kicked after one second, but no “You’ve been kicked…” popup will appear. “Server Kick Message: Test” will appear in the output, as expected.

Expected behavior

A popup that says “You’ve been kicked from this experience…” should appear on the screen

A private message is associated with this bug report

17 Likes

Does disabling the Faster Play Solo beta feature work as a workaround?

3 Likes

This happened to me too. I think it disables more glitching. Probably new update.
PS: If you look in the output, the message displays there.

2 Likes

No, it still happens even when that is disabled.

2 Likes

Honestly really hope this gets fixed if it’s a bug of course, but I mean if roblox disabled it due to performance then I completely agree. The message also does appear but on the output and you can’t move after being kicked.

3 Likes

Thanks for the report! We’ll follow up when we have an update for you.

6 Likes

Hello,
Can creators running into this issue tell us their specific platforms? We have internally not been able to reproduce this issue. Any further help would be much appreciated!

2 Likes

Heya, @glueblue_1067! How are you doing today? Good morning/afternoon to you!

I was able to reproduce the issue that the OP has mentioned. The Output tab/within the Developer Console only prints Server Kick Message: Test, but does not show the expected popup UI:

image

The only thing it does while printing the error message is that it just freezes the player’s movements.


Here are the specific information regarding my Roblox Studio:

  • Roblox Studio Version: 0.624.0.6240521 (64bit)
  • Beta Features: I have all the beta features enabled by activating the “Auto-Enable Upcoming Features”.

Hopefully, this can help you out!

1 Like

Hi, I’m also experiencing this issue. Here is a list of all the beta features I have activated: Notched Screen Support, Terrain Editor, Updated Roblox Controls.

My version of Studio is also 0.629.0.6290609, if that helps.

For me, all I really have to do is to kick myself from the game. It doesn’t matter how you do it or where you run it. I’m running into the exact same issue. It could be because of the updated controls, not sure though.

image

1 Like

Tried turning off updated controls, same issue. Did not fix it.

2 Likes

i have this issue, maybe only playtests do this. and the only way to fix it was playing the game with the roblox client.

bumping as I also have this issue on Studio version 0.635.0.6350588 - i can “continue playing” but physics and most scripts are completely broken, as from the server side the player has “left”.

image

this message is the only indication that the player has been kicked.

This has been a problem for 3 months. It is definitely related to the Faster Play Solo Beta, which has since fully rolled out.

I’m using Version 0.636.0.6360625 on Windows 11. I’ve also tested and affirmed this bug happens on MacOS Monterey.

I’ve also been encountering this issue for a while.

I’m using 0.636.0.6360625 on WIndows 11 version 23H2.

I would also like to say this issue also occurs when using Player:Remove() to set the player’s parent to nil. The message box that would normally say “Player has been removed from the DataModel” does not appear.

1 Like

Hey, @glueblue_1067!

Are there any updates regarding this? This is still occurring and hasn’t been fixed…

1 Like

I can also confirm, this just started happening to me as well.
So it is still ongoing.

Any updates on this? Working on anticheat, and it takes a while to notice that im kicked lol

Your player object can load faster than that event connected

I can also confirm that this is still an issue,

Many times during play testing in studio I would get kicked (by my own scripts) for reasons such as data store errors, however the kick message ui would never show up, leading me to being confused why I can’t move my character anymore.

It would be great if this could be fixed.

Can confirm this is also happening to me, bumping this post so this people hopefully check it out. Unsure why its occuring.