#How can I make a script wait for the loading screen to finish to run?
30 messages · Page 1 of 1 (latest)
BoolValue
why aint he just starting the camera after loading screen is finished?
maybe
just set cameraType to Custom after loading is finished
why doesnt he just fire a function after loading screen is finished 😭
like
local function loadingscreen()
--loading screen
camera()
end
local function camera()
--camera
end
like this
yea
like a camera for menu
I have 3 scripts for the camera system 1 script for the loading screen
^
?
^ = agree
👍
and just fire a bindableevent after for loop or whatever
thanks I'll try that