#not a valid member?? but it is?
39 messages · Page 1 of 1 (latest)
try using game.workspace.MenuCam instead of workspace.MenuCam
if that doesnt work then makesure MenuCam isn't grouped or anything
ty ill try it rn
dang, not working still, keeps saying not a valid member of workspace "workspace" ? it is looking for something called workspace inside the workspace
do wait for child
and send ur script idk wym by something named workspace in workspace😭
i put it on a folder this time and it's combining two terms thinking it is one ?
local plr = game.Players.LocalPlayer
local chara = plr.Character or plr.CharacterAdded:Wait()
local camera = workspace.CurrentCamera
repeat wait(0.5)
camera.CameraType = Enum.CameraType.Scriptable
until camera.CameraType == Enum.CameraType.Scriptable
camera.CFrame = Workspace.CamFolder.MenuCamera.CFrame
i changed the parts name to MenuCamera (used to be MenuCam) cuz i thought maybe the name was the reason but no
then i tried putting it in a folder cuz maybe it was having a hard time pin pointing?? 😭
u just need to navigate to it right
so lets say menucam is a child of workspace
no worries
but thats if menucam is a child of workspace
so now in ur last line
where u do workspace.camfolder etc
just do menucam
possibly not? lemme check lol
u want it to be off
ooh okok
what does it do? I went ahead and turned it off but does it stop anims at a distance from spawn?
well not anims, wrong thing 😭
mb forgot to explain
it doesnt load in far away things, so the properties under it show the radius of what it would load in
np glad u figured it out
