|
| 06 Jul 2013 11:39 AM |
| I've check the script over and over and when the script begins it deletes the model but then it never regens...Any help? |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2013 11:40 AM |
We don't have the model or the script here. We can't help you at all with this information. Is the script erroring? |
|
|
| Report Abuse |
|
|
|
| 06 Jul 2013 11:41 AM |
Here is the script :
model = game.Workspace.Prizes messageText = "Regenerating Prizes"
message = Instance.new("Message") message.Text = messageText backup = model:clone()
while true do wait(10)
message.Parent = game.Workspace model:remove()
wait(5)
model = backup:clone() model.Parent = game.Workspace model:makeJoints() message.Parent = nil end
And It doesn't error it just doesn't complete itself for some reason.
|
|
|
| Report Abuse |
|
|
|
| 06 Jul 2013 11:42 AM |
| Another wierd thing is that it works when you test it in roblox studio but not in online mode... |
|
|
| Report Abuse |
|
|
| |
|