Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How Connect Localscript with Server ...How to Get name from StarterGui not Localscript ???

Asked by 4 years ago

I have DataStore which is saved on the Server When i pressed button in StarterGui, there i create a localscript. I get the name of the player. My problem is i dont know how i connect the local player with the Server.

0
Remote events JesseSong 3916 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

If you want to know how to communicate between Script (Server) and LocalScript (Client).

I recommend you learn about RemoteEvents and RemoteFunctions.

https://developer.roblox.com/en-us/api-reference/class/RemoteEvent https://developer.roblox.com/en-us/api-reference/class/RemoteFunction

If you want to learn more about it. I suggest researching it yourself

0
thanks. i got it =) catkidmiau -1 — 4y
Ad

Answer this question