|
| 04 Dec 2011 10:28 AM |
model = script.Parent.Factory backup = model:clone() function Regen() model:remove() model = backup:clone() model.Parent = script.Parent model:makeJoints() end while true do wait(1.5) if script.Parent.Factory.OwnerName.Value ~= "" then if not game.Players:FindFirstChild(script.Parent.Factory.OwnerName.Value) then Regen() end end The script works. It just break right after the 2nd person leaves the tycoon! For some reason, every tycoon regen does this! If anyone knows a solution to this, can they please retype this script and fix it? |
|
|
| Report Abuse |
|
|
|
| 04 Dec 2011 10:36 AM |
| I would very much appreciate it if somebody could help me with this dilemma. |
|
|
| Report Abuse |
|
|
|
| 04 Dec 2011 11:03 AM |
model = script.Parent.Factory backup = model:clone() function Regen() model = backup:clone() model.Parent = script.Parent model:makeJoints() model:Remove() end while true do wait(1.5) if script.Parent.Factory.OwnerName.Value ~= "" then if not game.Players:FindFirstChild(script.Parent.Factory.OwnerName.Value) then Regen() end end
Try that. Any output? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 04 Dec 2011 11:36 AM |
| @pokemon Your not helping anyone here by responding with a spammed, overused saying. If you have nothing to help with the topic at hand, you can leave. |
|
|
| Report Abuse |
|
|
|
| 04 Dec 2011 11:38 AM |
| @socca thank you. I'll try it out and see if it works. |
|
|
| Report Abuse |
|
|
|
| 04 Dec 2011 11:58 AM |
I'm just telling the spammer to get out.
|
|
|
| Report Abuse |
|
|
|
| 04 Dec 2011 12:15 PM |
| It's actually his script. I'm just trying to get the word out because his posts weren't getting any responses. Thank you for your concern but I believe he has figured it out now. |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Dec 2011 02:34 PM |
| my original post was. he was bumping the thread for me. |
|
|
| Report Abuse |
|
|
| |
|