Hello, i want to create 2 cameras at the same time, but problem that i can’t do that, it’s just doesn’t work.
here how i try to do that
local w = game.Workspace
local Camera = Instance.new("Camera", w.Model.sdf)
Camera.Name = "Camera"
Camera.Parent.sdf
Also, i tried to move current camera to part sdf, didn’t work too, script that makes reflections just don’t see CoordinateFrame thing
Replaced coordinateframe with cframe, didn’t help too
Or it’s impossible to make 2 cameras at same time?
Fixed everything, now character reflects normally