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

Are you able to send userdata values through different places?

Asked by
1GlF 42
5 years ago

I'm curious if you can send userdata values through different places from the same game, just like you send userdata values through LocalScripts and server script using remote events.

0
I know you can but im too stupid to know how, hope this helped :D danglt 185 — 5y
0
Can you explain a bit more and include your code you are using. User#5423 17 — 5y
0
basically, when you do "workspace.ExampleRemoteEvent:FireServer("Example")", then you can use that string in the script that reacts when the event is fired. also i didnt use any code yet. 1GlF 42 — 5y
0
I dont understand what you mean, like the question is not constructive enough, please explain more! DragonSkyye 517 — 5y
View all comments (5 more)
0
bruh, you gotta add more to this question, its confusing. greatneil80 2647 — 5y
0
You could use DataStores to act as communication between servers. The thing is that you cannot save userdata but you could save the values of the userdata instead. If I wanted to save a Vector3 you would set up it's xyz values to a table and save that. xPolarium 1388 — 5y
0
sigh 1GlF 42 — 5y
0
If it's teleporting between different Places inside the same game, then use TeleportService:Teleport() Mirzadaswag 110 — 5y
0
Read https://developer.roblox.com/api-reference/function/TeleportService/Teleport for more information, as this can pass on values to the different Place while teleporting players. Mirzadaswag 110 — 5y

Answer this question