EchoReaper
#169386469Thursday, July 30, 2015 9:42 PM GMT

The guy responsible for this confirms that this does not break anything. If your game is breaking it's something else that's likely your own fault. This will go away once the feature is turned on, but for now just ignore it.
Grozztok
#169426232Friday, July 31, 2015 3:46 AM GMT

You know, I've actually been getting this too but I don't think it's anything with regular lua scripts because even when I disable every script and hit "Run" the message still pops up but correct me if I'm wrong :o
fuzzballgame
#169428495Friday, July 31, 2015 4:09 AM GMT

Hmmmm... I recently got this too. I was using a "remove" function in my case.
triode
#169430497Friday, July 31, 2015 4:28 AM GMT

Microsoft>Apple ok lets stop before war is imminent ʏᴏᴜ ᴛʜᴏᴜɢʜᴛ ʏᴏᴜ ᴄᴏᴜʟᴅ ᴅʀᴀɢ ᴍᴇ ᴛᴏ ᴛʜᴇ ʙᴏᴛᴛᴏᴍ ᴏғ ᴛʜᴇ ʟᴀᴋᴇ sᴏ ʏᴏᴜ ᴄᴏᴜʟᴅ ᴇᴀᴛ ᴍᴇ ʟᴀᴛᴇʀ... ᴡᴇʟʟ ɢᴜᴇss ᴡʜᴀᴛ ᴘᴜɴᴋ... ɪᴍ ᴀ ғɪsʜ... ᴡɪᴛʜ ʟᴇɢs
cgjnm
#169433033Friday, July 31, 2015 4:53 AM GMT

I got this too.. Two functions in game: game.Players.PlayerAdded:connect(function(plr) plr.Chatted:connect(function(msg) end) end)
CleanCoder
#169490532Friday, July 31, 2015 5:57 PM GMT

I got the same error message when I used GetChildren() and Clone() ~Dragoloy, President of Drago Inc.~
thedestroyer115
#169490864Friday, July 31, 2015 6:00 PM GMT

"The guy responsible for this confirms that this does not break anything. If your game is breaking it's something else that's likely your own fault. This will go away once the feature is turned on, but for now just ignore it."
TheSteelEagle
#169537454Saturday, August 01, 2015 12:37 AM GMT

^^ Lies. Everything worked perfectly until this latest update.
thedestroyer115
#169543217Saturday, August 01, 2015 1:37 AM GMT

Not lies. The sources are the actual engineers. :|
wazzuuupp
#169559490Saturday, August 01, 2015 4:22 AM GMT

I can't run a basic 'while true do'. It's stops it for some reason.
NoahTronic
#169610515Saturday, August 01, 2015 6:29 PM GMT

This broke all my GUIs.
Maxattax
#169628055Saturday, August 01, 2015 9:41 PM GMT

All of my modules have failed, which I rely heavily upon. The first call I make to a module kills the script, so nothing is working... My game was working 100% with no errors before. I loaded my game up today, after a long break, and the large majority of all my code is broken. This only happened after the "This function is not yet enabled!" piece of crap appeared. Why would ROBLOX push an update that would disable commonly used functions? This is ridiculous. Pretty sure that Engineer doesn't know what he's talking about...
thedestroyer115
#169633263Saturday, August 01, 2015 10:35 PM GMT

"Why would ROBLOX push an update that would disable commonly used functions? This is ridiculous. Pretty sure that Engineer doesn't know what he's talking about..." You need to understand that it was an accident, and that it was not intentional. People are working on a fix right now.
nQqzRYVpIKA5jLP
#169634361Saturday, August 01, 2015 10:46 PM GMT

I love how these idiots think this update broke their crappy scripts despite the fact that this update is completely unrelated and their scripts are just crappy.
iiEssence
#169635049Saturday, August 01, 2015 10:53 PM GMT

@nQ Some of my scripts broke after that update, and I witnessed that Mad games was broken for about 20 minutes after the update too. So it definitely isn't 'unrelated' I don't need a siggy
nQqzRYVpIKA5jLP
#169635154Saturday, August 01, 2015 10:54 PM GMT

You're proof that this update broke your game is that Mad Games broke? Lol. Loleris can't script, stop joking.
iiEssence
#169637285Saturday, August 01, 2015 11:18 PM GMT

Then explain to me why the game was broken for 20 minutes right after the update? I guess it just magically broke and fixed by itself without loleris having to do anything I don't need a siggy
nQqzRYVpIKA5jLP
#169637952Saturday, August 01, 2015 11:25 PM GMT

Instead of complaining about an update that has nothing to do with breaking your crappy scripts, why don't you just fix your crappy scripts?
iiEssence
#169638189Saturday, August 01, 2015 11:28 PM GMT

I wasn't complaining at all, rather just stating what has happened. And I have already managed to upgrade my scripts (fix is an understatement). I don't need a siggy
cgjnm
#169646604Sunday, August 02, 2015 12:57 AM GMT

The update mostly affected the Players List/Leaderboard
Chesterlots
#169656285Sunday, August 02, 2015 2:36 AM GMT

I dunno if this has previously been the case, but you can't even do "Hello World!" currently. What happened? You practically can't even code with the current update.
Chesterlots
#169656601Sunday, August 02, 2015 2:40 AM GMT

Hello World is working now, but I still get that error. More so, if this breaks old scripts, then this is a horrible for any newbie who wants to make his first game using some pre-made scripts, like myself.
nQqzRYVpIKA5jLP
#169656634Sunday, August 02, 2015 2:40 AM GMT

Alright, I've tried explaining this to all of you, but clearly you are just too incompetent to understand, so I'm just going to stop trying.
cgjnm
#169656768Sunday, August 02, 2015 2:41 AM GMT

^^^
returaap
#169708561Sunday, August 02, 2015 4:41 PM GMT

local model = game.Workspace.MovingWall local platform = model.Platform local start = model.Start local finish = model.Finish local bodyPosition = start.Position This script is from youtube and it's saying the same thing.