Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to access a table value while tweening in Roblox as tweening is an animation process and does not execute any code during its operation. However, you can use a callback function in the TweenService to perform actions after the tween is complete, including accessing table values.