ManticoreGamesInc/platform-documentation

Cameras and Settings Feedback

Closed this issue · 1 comments

The code for override camera:

local CAMERA = script:GetCustomProperty("Camera"):WaitForObject()
local localPlayer = Game.GetLocalPlayer()

localPlayer:SetOverrideCamera(propCamera)

Is incorrect, it should be propCamera on line 1, or CAMERA on line 4.

Thanks :)