|
| 27 Jan 2013 09:46 AM |
local Player = script.Parent.Parent local Cam = game.Workspace.CurrentCamera
Cam.CameraType = "Custom"
while wait() do Cam.CoordinateFrame = CFrame.new(Player.Character.Torso.Position+Vector3.new(0,10,0))*CFrame.Angles(math.rad(90),0,0) end
When I insert that into my character I can't move anymore, someone help!!! |
|
|
| Report Abuse |
|
| |
| |