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

Cloning an object from lighting to workspace?

Asked by 10 years ago

How would I go about doing that ^? I'm very new to this...

1 answer

Log in to vote
1
Answered by
LevelKap 114
10 years ago

--Try this: Object = game.Lighting.Object ObjectCopy = Object:Clone() ObjectCopy.Parent = Workspace

2
Thanks :D Helped a lot! YellowoTide 1992 — 10y
0
No problem, ask if you need anything else, i'm happy to help! LevelKap 114 — 10y
Ad

Answer this question