Game never fires Loaded on server

Hello! So here I’ve had a bug in studio, I’ve been trying to use if not game:IsLoaded() then game.Loaded:Wait() end to wait for the game to load.

However, in studio game:IsLoaded() returns false and game.Loaded never fires. So this results in the script never actually running and waiting forever for game.Loaded to be fired

It happened today, 21/05/2020
Repro place

EDIT: It also happen in-game

1 Like

This is intended

https://developer.roblox.com/en-us/api-reference/event/DataModel/Loaded


Move this to Feature Request instead

See above, please file as feature request if you need this behavior and why