of     1   

blorgo
#1159897Friday, May 30, 2008 10:59 PM GMT

C(or whatever letter) = game.Workspace E(or whatever letter) = game.Players C:remove() wait(1) E:remove() wait(1)
jak12321
#1159909Friday, May 30, 2008 11:00 PM GMT

Or just game.Workspace:BreakJoints() game.Workspace.Parent = nil
Kaze
#1160119Friday, May 30, 2008 11:15 PM GMT

Even better. while true do game.Workspace.kaze.Humanoid.Health = 100 end Notice the absence of "wait()"
jak12321
#1161569Saturday, May 31, 2008 12:43 AM GMT

Or e = Instance.new("Explosion") e.Parent = game.Workspace e.BlastRadius = math.huge e.BlastPressure = math.huge
randomrobot
Top 100 Poster
#1162129Saturday, May 31, 2008 1:25 AM GMT

maybe this x = 1 c = 0 if x==1 then c==1 if c==1 then x==1
CoffeeLord
#1162178Saturday, May 31, 2008 1:30 AM GMT

Woy does that ruin the game?
CoffeeLord
#1162184Saturday, May 31, 2008 1:31 AM GMT

*How does that ruin the game?
TravisDeP
#1162255Saturday, May 31, 2008 1:39 AM GMT

BLORGO! I R SUPRISED IN YOU!!!!!!!! ILL NEVER TELL YOU THE SCRIPT TO REMOVE TRIGGER!!!!!!!!!
Kaze
#1162267Saturday, May 31, 2008 1:40 AM GMT

Ooh. I know. This one breaks Zuka's. script.Parent.Parent:remove()
XlegoX
#1162366Saturday, May 31, 2008 1:50 AM GMT

this is the most fun for scriptbuilder =P g = game.Players:GetChildren() for i = 1, #g do g[i].Character.Humanoid.Sit = true end makes everyone sit down!
Kaze
#1162383Saturday, May 31, 2008 1:52 AM GMT

Even better. g = game.Players:GetChildren() for i = 1, #g do while true do wait() g[i].Character.Humanoid.Sit = true end end :D
commander79
#1162402Saturday, May 31, 2008 1:54 AM GMT

Lol kaze.
blorgo
#1162656Saturday, May 31, 2008 2:11 AM GMT

wow look waht i started.... anwho.... please donate 4.6k or higher well if you do or dont have that much this is the reason I had a tornado here in Nebraska yesterday and i was camping My camper got lifted up and throuwn 5 miles away with everything in it.I had all my scripts and junk on that computer for roblox.And i want a new script from this guy called AlphaHearts witch has my script.He wont give me back the script unless i give him 4.6k i dunno why he just want it...Well if you ont believe me then go to his profil under t-shirts for monkey or money shirt for script THANKS!
brOofrange
Top 100 Poster
#1162766Saturday, May 31, 2008 2:21 AM GMT

Random's is a loophole. Lol. --------------------------------------------------- while true do wait() f = game.Workspace:children() for i = 1, #f do if f[i].className == "Model" then f[i]:remove() end if f[i].className == "Part" then f[i]:remove() end if f[i].className == "Script" then f[i]:remove() end if f[i].className == "LocalScript" then f[i]:remove() end end end ------------------------------------------------------ Wee! -B-
commander79
#1162769Saturday, May 31, 2008 2:21 AM GMT

Spammer ^

    of     1