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

How would I put something in the camera without instance.new?

Asked by
exarlus 72
6 years ago

Basically a local part without instance.new

No im not requesting im asking how i would go about starting this.

1 answer

Log in to vote
0
Answered by 6 years ago

Well you could put a part into your Lighting, then with your script, parent that part from Lighting into the Camera, for example.

local Part = game.Lighting.Part
Part.Parent = game.Workspace.Camera

But if you follow these steps, your scripting may look ugly. But who cares really, it just has to work.

0
Thanks exarlus 72 — 6y
0
No problem :D TheOnlySmarts 233 — 6y
0
Also, I know this is late, but it is probably better to use ServerStorage instead of Lighting, but if you're new it's completely fine to use Lighting. TheOnlySmarts 233 — 5y
Ad

Answer this question