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

Brick control from the main Player?[Half Answered.]

Asked by 9 years ago

****Ok, So I guess my last question was not formatted for the Q&A sorry about that mods, but anyways I'll ask a better question.

Question: How do i control a brick and make it move with using my camera, or player?, For example I've seen a scripter go in a Square form with rotating bricks, and he was able to move that sqaure with no problems, Please answer this as I'm new to scripting and will ask lots of questions.

1 answer

Log in to vote
0
Answered by
adark 5487 Badge of Merit Moderation Voter Community Moderator
9 years ago

You're going to want to access Workspace.CurrentCamera from a LocalScript inside a Tool or the GUI of the Player you want to be 'viewing' the brick.

Using this, mess around and experiment with the various properties the camera has until you get the effect you desire.

Here is a good tutorial on Camera Manipulation.

Ad

Answer this question