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
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