of     3   
chevron_rightchevron_rightchevron_right

CoffeeLord
#1108549Monday, May 26, 2008 1:50 PM GMT

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....
Wirodeu
Top 100 Poster
#1108730Monday, May 26, 2008 2:15 PM GMT

EPIC!!! ();;
CoffeeLord
#1108739Monday, May 26, 2008 2:16 PM GMT

?
Wirodeu
Top 100 Poster
#1108749Monday, May 26, 2008 2:17 PM GMT

Its awshum ~(^.^)~
CoffeeLord
#1108755Monday, May 26, 2008 2:17 PM GMT

Thanks.
CoffeeLord
#1108760Monday, May 26, 2008 2:18 PM GMT

I'm going to try testing it....
Wirodeu
Top 100 Poster
#1108826Monday, May 26, 2008 2:26 PM GMT

How is removing game useful anyway? O.o
FlashJoeW
Top 100 Poster
#1108852Monday, May 26, 2008 2:29 PM GMT

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)
CoffeeLord
#1110124Monday, May 26, 2008 4:40 PM GMT

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.
CoffeeLord
#1110133Monday, May 26, 2008 4:41 PM GMT

If you have ever experienced someone remoing the workspace, you'll know what I mean.
CoffeeLord
#1110202Monday, May 26, 2008 4:49 PM GMT

It doesn't work! >.<
DingDong272
Top 100 Poster
#1110301Monday, May 26, 2008 4:59 PM GMT

Remove the "script.Parent = game" line. Then, in the command bar, put this: game.Workspace.[name of script].Parent = game
Anaminus
Top 100 Poster
#1110442Monday, May 26, 2008 5:10 PM GMT

Scripts can't run outside of the workspace. ?-Anaminus-?
langile101
#1110795Monday, May 26, 2008 5:38 PM GMT

can you get it back manually if you remove it??
Zuka
#1110814Monday, May 26, 2008 5:40 PM GMT

Ctrl+Z
DingDong272
Top 100 Poster
#1110841Monday, May 26, 2008 5:41 PM GMT

They can't? Why not?
Zuka
#1110875Monday, May 26, 2008 5:42 PM GMT

I don't know. They run inside a Backpack and the Workspace.
DingDong272
Top 100 Poster
#1110889Monday, May 26, 2008 5:43 PM GMT

That's dumb...
Anaminus
Top 100 Poster
#1110892Monday, May 26, 2008 5:43 PM GMT

Because Erik said so. ?-Anaminus-?
DingDong272
Top 100 Poster
#1110912Monday, May 26, 2008 5:45 PM GMT

Are we allowed to contradict Erik?
langile101
#1110972Monday, May 26, 2008 5:48 PM GMT

im a noob i couldnt figure that out -.-
blanman
#1111036Monday, May 26, 2008 5:51 PM GMT

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
PokeMaster8
#1111148Monday, May 26, 2008 5:57 PM GMT

...... is that even possible?
langile101
#1111229Monday, May 26, 2008 6:02 PM GMT

ctrl+X doesnt work
CoffeeLord
#1112729Monday, May 26, 2008 7:47 PM GMT

Would it work in lighting(At least it's in something that way)?

    of     3   
chevron_rightchevron_rightchevron_right