I am trying to find the best way to see where a player came from (sent from other server, or joined straight from app/website), basically to know where to spawn them/if to show the menu screen.
On the documentation I found Player:GetJoinData() that says it returns a table containing multiple fields, one of which being “JoinSource” which is an Enum.JoinSource, but the documentation for Enum.JoinSource doesn’t exactly say anything. So I was wondering if anyone has actually used this, and what the Enum.JoinSource value refers to.