New studio change causes bug?

Is it only me or does anyone else get this error

image

This wasnt a issue before today, I loaded up studio play tested my game, and this error showed up, Does anyone know a way to solve this or what this is?

this is the script
image

2 Likes

Yes, that is a new feature that Roblox has rolled out called the Assistant which is an AI chat bot to help you anytime you need it. So most likely it is on Roblox’s end.

3 Likes

I was searching a way to disable assistant,

Even though I have it unchecked, it still appears. ( Restarted already + saved ) Is the assistant a permanent feature or is there a way to disable it?

2 Likes

But Assistant has been around for months now. I’ve never seen this error when I’m using or not using Assistant.

1 Like

Don’t worry, it won’t be a big issue for you or your game, you might just get an error from Roblox Studio once in a while.

2 Likes

nah, I like to have my stuff clean, Once you start a bad habit it can lead to huge problems,

But it really doesnt affect my game, it broke my scripts Obviously I could just delete the problem but I still need to load my animations from

for _, v in game:getdescendants()

Maybe a new patch? They could of changed something from it that would cause it to break

1 Like

It’s not the assistant causing it.
You’re trying to loop through every game descendant, some of which (Services) are protected by the engine. StreamingService happens to be one of them. Change the group you’re looping through, because doing this way of loading an animation is bad.

And

Read into this: Script Capabilities | Documentation - Roblox Creator Hub

2 Likes

I wasn’t worried about it. I’d just never seen it so I was questioning why you thought it was linked to Assistant?

1 Like

This shouldnt be a problem at all since It was working fine for the past year, Maybe they added something new that caused the problem

1 Like

Well in the error it said assistant :person_shrugging:

1 Like

well its not the best solution but Im just going to loop through replicated instead of game

1 Like

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