How might I make the old, deprecated message function local to the player who touches or clicks on a part with a click detector?
Uhhhhhhhhh, maybe LocalScripts?
I would not be on the forums if that had worked.
Fair enough. Well, can’t you just recreate what the message function looks like using more modern GUI items, then show them through a LocalScript?
I could, but a local script does not work when it is in the part with a click detector. I have tested this as well.
Remote events are good for transferring data from a ServerScript to a Localscript.
Are you talking about the Message object?
Use a local script. Just put it in StarterPlayerScripts and reference your click detector correctly.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.