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

How can I make a part stick to the camera but not actually there?

Asked by 9 years ago

Like a part in the camera that follows it..

I made this code but I just inserts a part into the camera:

local cam = game.Workspace.CurrentCamera
local part = Instance.new("Part", cam)

part.Position = cam.Focus --follow the focus ples
0
help ples Harrison_Ford 5 — 9y

Answer this question