No cameras in PlayerModule

I am trying to get the target CFrame for the player’s camera without updating the camera to that CFrame so I can transition it smoothly to/from my own camera. I currently cannot do this because PlayerModule does not give the developer access to any of the camera functionality

local PlayerModule = require(game.Players.LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("PlayerModule"))
		
print(PlayerModule) --No cameras!

wait(10)

print(PlayerModule) --Still no cameras!

image

Thanks for the report! We’ve filed a ticket to our internal database and we’ll follow up when we have an update for you.

Please note that filling a bug report does not guarantee that it will be fixed once triaged.

1 Like