anxlr
(anx)
#1
Hello, I’ve ran into a problem where I want to sync/replicate a part’s BodyGyro’s position but im confused on how I’m gonna do that. Please help
Code:
local Camera = workspace.CurrentCamera
local BodyGyro = workspace:FindFirstChild('Cameras').Camera.BodyGyro
-- Set CFrame --
end)
astraIboy
(The Batman)
#2
A bodygyro is already repliacted, do you mean have the part be controlled soley by the BodyGyro CFrame?
anxlr
(anx)
#3
I want to basically sync the players camera. With the body gyro’s cframe
anxlr
(anx)
#4
Or its lookvector* Where the front of the part is facing. Makes a little more sense