I’m trying to print on the player’s client through a server script
this is for an easter egg in my game
I could easily use a local script and do this but now I’m curious If this is possible or not?
I’m trying to print on the player’s client through a server script
this is for an easter egg in my game
I could easily use a local script and do this but now I’m curious If this is possible or not?
It is not possible to print something in a server script on the client.
Printing in a local script will show up on the players client (F9). If you want to do it through a server script then just fire an event to a local script with a Remote Event.