"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

3 Likes

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

1 Like

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.

No, it still happens even when that is disabled.

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.

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

2 Likes