Im trying to clone a cloud called cloud1 heres my script:
1 | clonecloud 1 = script.Parent:Clone() |
2 |
3 | config = script.Parent.Configuration |
4 |
5 | clonenumb = script.Parent.Configuration.clonenumb.Value |
script.Parent.[whatever]:Clone()
You need to say what you want to clone inside the script's parent.