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

name expected near '('?

Asked by
KAAK82 16
10 years ago

script.Parent.FindFirstChild:("lala"):clone().Parent = lalala

1 answer

Log in to vote
0
Answered by 10 years ago
lala=script.Parent:FindFirstChild("lala")
if lala then
ModelCopy=lala:Clone()
lala.Parent=lalala

Im not sure if that is what you mean or not. I am not sure what "lalalal" is

0
thnx, I fixed it already... lol I made a stupid mistake; .FindFirstChild() not :FindFirstChild() lol KAAK82 16 — 10y
1
Good, im glad you fixed it. Its always nice to feel that satisfaction that you finished something without help, right? Tempestatem 884 — 10y
Ad

Answer this question