game:GetService("ReplicatedStorage").Remotes.startRound.OnServerEvent:Connect(function(player, info)
local chance = math.random(1, 2)
local sniper = info.Players[chance]
CPart = workspace.Maps:WaitForChild(info.Map).CPart
table.remove(info.Players, sniper)
if sniper then
sniper = game:GetService("Players"):GetPlayerByUserId(sniper)
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame = CPart.CFrame
end
end)```
#Why doesn't it set the camera's position?
7 messages · Page 1 of 1 (latest)