|
What does this mean.. exactly? |
|
|
I've never gotten this before, assuming I screwed up writing one of my functions, maybe it isn't connecting right or something |
|
|
It means that ROBLOX has finished the function and implemented it on the PC/Mac and Android clients, but they're waiting for a ~1 week approval process before the change can make it through the iOS approval process so it can be implemented on the iPhone client. Until Apple gets off their butts and approves the change, you'll continue to get that error because ROBLOX doesn't want to enable it because if someone on iPhone joined your game they would break your scripts since it didn't work for them yet.
Which function are you trying to use out of curiosity? |
|
|
Echo, I'm not sure.
I have a script with about 600 lines and various functions inside, not sure which is causing this. |
|
|
Are there any other possible causes out there? |
|
|
I'm not using any special functions. That doesn't make much sense. |
|
|
It'll be one of the functions that was just added to the API recently. See if you're using:
AnimationController.GetPlayingAnimationTracks
Humanoid.GetPlayingAnimationTracks
Humanoid.GetStateEnabled
Humanoid.SetStateEnabled
If not, upload your code to pastebin and I'll take a look at it. |
|
|
If you're using GetPlayingAnimationTracks(), try testing your script again. Davidii just said that it was enabled a few minutes ago. |
|
|
I'm not messing with either one of those, yet I'm still receiving this error.
If it helps, I believe I am receiving it before any functions are actually called. |
|
|
Actually, the error is being called just by me opening the game up in studio. |
|
Mkjp87Join Date: 2012-02-01 Post Count: 147 |
You get it just solo playing a place with no user made scripts. |
|
TimeTicksJoin Date: 2011-04-27 Post Count: 27115 |
Read my siggy.
"Talk is cheap. Show me the code." - Linus Torvalds |
|
|
Well, it doesn't appear to effecting any of my code.
It just popped up out of no where, so I don't like it. |
|
iiEssenceJoin Date: 2014-06-18 Post Count: 3467 |
It's not just you, roblox messed something up. It's affecting a lot of front-page games right now.
I don't need a siggy |
|
|
Good to know, and sorry to hear. |
|
|
It's doing the same thing with me ;( |
|
|
nomer888Join Date: 2010-02-13 Post Count: 551 |
Studio updated right before this started happening for me. Studio throws that message in every place when the game starts. I'll be keeping an eye on Anaminus' API dumps and the change log on the ROBLOX wiki. |
|
|
I have no idea what this error is, but it destroys logic games :( |
|
mash123Join Date: 2008-01-26 Post Count: 10768 |
I got this error in a place that was was working perfectly before and I didn't make any changes to it, so is it a problem with roblox studio itself? If so do we just need to wait it out? |
|
|
How does it mess up games? I only noticed an annoying error that has no effect what so ever. |
|
nixpcJoin Date: 2012-02-05 Post Count: 15425 |
For me it breaks all the scripts. |
|
IAmBWJoin Date: 2013-01-13 Post Count: 698 |
New game Idea! woohoo!!!
Just need to add this animations.. and.. ERROR!
aw cmon |
|
|
ROBLOX is probably using one of these functions in like a CoreScript or something, and decided not to pcall it just to annoy us to death. Expect it to be gone as soon as any recent updates gets past apples lazy moderation. |
|
|
I have been getting this too, but none of my scripts are broken.
|
|