#how do i can fix it?

43 messages · Page 1 of 1 (latest)

tidal hinge
#

im made local script in startergui, local part = workspace.LookBehind and its says LookBehind is not a valid member of Workspace "Workspace" how to fix it?

rich canopy
#

try this

local part = game.Workspace:WaitForChild("LookBehind")
tidal hinge
barren heart
#

what is LookBehind

#

i mean

#

what script create it

#

or is it in workspace since start of the game

#

provide more info on what you are trying to achieve and whats wrong now

tidal hinge
#

in workspace

#

im trying make when the LookBehind touched, gui become visible for every one as local

#

but im cant understood how

barren heart
#

so you cant get that LookBehind part from a local script?

tidal hinge
#

yes

barren heart
#

hm

tidal hinge
barren heart
#

run test in studio and look at the exploer

#

check if its there

#

wait where is the script

tidal hinge
#

idk if you will understood what im trying to do

tidal hinge
barren heart
#

run test in studio

#

and manually check that there is a part called exactly LookBehind

tidal hinge
#

oh really

toxic wadiBOT
#

studio** You are now Level 2! **studio

tidal hinge
#

im feeling soo dumb right now

#

btw

#

thanks you

barren heart
#

youre welcome

#

we always start somewhere

#

keep learning

tidal hinge
#

im doing about 4 months xd

#

@barren heart also you know how to enable controls if im disable it?

barren heart
#

how do you disable it

tidal hinge
barren heart
#

:Enabled

#

??

tidal hinge
#

idk

barren heart
#

try :Enable()

tidal hinge
#

oh

tidal hinge