We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This fo play ? local RR = g16('1-5', 8) rra = anim8.newAnimation(RR, 0.2) Curanim=rra Curanim:update(deltatime)
i try print(rra) but he shows only tables like 0x230313
The text was updated successfully, but these errors were encountered:
Using 'rra.position' should represent the current anim frame.
Sorry, something went wrong.
This should be included in the documentation as most of the time devs need to know the current frame position
No branches or pull requests
This fo play ?
local RR = g16('1-5', 8)
rra = anim8.newAnimation(RR, 0.2)
Curanim=rra
Curanim:update(deltatime)
i try print(rra)
but he shows only tables like 0x230313
The text was updated successfully, but these errors were encountered: