|
| 27 Jul 2015 08:49 PM |
?
I have been wondering this question for awhile now and it would be very convenient and save time.
If anyone has answers that'd be great :)! |
|
|
| Report Abuse |
|
|
Clxver
|
  |
| Joined: 19 Oct 2014 |
| Total Posts: 727 |
|
|
| 27 Jul 2015 08:52 PM |
Use coroutines I believe.
\\ mistakes are proof that you're trying |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 08:56 PM |
^^^
Wouldn't work in my case; I just want it to have multiple spawn locations but I don't think I could do that.
Here's the script.
"while wait() do
wait(3)
local GreySway = game.ServerStorage:WaitForChild("Grey Sway") local Clone = GreySway:Clone() Clone.Parent = workspace Clone:WaitForChild("Handle").CFrame = CFrame.new(1, 5, -96)
end" |
|
|
| Report Abuse |
|
|
| |
|
| |
|