|
| 13 Jul 2012 02:18 PM |
wait(300) find.game.Lighting.Zombie:findFirstChild("Double-Points"):Clone() {Vector3.new(-405.4, 45.51, 439.2) } end
I need it to wait 300 seconds (5 Minutes) then clone the Double Points into that vector area, then repeat....can anyone help fix it? |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Jul 2012 03:12 PM |
Can't tell if trolling or learned scriptign the bad way o3o
wait(300) game:GetService("Lighting").Zombie["Double-Points"]:Clone():MoveTo(Vector3.new(-405.4, 45.51, 439.2))
|
|
|
| Report Abuse |
|
|
| |
|