|
| 17 Jun 2012 01:36 AM |
Think this'll work?
It should change Everything's "Archivable" Property to false, and force it to stay false so People can't effectivly save the Place to their Computer when Exploiting.
wait(2) script.Parent = nil
for i,v in pairs(workspace:GetChildren()) do v.Archivable = false v.Changed:connect(function(prop) if (prop = "Archivable") then v.Archivable = false end end) end |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2012 01:36 AM |
Gah sorry, Fixed an error in it ----------------------------------------
wait(2) script.Parent = nil
for i,v in pairs(workspace:GetChildren()) do v.Archivable = false v.Changed:connect(function(prop) if (prop == "Archivable") then v.Archivable = false end end) end |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2012 01:49 AM |
| Hmm.... I suppose so. I'm a newb/middle class scripter, but I don't really see any flaws. :P It should work. |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2012 01:52 AM |
| So this will set Everything in Workspace's Archivable Property to false, so when Exploiters try to save it to their Computer, They'll get an Empty Workspace? |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2012 02:04 AM |
That is correct.. ( I hope )
---------------------------------
http://wiki.roblox.com/index.php/Archivable |
|
|
| Report Abuse |
|
|
Solotaire
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 30356 |
|
|
| 17 Jun 2012 02:10 AM |
| Why not use the two line crash ban script that everyone has been posting here for the last two days? |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Jun 2012 02:50 AM |
| But everyone should use the script he posted to get rid of JaredValdez4's STEALING! e.e |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2012 03:35 AM |
| Because I don't want Servers to shutdown, I want it to prevent PLACE STEALING. |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2012 04:08 AM |
| It doesn't Shutdown, it crashes the EXPLOITER'S Roblox. e.e' |
|
|
| Report Abuse |
|
|