Read my first paragraph again.
"You need to wire in "Direction" and "Position" of something relative to the driver as well, such as the Pod itself."
Code:
@inputs Cam:wirelink
Cam:setVector("Direction", Pod:forward())
Cam:setVector("Position", vec(0, -150, 0) This sets the cameras position 150 units behind your pod, pointing forward. Your code is overcomplicated and doesn't make sense to me. As long as you wire Activated on the cam controller to Active on the pod controller, you should get the results you want. People use my vehicles all the time in MP.
By the way, what is Player2:wirelink? Is it wired to the pod? And are you trying to mouse aim the cam? If so you need an eye pod, otherwise it makes more sense to parent the cam to something like the pod and control the pod instead.
If your code is instructions for the cam (I can't even tell), then replace everything with the above code. Something you coded is controlling only your cam.
Bookmarks