The current thread cannot access 'StreamingService' (lacking capability Assistant)

Hi developers, I wanted to provide an update as this week’s Studio release is rolling out.

To check if you’re on the latest version of Studio, you can go to File > About Roblox Studio and make sure it says Version 0.650.0.650____.

If you wrote code that specifically checks game:GetService("StreamingService") or game.StreamingService, I would recommend removing it. StreamingService does not exist outside Studio so this code may error, and because it is an internal service that might be removed in the future, your code in Studio could break as well.

Thanks again for the report!

1 Like