#[REFERENCE] Global Subtitles upon Player Joining
15 messages · Page 1 of 1 (latest)
When you connect play joined through subtitle
It’s gonna play for all regardless because the execution wasn’t local
Whoops I forgot about that, I guess this could be used as a way to show people how to make something like this in the first place?
Using like Event Senders to send an event that's global-
True
Or not just global
You can also use it to send prompts to Other/Specific Players
Example
Watch prompt
Or multiple choice prompt
Player Joined is already a synced event, this is not nessacairy
By sending the local player to all, you are not telling the game "This player is the local player", you are telling them who sent the event, as the "Local player" is you, and you are sending yourself through the event
So, all this does is tell everyone to give you a subtitle
not a good use for a [REFERENCE] thread, a tag I only use for frequently asked questions or very complicated questions