Is it possible to make a camera that shows on a brick. Like a security screen? If so, how?
I am not 100% sure this will work.
while true do game.Workspace.CurrentCamera.CameraSubject = game.Workspace.Part wait(10) -- So It doesn't crash. end
There is currently no way to do this. However, you could move the player's camera to a certain area when something is triggered. Learn more here: http://wiki.roblox.com/index.php?title=Camera_manipulation