I have a rotating platform (entity map) that I want my player to be able to stand on. For some reason the player will stand or being standing on the platform but my camera view won't change even though the platform itself is rotating.
Your platform is rotating, but your player is not rotating with the platform. Detect for when the player is standing on the platform. Then add the rotations of platform to the player.