Can I send a locally-sided value through a remote event?

lets say this string value has the string “money” in it. But its locally sided and not server sided. Can i use a remote event to send the locally-sided value over to a server-sided script?

1 Like

You could send a string, but any objects like a StringValue would not be able to be sent. You could instead send StringValue.Value if thats what you’re asking.

1 Like

yes u can. I’ve done it before. It’s simple.

yep thats all im asking, thanks! :smiley:

1 Like