|
| 09 Jul 2015 10:04 AM |
Well basically here's the script...
local Player = game.Players.LocalPlayer local Cam = game.Workspace.CurrentCamera
TheCreationz = Player.Character TheCreationz.Archivable = true ThePartTwo = TheCreationz:clone() ThePartTwo.Parent = Cam Cam.CameraSubject = ThePartTwo.Torso Cam.FieldOfView = 30 Cam.CameraType = "Scriptable" Cam.CoordinateFrame = CFrame.new(0,5,5) Cam.Focus = CFrame.new(0,5,0)
The camera works fine but, i want to make it so the camera is focused on the character, and so that it'll be visible while players customize their characters...(I'd be doing the customizing part though) Just need help making the character be positioned so the camera would be focused on it....OH ALSO the cloning the character does work, but the character is just a plain Player.... |
|
|
| Report Abuse |
|
|
| |
|
Grages
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 798 |
|
|
| 09 Jul 2015 10:15 AM |
wheres this located
notice me senpai |
|
|
| Report Abuse |
|
|
|
| 09 Jul 2015 10:17 AM |
| Inside of a Local script in StarterPack. :L |
|
|
| Report Abuse |
|
|
Grages
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 798 |
|
|
| 09 Jul 2015 10:20 AM |
change the coordinates?
notice me senpai |
|
|
| Report Abuse |
|
|
|
| 09 Jul 2015 10:21 AM |
| Even so, the character comes up as a blank, default model of my character(No clothing, no hair, face etc. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
| 09 Jul 2015 10:15 PM |
| Still the script isn't working and the characters shirt, pants etc is missing :/ Bump.. |
|
|
| Report Abuse |
|
|