Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

Why script isnt working?

Asked by 10 years ago

Im trying to clone a cloud called cloud1 heres my script:

clonecloud1 = script.Parent:Clone()

config = script.Parent.Configuration

clonenumb = script.Parent.Configuration.clonenumb.Value




2 answers

Log in to vote
1
Answered by
JJ_B 250 Moderation Voter
10 years ago

script.Parent.[whatever]:Clone() You need to say what you want to clone inside the script's parent.

0
Oh, just noticed someone else put an answer similar. JJ_B 250 — 10y
Ad
Log in to vote
4
Answered by
devDave 50
10 years ago

You need to say what is it clone cloud's parent

Answer this question