Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

manifestFetchComplete HTTP error: HTTP 404(HTTP/1.1 404 Request asset was not found)?

Asked by 5 years ago
Edited 5 years ago

manifestFetchComplete HTTP error: HTTP 404(HTTP/1.1 404 Request asset was not found)

This error shows up after I teleport from the startplace to a different place in the same game.

                local success, result = pcall(function() 
                    return teleService:TeleportToPrivateServer(testPlaceId, reservedServer, players, "SpawnLocation", playersData, game.ReplicatedStorage.teleLoadingScreen:Clone())
                end)    

The teleport works fine and The player actually does get sent to the new place; However, once they get there, that error shows up breaking the game.

0
Have been having this error too, but I have no clue why. snewo12 72 — 5y

Answer this question