How do I use globals set in rust in a luau script? #437
Unanswered
veternitzz
asked this question in
Q&A
Replies: 1 comment
-
I think you can directly access them by the name. e.g. a rust set global named |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the lune runtime to run my luau code and I want to set global functions. I understand how to do that, but once I set them as globals in rust how do I use them in luau?
Beta Was this translation helpful? Give feedback.
All reactions