of     1   

Cessnaporsche01
#1217920Wednesday, June 04, 2008 7:18 PM GMT

I have tried several anti-lag scripts as well as making my own, but none seem 2 help. Can anyone help me w/ this?
Synthesis29
#1217931Wednesday, June 04, 2008 7:18 PM GMT

Anti Lag scripts are impossible.
VMCdr01d3k4
#1217985Wednesday, June 04, 2008 7:22 PM GMT

game.Lag:remove() XD
Cessnaporsche01
#1218001Wednesday, June 04, 2008 7:23 PM GMT

It sure seems like it. How are they supposed 2 work anyway, it doesn't seem as if the SHOULD be capable of really reducing lag.
Cessnaporsche01
#1218013Wednesday, June 04, 2008 7:24 PM GMT

VMCdr', is that a script?!?
Synthesis29
#1218023Wednesday, June 04, 2008 7:25 PM GMT

No, A joke. There no such thing as an Anti-Lag Script.
VMCdr01d3k4
#1218035Wednesday, June 04, 2008 7:26 PM GMT

Try this: function delag(obj) if (obj.className == "Part") or (obj.className == "Seat") or (obj.className == "SpawnLocation") then if (obj.Anchored == true) then --Change all the sides to smooth end elseif (obj.className == "Model") then local blah = obj:GetChildren() for i = 1, #blah do delag(blah[i]) end end end while true do local w = game.Workspace:GetChildren() for a = 1, #w do delag(w[a]) end end
VMCdr01d3k4
#1218046Wednesday, June 04, 2008 7:26 PM GMT

I just made that up. Btw, I'm dr01d3k4, I made a new account to see if I can go to places on different acounts.
Synthesis29
#1218063Wednesday, June 04, 2008 7:28 PM GMT

Why VMC?
VMCdr01d3k4
#1218088Wednesday, June 04, 2008 7:29 PM GMT

Void Masters Clan.
Synthesis29
#1218105Wednesday, June 04, 2008 7:31 PM GMT

Ok, I knew I saw that somewhere before.
Cessnaporsche01
#1218612Wednesday, June 04, 2008 8:03 PM GMT

I should try out that script, it looks like it might have a funny result. ^_^

    of     1