Plugins erroring? Whats going on?

So I tried using a plugin called Swithcer (its a reclass plugin, idk who made it lol),
except it keeps giving the error: The current thread cannot access 'StreamingService' (lacking capability Assistant)

Now this wouldnt be a big deal, except a plugin I made, is also giving these errors.

My questing is, what is this error? How can I fix it? Cause its kinda driving me insane

1 Like

I’m not entirely sure on this, but I assume that the script would be doing game:GetChildren() or game:GetDescendant() at some point, then refining the results using :IsA.

I believe that for some reason Roblox made one of the services (which is a result in :GetChildren()) visible yet unaccessible by plugins, and results in it throwing the error.

(Again, I’m not 100% sure on this, but it’s my best guess)

2 Likes

I fixed this day ago, you need just turn AudioApi to automatic or just disable. (game.VoiceChatService.UseAudioApi)

1 Like

Wait really? Thats so strange lol, never expected a bug like this to be caused by VoiceChat lol, I’ll try it out later

1 Like