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()
#Camera isn't getting fixed
21 messages · Page 1 of 1 (latest)
One message removed from a suspended account.
One message removed from a suspended account.
it is still following the character
One message removed from a suspended account.
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
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()
didnt work
the samething in the video happened
where is the script located
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
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
ye