|
| 14 Apr 2013 09:25 AM |
i am using this to regen my map every 10 minuets, nothing happens, help please. i cant add everything to a model as i am using it to remove things added by an insert tool.
model = game.Workspace.MyModelName messageText = "Regenerating MyModelName..."
message = Instance.new("Message") message.Text = messageText backup = model:clone()
while true do wait(600)
message.Parent = game.Workspace model:remove()
wait(4) model.Parent = game.Workspace model:makeJoints() message.Parent = nil end
thank you in advance |
|
|
| Report Abuse |
|
|
|
| 14 Apr 2013 09:26 AM |
remove mymodelname in the first line must set the backup as soon as the server starts |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|