of     1   

Computerguru277
#788084Saturday, April 19, 2008 2:06 PM GMT

Well, I'm making a script that removes the workspace (so it basicly shuts down that server, forcing ppl to play w/ other ppl. Good for pwners and the pwned). I think it goes like: print "Computerguru277's removal service activated" [insert message script] wait([insert time]) game.Workspace.Remove:() --is this line correct? i just need that line...or something...
MasterChiefy
Top 100 Poster
#788089Saturday, April 19, 2008 2:06 PM GMT

game.Workspace:Remove()
Computerguru277
#788092Saturday, April 19, 2008 2:07 PM GMT

k, thank you!
SorryForBumping
#154161044Sunday, January 18, 2015 8:31 AM GMT

Remove is depreciated. Use Destroy instead.

    of     1