I used be able to make a popup say the player’s name but there must have been a update or something because now i can’t. Can someone please tell me how to do it now with the new update? I searched up ways but they didn’t work so don’t tell me to search it up.
Try this way:
Make the button to transmit on “ButtonClicked” when pressed, go to the popup Block settings, create a block that runs after receive on “ButtonClicked”
After you finished editing your setting, try it out!
You don’t need block code…just have a trigger transmitting on channel X when triggered. Popup receives on channel X and shows info. This can be done with zones(player enters zone, transmit on channel X) buttons(button pressed, transmit on channel) and triggers(example shown). Just have the popup receive on these channels and show the info. #CHANNELSAREBETTERTHANWIRES
go to your overlay into the block code and get the set text block and the create text block then go to essentials and there should be trigger player name
connect the create text block to the set text block then add the trigger player name block onto the create text block.