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

Cloning script and putting it on a certain part?

Asked by 10 years ago

How would I make so the script "Rope" inside lighting gets cloned into startergui? -Heres what I have so far:

wait(20)
game.Lighting.rope:Clone()game.StarterGui

it´s pretty simple and I think that I am on the right way, please correct me if I am wrong. Suggestions are always welcome here.

1 answer

Log in to vote
0
Answered by
Goulstem 8144 Badge of Merit Moderation Voter Administrator Community Moderator
10 years ago

Rope = game.Lighting:FindFirstChild("Rope") Rope:Clone().Parent = game.StarterGui

Hope I Helped

+1

0
It didn´t worked biocommand 30 — 10y
0
Okay.. wait(20) game.Lighting:FindFirstChild("rope"):Clone().Parent = game.StarterGui Goulstem 8144 — 10y
Ad

Answer this question