A problem that prevents me from using the studio


Hello, I have a problem with the code in the console:

((( I apologize in advance, I don’t know where I should post in Studio Bugs or Scripting Support )))

09:46:44.119 The current thread cannot access ‘StreamingService’ (lacking capability Assistant) - Client
09:46:44.119 Stack Begin - Studio
09:46:44.119 Script ‘cloud_16874095448.Animated_Textures.Animated_Textures_Script’, Line 29 - Studio
09:46:44.119 Stack End - Studio

The only solution I’ve seen on the forum is to replace game:GetDescendants() with workspace:GetDescendants(). But I don’t have such a line in the game, and even if I am on an empty baseplate, this error still appears.

This problem prevents me from testing the game in Roblox Studio. All Client codes do not work
This error began to appear after I updated Roblox Studio. My operating system is MacOs

The error comes from a plugin “Animated Textures”, disable it and you’re gonna be fine.

1 Like

Tysm man, You’ve really helped me

1 Like

I didn’t realize that a plug-in could make the game not run. It’s a little weird.

It does that by looping through each descendant of the game, which is not recommended if you care about performamce. Plus, the error itself is a bug on Roblox’s end

1 Like

If you have this bug but dont have this plugin then just turn AudioApi to automatic or just disable. (game.VoiceChatService.UseAudioApi)

1 Like

Thanks for the help, but I already solved the problem by removing the plugin
I think it’s all because the plugin was very old

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.