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.
Rope = game.Lighting:FindFirstChild("Rope") Rope:Clone().Parent = game.StarterGui
Hope I Helped
+1