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

Is it possible to make a type of camera?

Asked by 10 years ago

Is it possible to make a camera that shows on a brick. Like a security screen? If so, how?

3 answers

Log in to vote
1
Answered by 10 years ago

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
Ad
Log in to vote
0
Answered by
wetrel 15
10 years ago

http://wiki.roblox.com/index.php?title=Camera_manipulation

Log in to vote
0
Answered by
MrFlimsy 345 Moderation Voter
10 years ago

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

Answer this question