of     1   

skatman5722
#367245Monday, January 07, 2008 2:38 PM GMT

model = game.Workspace.MyModelName messageText = "Regenerating MyModelName..." message = Instance.new("Message") message.Text = messageText backup = model:clone() while true do wait(300) -- regenerate this model every 300 seconds 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 end
gtbot
Top 100 Poster
#367256Monday, January 07, 2008 2:57 PM GMT

Wrong forum. Post this in Scripting Help.
skatman5722
#367259Monday, January 07, 2008 2:58 PM GMT

i know its wrong forum just answer it
gtbot
Top 100 Poster
#367262Monday, January 07, 2008 3:01 PM GMT

Fine, but promise not to do it again or I won't help you. Yes it is workable, but you need to change model = game.Workspace.MyModelName messageText = "Regenerating MyModelName..." You need to change "MyModelName" to the name of your model to work. You model can't have spaces.
DrWaff1ez
#74720412Monday, August 06, 2012 12:33 PM GMT

hes right
Secula
#74720660Monday, August 06, 2012 12:38 PM GMT

Wrong forum.
dartman65
#74720678Monday, August 06, 2012 12:39 PM GMT

Get out....-_-
papey
#74720695Monday, August 06, 2012 12:39 PM GMT

Anyone saw the post date?
Malconer
#74720882Monday, August 06, 2012 12:44 PM GMT

this thread was made in 2008 or so, somone just posted on it to get it to the front page lol.

    of     1