kfglkfgl Posted July 3, 2016 Share Posted July 3, 2016 hello guys, I need help, have any way I can get data from a variable in another script? example, I have a variable with a value in a resourcer called "TestA" there wanted to get data this variable resource in a second layered "TesteB", you are? Link to comment
Overkillz Posted July 3, 2016 Share Posted July 3, 2016 You can use triggerClientEvent triggerServerEvent triggerEvent Link to comment
Walid Posted July 4, 2016 Share Posted July 4, 2016 you can use sth like this : (exports function) local variable = "" function getVariable() return variable end Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now