#not a valid member?? but it is?

39 messages · Page 1 of 1 (latest)

hidden sparrow
#

so erm not sure why this is happening 🧍‍♀️ halp

wicked jasper
#

try using game.workspace.MenuCam instead of workspace.MenuCam

#

if that doesnt work then makesure MenuCam isn't grouped or anything

hidden sparrow
#

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

thorny dove
#

and send ur script idk wym by something named workspace in workspace😭

hidden sparrow
#

i put it on a folder this time and it's combining two terms thinking it is one ?

hidden sparrow
#

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?? 😭

thorny dove
#

make menucam a variable

#

and use wait for child

thorny dove
#

so lets say menucam is a child of workspace

hidden sparrow
#

its weird cuz it was just working

#

and stopped

thorny dove
#
local menucam = game.Workspace:WaitForChild("menucam")
#

mb i was doing smth

hidden sparrow
#

no worries

thorny dove
#

but thats if menucam is a child of workspace

#

so now in ur last line

#

where u do workspace.camfolder etc

#

just do menucam

hidden sparrow
#

oh wait, i moved it closer to spawn and it works now cat

#

is it a glitch or smthn

thorny dove
#

ohh do u have streaming enabled

#

in workspace properties

hidden sparrow
#

possibly not? lemme check lol

thorny dove
#

u want it to be off

hidden sparrow
#

ooh okok

thorny dove
#

and u can have it as far as u want

hidden sparrow
#

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 😭

thorny dove
#

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

hidden sparrow
#

ooh okok

#

tysm tho :D it was driving me crazy

thorny dove
#

np glad u figured it out