|
I was thinking about how people removing the workspace was so annoying. Iwhipped this up in seconds, and I can't believe that nobody has ever thought of this before!:
script.Parent = game
while true do
if game:findFirstChild("Workspace") ~= nil then return end
wait(2)
script.Parent:Remove()
end
I haven't tested this yet.... |
|
WirodeuTop 100 PosterJoin Date: 2008-01-04 Post Count: 10853 |
EPIC!!! ();; |
|
|
WirodeuTop 100 PosterJoin Date: 2008-01-04 Post Count: 10853 |
Its awshum ~(^.^)~ |
|
|
|
I'm going to try testing it.... |
|
WirodeuTop 100 PosterJoin Date: 2008-01-04 Post Count: 10853 |
How is removing game useful anyway? O.o |
|
FlashJoeWTop 100 PosterJoin Date: 2007-12-24 Post Count: 4886 |
what if it crashes the game? and it all freezes... why not make it replace the base if it doesn't exist?
(i know how lol) |
|
|
No, it's supposed to remove the game when the workspace is gone, ao you can start a new server instead of having chaos and making it hard to start a new server. |
|
|
If you have ever experienced someone remoing the workspace, you'll know what I mean. |
|
|
DingDong272Top 100 PosterJoin Date: 2007-12-08 Post Count: 9860 |
Remove the "script.Parent = game" line. Then, in the command bar, put this:
game.Workspace.[name of script].Parent = game |
|
AnaminusTop 100 PosterJoin Date: 2006-11-29 Post Count: 5945 |
Scripts can't run outside of the workspace.
?-Anaminus-? |
|
|
can you get it back manually if you remove it?? |
|
ZukaJoin Date: 2007-11-02 Post Count: 4078 |
Ctrl+Z |
|
DingDong272Top 100 PosterJoin Date: 2007-12-08 Post Count: 9860 |
They can't? Why not? |
|
ZukaJoin Date: 2007-11-02 Post Count: 4078 |
I don't know. They run inside a Backpack and the Workspace. |
|
DingDong272Top 100 PosterJoin Date: 2007-12-08 Post Count: 9860 |
That's dumb... |
|
AnaminusTop 100 PosterJoin Date: 2006-11-29 Post Count: 5945 |
Because Erik said so.
?-Anaminus-? |
|
DingDong272Top 100 PosterJoin Date: 2007-12-08 Post Count: 9860 |
Are we allowed to contradict Erik? |
|
|
im a noob i couldnt figure that out -.- |
|
blanmanJoin Date: 2008-03-15 Post Count: 1750 |
even if workspace were recreated youd need a VERY complex script in order to take info from player and recreate ppl but that would be like scripting the entery of a player |
|
|
...... is that even possible? |
|
|
|
Would it work in lighting(At least it's in something that way)? |
|