of     1   

J0e
#178510Saturday, October 06, 2007 9:00 PM GMT

Im trying to find one but I cant! HELP ME!
J0e
#178557Saturday, October 06, 2007 9:24 PM GMT

heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelp meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
cruckshank
Top 100 Poster
#179205Sunday, October 07, 2007 7:47 AM GMT

type open door if it dont work ill create something for you k? ?-cruckshank-?
chis165
#179413Sunday, October 07, 2007 2:25 PM GMT

100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Orange462sBodyguard
#179529Sunday, October 07, 2007 3:32 PM GMT

HOW DO YOU MAKE ONE!!!!
fluffy2007
#179889Sunday, October 07, 2007 6:37 PM GMT

I'd looked at your title and i'm guessing you are searching for something like this. 1. Copy the script. 2. read the stuff on the script. 3. Message me if it doesn't work. model = game.Workspace.FlapJack-- this is for the regeneration piece model2=game.Workspace.DoorZ --this is the door backup = model:clone() function onChatted(msg, recipient, speaker) -- convert to all lower case local source = string.lower(speaker.Name) msg = string.lower(msg) if (msg == "reset") then model:remove() model = backup:clone() model.Parent = game.Workspace model:makeJoints() end if (msg == "start") then model2.CanCollide = false model2.Transparency = 1 end if (msg == "close") then model2.CanCollide = true model2.Transparency = .5 end end function onPlayerEntered(newPlayer) newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end) end game.Players.ChildAdded:connect(onPlayerEntered)
cruckshank
Top 100 Poster
#180784Monday, October 08, 2007 6:52 AM GMT

fluffy i tried your regn script but it dont work so stop giving idears... ?-cruckshank-?
J0e
#208489Friday, October 26, 2007 9:49 PM GMT

agreed
fluffy2007
#209317Saturday, October 27, 2007 3:24 AM GMT

You two should stop diss couraging, and I just learned to code. Maybe instead you can help me out by posting another script, and by the way I just tested it and it works perfectly fine. Off Topic, btw your not famous.
J0e
#1182185Sunday, June 01, 2008 3:58 PM GMT

your not either noob

    of     1