of     1   

LordRattler
#118985Wednesday, August 22, 2007 6:43 PM GMT

will someone go in solo and please make a regen script for me and copy and paste it in here so I can use it?and also make it maybe a model...
totti
#119212Wednesday, August 22, 2007 9:14 PM GMT

model = game.Workspace.MyModelName --Replace the 'MyModelName' with the name of your model. messageText = "Regenerating MyModelName..." --And replace it here! message = Instance.new("Message") message.Text = messageText backup = model:clone() while true do wait(300) --How long till regeneration. message.Parent = game.Workspace model:remove() wait(4) -- display regen message for 4 seconds model = backup:clone() model.Parent = game.Workspace model:makeJoints() message.Parent = nil --clears message end There you go....oh and all of this is on wiki for future reference.... Totti
LordRattler
#119235Wednesday, August 22, 2007 9:27 PM GMT

UGGGH I IDNT SYA POST IT EMPTY I SAID POST IT WITHT HE DOOM SPIRES MODELS NAMES!!UGGHHH!
totti
#119294Wednesday, August 22, 2007 9:52 PM GMT

....where did you say that? Totti
totti
#119307Wednesday, August 22, 2007 9:57 PM GMT

model = game.Workspace.doomspire --Replace the 'MyModelName' with the name of your model. messageText = "Regenerating 4 Corners..." --And replace it here! message = Instance.new("Message") message.Text = messageText backup = model:clone() while true do wait(300) --How long till regeneration. message.Parent = game.Workspace model:remove() wait(4) -- display regen message for 4 seconds model = backup:clone() model.Parent = game.Workspace model:makeJoints() message.Parent = nil --clears message end Fine!....there is your script...just put all of the spires together and name them "doomspire"... Totti
Mario68
Top 100 Poster
#119321Wednesday, August 22, 2007 10:03 PM GMT

i tried to tell LordRattler but HE DONT LISTEN. the MyModelName is lordrattler needs to name his 4 doom spires. and that is it.
Tu531
#708178Friday, April 04, 2008 10:10 PM GMT

ah...
Wirodeu
Top 100 Poster
#708452Friday, April 04, 2008 10:59 PM GMT

LordRattler, would it hurt to make a bit nicer replies? Wirodeu, www.robloxjuice.wordpress.com
Superluigiwii
#709502Saturday, April 05, 2008 1:35 AM GMT

[ Content Deleted ]
Superluigiwii
#733508Wednesday, April 09, 2008 2:08 AM GMT

This is waffleboys idea, don't be a copying noob.
AlphaBlock
#733586Wednesday, April 09, 2008 2:21 AM GMT

if someone spoofs your model then its a good one ;) i have a donut factory someone took apart and made a battery make ( mmmmm battery donuts )

    of     1