====== StopAnim ====== ---- * Parameters & Types: * playerid: number player ID * uiid: the ID of the string interface * elementid: the ID of the string component * Return value and type: * code:number succeeded (ErrorCode.OK) ErrorCode * The main purpose of this method: The symbol stops animating * Specific use cases are as follows: local code = Customui:StopAnim(playerid, uiid, elementid) if code == ErrorCode.OK then print('Execution Successful' ) else print('Execution failed') end