how do i fix that error? is the white screen related to it? cus im stuck on it after pressing “ok”
how do i fix that error? is the white screen related to it? cus im stuck on it after pressing “ok”
Impossible to know without seeing the code. Post the code that executes the teleport and any code that provides information used by the teleport call.
but i made so many scripts what script am i exactly supposed to show u?
i dont think i made any that execute a teleport
i just made a cam part at spawn location
Press F9 and look at the log client and server. May show you more information
Looks like the teleaport failed and you’re still there after the fade out screen.
Maybe add in a check for that.
--function
--fade out
local sus = pcall(function()
-- teleaport
end) if sus then
task.wait(8)
end
-- fade in
-- end function