ServerScriptService script not working in Game, but working in Studio

make sure you’re using data-stores that are region-specific. LoadCharacter() might also be happening too early, try adding task.wait() after setting respawnlocation. if either steps don’t work, make sure data for teleportOptions:SetTeleportData({ SourcePlaceId = game.PlaceId }) is being properly transmitted between places.

1 Like

That fixed it, thank you! I think what was causing the errors were the overloading of datastoring :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.