of     1   

xChuckNorris
#31262542Monday, August 09, 2010 8:18 PM GMT

I tried having some fun on xLegox Conquest IV but it breaks. When I try making _G functions it keeps breaking. What has happened?
Combrad
#31262602Monday, August 09, 2010 8:19 PM GMT

legolas2000
#31262634Monday, August 09, 2010 8:19 PM GMT

roblox hates scripters so they "temporarly" removed global functions...
legolas2000
#31262952Monday, August 09, 2010 8:23 PM GMT

(the message is from 2007 - think for yourself how "temporarly" it is XD)
nominate10
#31263564Monday, August 09, 2010 8:30 PM GMT

Put this at the beginning of your script...might fix it. _G = nil
xChuckNorris
#31264560Monday, August 09, 2010 8:42 PM GMT

I hope roblox fixes this cause I'm very disappointed.
xChuckNorris
#31266009Monday, August 09, 2010 8:59 PM GMT

I think _G is still here. I created 2 scrips and put them in workspace. One of the scripts have this. _G = nil _G.Write = "BLAH BLAH" The other has. print(_G.Write) And guess what I got >BLAH BLAH
xChuckNorris
#31266078Monday, August 09, 2010 9:00 PM GMT

So the solution: _G = nil. Thanks whomever said _G = nil

    of     1