#Camera isn't getting fixed

21 messages · Page 1 of 1 (latest)

vale elk
#
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local Camera = workspace.CurrentCamera

Camera.CameraType = Enum.CameraType.Scriptable

local function CameraPosition()
    Camera.CFrame = CFrame.new(Vector3.new(69.5, 9.5, 205.5))
end

game:GetService("RunService").Heartbeat:Connect(function()
    CameraPosition()
end)

LocalPlayer.CharacterAdded:Connect(function(character)
    Camera.CameraType = Enum.CameraType.Scriptable

    CameraPosition()
end)

CameraPosition()
pallid ledge
#

One message removed from a suspended account.

#

One message removed from a suspended account.

vale elk
#

it is still following the character

pallid ledge
#

One message removed from a suspended account.

thorny sonnet
#
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local Camera = workspace.CurrentCamera

Camera.CameraType = Enum.CameraType.Scriptable
local CameraAnchorPoint = CFrame.new(69.5, 9.5, 205.5)

while Camera.CFrame == CameraAnchorPoint do
   Camera.CFrame = CameraAnchorPoint
end
vale elk
# pallid ledge One message removed from a suspended account.
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local Camera = workspace.CurrentCamera

repeat Camera.CameraType = Enum.CameraType.Scriptable until Camera.CameraType == Enum.CameraType.Scriptable

local function CameraPosition()
    Camera.CFrame = CFrame.new(Vector3.new(69.5, 9.5, 205.5))
end

game:GetService("RunService").Heartbeat:Connect(function()
    CameraPosition()
end)

LocalPlayer.CharacterAdded:Connect(function(character)
    Camera.CameraType = Enum.CameraType.Scriptable

    Camera.CameraSubject = nil

    CameraPosition()
end)

CameraPosition()
vale elk
#

the samething in the video happened

inland gale
#

where is the script located

vale elk
#

starterPlayerScripts

#

btw it has something with the place

#

but i cant figure out what it is

#

ill just change the main place of the experience for now

pallid ledge
#

One message removed from a suspended account.

#

One message removed from a suspended account.

vale elk
#

it is

#

idk why thats happening

#

but in another place the code actually works

pallid ledge
#

One message removed from a suspended account.

vale elk
#

ye