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

Is there a way to have scripts running in lighting?

Asked by 10 years ago

I am helping build a holo training centre and I need a script to run in the lighting.

-Added

Can I clone with

Script:Clone().Parent = game.workspace

?

1 answer

Log in to vote
0
Answered by
Discern 1007 Moderation Voter
10 years ago

Nope. Impossible. Clone it into Workspace.

game.Lighting.SCRIPTNAME:Clone().Parent = game.Workspace
0
Thanks but I don't know the root. is it possible to do Script:Clone().Parent = Game.Workspace? Foggydog3799 0 — 10y
0
Well SCRIPTNAME is the name of the script. If the name of the script you are cloning is named "Script" then yes you are correct. Discern 1007 — 10y
Ad

Answer this question