52.8k Views
Description
This Script May Not Work With Low UNC Exec's Like Solara, Celery, Nezur, And Etc (This Script Was Made By Lolcat So Shout Out To Hime)
Comments
4

Offline
JC_dev 2 years ago - Edited
this works in every floor (floor 1 floor 2 rooms backdoors and etc)
edit: even is in first person during cutscenes
Offline
sandtnersimon2 2 years ago - Edited
pretty cool but u cant move ur camera down
Offline
sandtnersimon2 2 years ago - Edited
also made it so whenever u press F u can activate/Deactivate Scritp: local camera = work*e.CurrentCamera
local Head = game.Players.LocalPlayer.Character.Head
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local cameraFollowActive = false -- Toggle state variable
-- Function to toggle the camera follow
local function toggleCameraFollow()
cameraFollowActive = not cameraFollowActive
end
-- Detect key press (e.g., "F" key to toggle the camera follow)
UserInputService.InputBegan:Connect(function(input, gameProcessedEvent)
if input.KeyCode == Enum.KeyCode.F and not gameProcessedEvent then
toggleCameraFollow()
end
end)
-- Update the camera every frame if cameraFollowActive is true
RunService.RenderStepped:Connect(function()
if cameraFollowActive then
camera.CFrame = Head.CFrame
end
end)
Offline
JC_dev 2 years ago - Edited
@sandtnersimon2 ok
![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
