|
| 15 Aug 2013 07:28 PM |
Well it worked, but it is really jumpy, I could use some help to iron out the jumpyness
local Brick = Instance.new("Part") Brick.FormFactor = "Symmetric" Brick.Name = "ulu" Brick.Transparency = 1 Brick.CanCollide = false Brick.Size = Vector3.new(1,1,1) Brick.Parent = script local weld = Instance.new("Weld") weld.Parent = Brick weld.Part0 = Brick weld.Part1 = script.Parent.Head local camera = game.Workspace.Camera camera.CameraType = "Follow" camera.CameraSubject = script.ulu weld.C1 = CFrame.new(3, 1, 3) local Came = game.Workspace.CurrentCamera print"Running Camera"
Help?
|
|
|
| Report Abuse |
|
|
| 15 Aug 2013 07:32 PM |
b
If Cussing is immature then why is it an Adult language? |
|
|
| Report Abuse |
|
|
| 15 Aug 2013 07:35 PM |
bu
If Cussing is immature then why is it an Adult language? |
|
|
| Report Abuse |
|
|
| 15 Aug 2013 07:36 PM |
| Set CameraType to Scriptable and modify CoordinateFrame in one of the RunService events (I use Stepped) |
|
|
| Report Abuse |
|