local SetSubject = game.ReplicatedStorage:WaitForChild("SetSubject")
function onEvent_SetSubject(Humanoid)
workspace.CurrentCamera.CameraSubject = Humanoid
end
SetSubject.OnClientEvent:Connect(onEvent_SetSubject)
To embed this project on your website, copy the following code and paste it into your website's HTML: