Is it only me or does anyone else get this error
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
Is it only me or does anyone else get this error
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
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.
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?
But Assistant has been around for months now. I’ve never seen this error when I’m using or not using Assistant.
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.
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
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.
Read into this: Script Capabilities | Documentation - Roblox Creator Hub
I wasn’t worried about it. I’d just never seen it so I was questioning why you thought it was linked to Assistant?
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
Well in the error it said assistant
well its not the best solution but Im just going to loop through replicated instead of game
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.