|
| 02 Apr 2013 05:52 PM |
clone = game.Workspace.Ball:Clone() ball = game.Workspace.Ball:Clone() while true do if ball == nil then clone.Parent = game.Workspace clone.Position = (0, 0, 0) else print("Don't Regenerate") wait(1) end end
Someone told me this is how it is suppose to be, but it still ain't right. |
|
|
| Report Abuse |
|
|
|
| 02 Apr 2013 06:07 PM |
If there's a red line under the words in a section that's probably the problem. I'm not sure if this will help but change the line: clone.Position =(0,0,0) to the position you want it to spawn. The "Ball" should be the exact name of the object, and you should capitalize the "ball" |
|
|
| Report Abuse |
|
|
|
| 02 Apr 2013 06:08 PM |
| Sorry I meant the b in ball so it's all the same. |
|
|
| Report Abuse |
|
|