Yang Posted October 12, 2018 Share Posted October 12, 2018 (edited) function Up (source ) setElementPosition ( source, 0, 3400, variable ) end I want to put a variable, but a can't Edited October 12, 2018 by Yang Link to comment
LyricalMM Posted October 12, 2018 Share Posted October 12, 2018 local x,y,z = 1, 1, 1 setElementPosition(source, 0, 3400, z) 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