When the player teleports its just a white screen
Code:
local c = game:GetService("ContentProvider")
c:PreloadAsync({script.ScreenGui.ImageLabel.Image})
game["Teleport Service"]:SetTeleportGui(script.ScreenGui:Clone())
I also have tried not cloneing it, just refrencing it; same result.
Please help me out