#help me = +1 respect
12 messages · Page 1 of 1 (latest)
o nvm lol
yes that works
but
its not efficient
local spectateBtn = script.Parent:WaitForChild("Frame").SpectateButton is better
i dont think you need the wait for child at all but it doesnt really make a difference
if it isn't loaded in yet, you got an error if you don't wait
in fact you should wait for both the frame and the button
but you dont need to
it loads in the children at the same heartbeat as the parent
so as long as you wait for the parent you dont need to wait for child
Good point